Catalog Mode

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Catalog Mode

Post by compunerdy » Thu Oct 23, 2008 10:25 am

Is turning on Catalog Mode a good way to shut the store down for a few days?

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Catalog Mode

Post by AbleMods » Thu Oct 23, 2008 11:03 pm

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 :?
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

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Re: Catalog Mode

Post by compunerdy » Fri Oct 24, 2008 1:48 am

How about if I post the following :D

"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. :twisted:

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Catalog Mode

Post by mazhar » Fri Oct 24, 2008 5:33 am

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>

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Catalog Mode

Post by AbleMods » Fri Oct 24, 2008 4:54 pm

Chicks in bikinis would grab their attention - your customer base is probably pretty nerdy anyways :P
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

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Re: Catalog Mode

Post by compunerdy » Fri Oct 24, 2008 5:11 pm

Only nerds like chicks in bikinis?

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Catalog Mode

Post by AbleMods » Fri Oct 24, 2008 7:28 pm

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

User avatar
compunerdy
Admiral (ADM)
Admiral (ADM)
Posts: 1283
Joined: Sun Nov 18, 2007 3:55 pm

Re: Catalog Mode

Post by compunerdy » Fri Oct 24, 2008 8:23 pm

Good point 8)

Post Reply