View Single Post
  #3  
Old 11-19-2008, 09:40 AM
 
tbm tbm is offline
 

Advanced Member
  
Join Date: Nov 2008
Posts: 39
 

Default Re: adding a contact button to the product page

yep, that template seems to be the one i want. can't quite figure out how to do what i need to do. I'd like a button directly under 'add to cart' button. my plan was to copy the 'add to cart' button and then copy and tweak the functionality linked to it, but i can't even make the add to cart button repeat.

from the product.tpl:

{/if}
{else}
{include file="submit_wo_js.tpl" value=$lng.lbl_add_to_cart}
{/if}
{/if}

my ideas was to do this:

{/if}
{else}
{include file="submit_wo_js.tpl" value=$lng.lbl_add_to_cart}<br/>
{include file="submit_wo_js.tpl" value=$lng.lbl_add_to_cart}
{/if}
{/if}

then access and edit the functionality, but the repeated add to cart button doesn't appear. am i barking up the wrong tree completely?

thanks.
__________________
Linux
X-Cart 4.1.11
Reply With Quote