Announcement

Collapse
No announcement yet.

Variable 'add to cart' button text

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

    Variable 'add to cart' button text

    When using a text 'add to cart' button (design options / shop defaults) is there anyway of getting a NETQUOTEVAR or CUSTOMVAR in there? I've tried using !!<>!! but it doesn't work...

    What I want is a button that says something like -

    "add (productname) to cart"
    John

    #2
    Act_CartButton.html
    Code:
    <!-- CartButton HTML begin -->
    <!-- This template is used for the add to cart button. -->
    <P><INPUT TYPE=SUBMIT VALUE="CUSTOMVAR:MYBUTTONNAME" NAME="NETQUOTEVAR:BUTTONNAME"></P>
    
    <!-- This template is used for the add to cart button. -->
    <!-- CartButton HTML end -->
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X