wirenine Posted September 19, 2012 Share Posted September 19, 2012 (edited) Trying to use the {if $pid eq #} (replacing the # with the PID of the product/plan) but it does not seem to be working on the order form, {if $pid eq '22'} Custom Text here. {/if} If I change the code to {if $pid neq '22'} Custom Text here. {/if} The custom text shows up for all pids, even product id 22. Tried to use in order form template files ordersummary.tpl and configureproduct.tpl didn't work for either. Edited September 19, 2012 by WN-Ali 0 Quote Link to comment Share on other sites More sharing options...
altomarketing Posted September 20, 2012 Share Posted September 20, 2012 use {if $pid =! '22'} 1 Quote Link to comment Share on other sites More sharing options...
jrianto Posted September 20, 2012 Share Posted September 20, 2012 Yes you should use = or != sign and make sure the $pid is already used in that same template. 0 Quote Link to comment Share on other sites More sharing options...
tdepriest@cera.net Posted October 29, 2013 Share Posted October 29, 2013 I too want to add text to my configureproduct.tpl; I want to add a disclaimer block at the bottom, but nothing I enter into configureproduct.tpl shows up on mysite.com/portal/cart.php?a=confproduct&i=0 what am I doing wrong? Please help 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.