View Full Version : Other Info
davie303
24-Oct-2007, 02:42 PM
Hi can any tell me how move the other info prompt from the order detail template into the the delivery address part of the shopping cart?
i have tried pasting the NETQUOTEVAR:INFOINPUTVALUE into the delivery address (order phase 2) template but when i upload it it does not work,
Thanks Davie
wjcampbe
24-Oct-2007, 02:56 PM
It is possible, but complex to change location of the prompts within the page they currently appear on. It is next to impossible and definitely not recommended to move them between pages. The perl script which reads and processes the input values from the pages expects the information to be available on a certain page and will be broken if it encounters missing data or added unexpected data.
Each prompt is enclosed within a beginpromptxx / endpromptxx pair. If you move any one prompt within any one page, you have to ensure you move the begin / end pair with it. If you reorder completely, you have to ensure the correct prompt is referenced in each begin/end pair..
Hope that helps you.
jont
29-Oct-2007, 09:18 AM
There are a couple of user defined fields available in the check out which can be used to capture data.. check out the site text and tick the boxes to enable them (not at an Actinic PC at the moment to find the exact phase and id number)
NormanRouxel
29-Oct-2007, 09:30 AM
You cannot move the Other Info prompt to the checkout (it's a per product thing).
However as mentioned above there are spare fields in each phase of the checkout that you can use for this.
Go to Design / Text / Web Site (cont) and you'll see tabs for each checkout page. Thay all have User Definable fields available.
davie303
09-Nov-2007, 09:49 AM
Thanks for the help, however is there a way to adjust the size of the User Deifinable field as i need this to capture a lot of text
NormanRouxel
09-Nov-2007, 12:25 PM
Depending on the page of the Checkout you're talking about the prompts will be in Act_Order00.html through Act_Order04.html.
They will be one of the many.
<input type="TEXT"
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.