How to autofill an ordering options text box in ShopSite

Forum Forums Tutorials How to autofill an ordering options text box in ShopSite

This topic contains 0 replies, has 1 voice, and was last updated by  Anonymous 20 years, 6 months ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #48464

    Anonymous
    Participant

    There are several instances where you may wish to have text automatically appear into an ordering options text box, or to have the box appear on the catalog page itself. ShopSite allows you to enter text that will appear on top of the text entry box through the order options description field, but does not allow you to enter any text into the box itself. This could lead to a problem if you have a number of ordering options, as the customer may become confused as to what exactly you would like to have them enter into the box.

    The solution to this situation only applies if you are using the OrderAnywhere feature of ShopSite. In order to accomplish the aforementioned goal, you would insert the following code into the HTML code for the add to cart:

    You will want to replace the ‘ITEMNUMBER’ with the actual item number of the product in the ShopSite backoffice; if you are using order by SKU, you would replace the ‘ITEMNUMBER’ with the SKU.

    The first screen shot below shows how the text box will appear using the aforemtioned method, using the text ‘Enter your weight here:’.
    The bottom one shows how the box would have appeared, using the order options description field method.

    http://support.lexiconn.com/news/images/top.gif

    http://support.lexiconn.com/news/images/bottom.gif

    If you are looking to have the options box appear on the catalog page, rather than just in the shopping cart, you can replace the value of “hidden” with the value of “text”, or use a textarea HTML tag.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.