itch Posted August 3, 2009 Share Posted August 3, 2009 This is the section of code I'm talking about (on products.tpl): <select name="billingcycle"> {if $product.pricing.monthly}<option value="monthly">{$product.pricing.monthly}</option>{/if} {if $product.pricing.quarterly}<option value="quarterly">{$product.pricing.quarterly}</option>{/if} {if $product.pricing.semiannually}<option value="semiannually">{$product.pricing.semiannually}</option>{/if} {if $product.pricing.annually}<option value="annually">{$product.pricing.annually}</option>{/if} {if $product.pricing.biennially}<option value="biennially">{$product.pricing.biennially}</option>{/if} </select> Let's say I have a package that is 10$ for a month, and 30% for 6 months. Instead of showing: monthly - $10 bi-annualy - $30 it shows: monthly - $10 bi-annualy - $5 How do I fix this? I saw someone use $product.rawpricing.biennially but that doesnt work for me. Any idea why? 0 Quote Link to comment Share on other sites More sharing options...
Administrators WHMCS John Posted August 3, 2009 Administrators Share Posted August 3, 2009 Disable Monthly Pricing Breakdown in Setup > General Settings > Ordering tab. 0 Quote Link to comment Share on other sites More sharing options...
itch Posted August 3, 2009 Author Share Posted August 3, 2009 THANK YOu!!!!! 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.