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)
-   -   added text to template not displaying (https://forum.x-cart.com/showthread.php?t=30511)

paperlion 04-17-2007 09:14 PM

added text to template not displaying
 
Wanted to add an explanatory line of text to the product detail area when multiple quantities are available.

Called up skin1/customers/main/template_detail.tpl
Added the text line as shown (around line 300). Saved and deleted the templates_c files. Also deleted the browser cache. It's not showing. Anyone want to venture why? Thanks.

<TR>
{if $productids ne ''}<TD width="15" class="TableSubHead"><INPUT type="checkbox" value="Y" name="fields[discount_avail]"></TD>

{* quantity explanatory content added here until /if in brackets *}
<TD class"TableSubHead">Multiple prices require purchase of the indicated number of units, each consisting of the quantity of units at the next lower volume level.
</TD>

{/if}

balinor 04-18-2007 03:09 AM

Re: added text to template not displaying
 
template_detail.tpl is not a standard X-Cart template...is this some sort of mod?

paperlion 04-18-2007 05:53 AM

Re: added text to template not displaying
 
been staring at those files too long. Meant:

skin1/main/product_details.tpl

balinor 04-18-2007 06:17 AM

Re: added text to template not displaying
 
Ok, you realize that is the admin area template right?

paperlion 04-18-2007 06:55 AM

Re: added text to template not displaying
 
Now I do. For the sake of anyone else pulling their hair out over this, Balinor, means it's here:

cart/skin1/customer/main/product.tpl


thanks again

balinor 04-18-2007 07:02 AM

Re: added text to template not displaying
 
There is a template editing guide at the top of this forum that will make your life MUCH easier :)


All times are GMT -8. The time now is 06:01 PM.

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