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)
-   -   display customer notes only certain times (https://forum.x-cart.com/showthread.php?t=51183)

podizzle 12-07-2009 10:24 AM

display customer notes only certain times
 
{if}
SOMETHING HERE
{include file="customer/main/checkout_notes.tpl"}
{/if}

i need help with the something here part. basically i want it to only display for one product id. can anyone help me do this?

cflsystems 12-07-2009 10:49 AM

Re: display customer notes only certain times
 
{foreach from=$products item=product}
{if $product.productid eq xxx}
display your text here
{/if}
{/foreach}

podizzle 12-07-2009 11:56 AM

Re: display customer notes only certain times
 
awesome thanks for the help steve!


All times are GMT -8. The time now is 01:11 AM.

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