serverbd Posted June 23, 2021 Share Posted June 23, 2021 is it possible display a product's Triennially price in monthly breakdown I am using lagom order template. my product price display code blew <div class="price {if $RSThemes['addonSettings']['package_price_wrap'] eq 'break-all'}word-break-all{/if}">{if $currency.prefix}<span class="price-prefix">{$currency.prefix}</span>{/if}{$product.pricing.minprice.price|replace:$currency.suffix:""|replace:$currency.prefix:""}{if $currency.suffix}{$currency.suffix}{/if}{if $product.pricing.type !=="free" && $product.pricing.type !=="onetime"}<span class="price-cycle">/{if $product.pricing.minprice.cycle eq "monthly"}{$LANG.pricingCycleShort.monthly}{elseif $product.pricing.minprice.cycle eq "quarterly"}{$LANG.pricingCycleShort.quarterly}{elseif $product.pricing.minprice.cycle eq "semiannually"}{$LANG.pricingCycleShort.semiannually}{elseif $product.pricing.minprice.cycle eq "annually"}{$LANG.pricingCycleShort.annually}{elseif $product.pricing.minprice.cycle eq "biennially"}{$LANG.pricingCycleShort.biennially}{elseif $product.pricing.minprice.cycle eq "triennially"}{$LANG.pricingCycleShort.triennially}{/if}</span>{/if}</div> 0 Quote Link to comment Share on other sites More sharing options...
serverbd Posted June 23, 2021 Author Share Posted June 23, 2021 WHMCS showing Price Breaks Down Annually then Biennially then Triennially. But if price Break Down Triennially will be lowest.. So i want show Triennially price in monthly breakdown (Cheapest ). Anybody can do it with Ladom order template.. 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.