PDA

View Full Version : Add a text field to product layout


graphicz
16-Jul-2010, 12:12 PM
Hi Guys
Please can any one help with this?

I wish to add a text field to the product layout so that customers can write the words they wish engraved on the product. I know Norman does a fine product that adds up the cost per letter but my client includes the engraving in the product price and there is a fixed maximum so I just need to add
<textarea name="Engraving" cols="40" rows="5"></textarea>
and have Actinic recognise and process it and add it to the order.

Thanks!

leehack
16-Jul-2010, 12:20 PM
The 'prompt' facility is provided as standard, you should look to alter that to suit your requirement, the details added to the box will then be received with an order, thus no patching of scripts will be required.

NormanRouxel
16-Jul-2010, 01:00 PM
Converting the single line Other Info field into a Textarea is in the Knowledge Base at http://community.actinic.com/showthread.php?t=45097

graphicz
16-Jul-2010, 02:25 PM
Thank you very much both, perfect.
One day I'll get the hang of this Actinic.
Cheers!
J