![]() |
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? |
Re: display customer notes only certain times
{foreach from=$products item=product}
{if $product.productid eq xxx} display your text here {/if} {/foreach} |
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.