A client that sells CDs want to make some available for pre-ordering only. Can someone recommend the best setup for this in Actinic?
Announcement
Collapse
No announcement yet.
Pre-ordering in Actinic
Collapse
X
-
I would probably just create a unique layout for the product (or a unique buy button layout) where the 'buy now' button is renamed to 'pre-order'.
Does it need to be more complicated than this?
Mike-----------------------------------------
First Tackle - Fly Fishing and Game Angling
-----------------------------------------
-
The way I have dealt with products is as follow.
1. disabled online purchase of products that are on pre-order.
2.created 2 new variables. one which is a preorder button image (site level) and the other is a text variable called "PreOrderNote" (product level) which I use to enter pre order text for the product e.g. "to pre order email us".
3. Inserted the PreOrderNote variable into the product page contained within a variable which says if PreOrderNote is not Empty. I have also place the pre order button image within this condition with a link to the contact us page.
This basically means that if a product as a pre order note that the pre ordr button is displayed on the product page and because the product is not set to be ordered online the "buy now" button does not appear.
You can see an example here:
http://www.designtoplease.co.uk/acat..._t80_info.html
Kind Regards
Comment
Comment