Announcement

Collapse
No announcement yet.

NETQUOTEVAR:SHIPUSERDEFINED showing in check out page

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

    NETQUOTEVAR:SHIPUSERDEFINED showing in check out page

    Issue in shopping cart!!
    Hi there

    I have a user custom defined field in my check out page in my first check out page - the idea is to get customers to specify where they want their goods delivered if they are not there to collect - they must fill in this box.

    Have had this working - but i have updated the web site with a new section and now i the "NETQUOTEVAR:SHIPUSERDEFINED" actually showing in the check out Text field

    My code for this section is as follows:

    <table width="550" border="0" cellspacing="2" cellpadding="3">
    <tr>
    <td height="20" bgcolor="#eeeeee">NETQUOTEVAR:SHIPPROMPT001</td>
    </tr>
    <tr>
    <td bgcolor="#eeeeee">
    <input type="TEXT" name="SHIPUSERDEFINED" size="85" maxlength="255" value="NETQUOTEVAR:SHIPUSERDEFINED">
    </td>
    </tr>
    </table>

    Any ideas

    #2
    Hi there

    Was this also after an upgrade? Because i can't see adding a section doing this issue.

    What i would suggest would be to copy the original Act_Order01.html and Act_Order02.html from "C:\Program Files\Actinic v7\Formats\Themes\Business" to your Site1 folder, do the customvar change again, then update your site.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X