We're offering products which can be personalized as an option. If I use "Other information" I get a box that's perfect for typing in the desired info. However, Actinic treats it as a required field and won't let you add the blank product to the cart. If I make it as a component it works perfectly except there's no box for obtaining the personalization. Any help on how to combine these two functions. Thanks in advance.
Announcement
Collapse
No announcement yet.
Product Personalization
Collapse
X
-
You can preset the Other Info Prompt.
Here are 2 ways.
1) If you only want this on some products. Make a renamed copy of your product template and use that one for such products. In your new product template replace
NETQUOTEVAR:OTHERINFOPROMPT
with
Code:<!-- NETQUOTEVAR:OTHERINFOPROMPT --> <input type=text size="35" name="O_NETQUOTEVAR:PRODUCTREFERENCE" value="No personalisation required" maxlength="1000">
2) If you could use this on all other info prompts. then go to Design / Text / Phase -1 ID 2161 and change to
Code:%s<INPUT TYPE=text NAME="%s" SIZE="%d" MAXLENGTH="%d" value="No personalisation required">
NormanNorman - www.drillpine.biz
Edinburgh, U K / Bitez, Turkey
Comment