Catalog Mode
- compunerdy
- Admiral (ADM)
- Posts: 1283
- Joined: Sun Nov 18, 2007 3:55 pm
Catalog Mode
Is turning on Catalog Mode a good way to shut the store down for a few days?
Re: Catalog Mode
From a technical standpoint yes, but it's very confusing for the site visitors.
Nothing on the visitor side says "Purchasing disabled at this time but please continue to browse our online store."
All they know is they're hard-pressed to find an Add-to-Cart button anywhere
Nothing on the visitor side says "Purchasing disabled at this time but please continue to browse our online store."
All they know is they're hard-pressed to find an Add-to-Cart button anywhere

Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
- compunerdy
- Admiral (ADM)
- Posts: 1283
- Joined: Sun Nov 18, 2007 3:55 pm
Re: Catalog Mode
How about if I post the following
"Purchasing disabled at this time but please continue to browse our online store."
on the main page??
Who am I kidding..nobody ever reads the things you want them to.

"Purchasing disabled at this time but please continue to browse our online store."
on the main page??
Who am I kidding..nobody ever reads the things you want them to.

Re: Catalog Mode
Better put a blinking text script in the header. In this way there will be more chances to get the customer attention and make him read the note. It could be easily done for example you can use the following script and place it at the start of your header template.
Code: Select all
<script type="text/javascript">
var str="Purchasing disabled at this time but please continue to browse our online store.";
document.write(str.blink());
</script>
Re: Catalog Mode
Chicks in bikinis would grab their attention - your customer base is probably pretty nerdy anyways 

Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
- compunerdy
- Admiral (ADM)
- Posts: 1283
- Joined: Sun Nov 18, 2007 3:55 pm
Re: Catalog Mode
Only nerds like chicks in bikinis?
Re: Catalog Mode
Not necessarily, but they're more likely to continue shopping just in case there are more chicks in bikinis.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
- compunerdy
- Admiral (ADM)
- Posts: 1283
- Joined: Sun Nov 18, 2007 3:55 pm