Announcement

Collapse
No announcement yet.

Other Info

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Other Info

    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

    #2
    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.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      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)


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        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.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          User Defineable

          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

          Comment


            #6
            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"
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment

            Working...
            X