X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Which template is it? (https://forum.x-cart.com/showthread.php?t=10370)

gamenebula.com 11-14-2004 12:40 PM

Which template is it?
 
What template would I have to modify to insert text under each product page?

I would like it to display right under the quantity dropdown list. I've tried product.tpl and products.tpl

balinor 11-15-2004 04:07 AM

That is the product.tpl template. Look for this line of code:

<FONT class="ProductDetailsTitle">1</FONT><INPUT type="hidden" name="amount" value="1"> {$lng.txt_product_downloadable}
{/if}
{/if}

Insert your text after the last {/if} tag and you will see it show up between the quantity drop down and the add to cart button.

gamenebula.com 11-16-2004 07:02 AM

Is the only product.tpl file in the main folder? I can't find the text your specified


All times are GMT -8. The time now is 12:03 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.