singh9211 Posted October 11, 2011 Share Posted October 11, 2011 Product Pricing Widget can be used to display the prices onto our webpage: Example: <script language="javascript" src="widgets/productsinfo.php?pid=1&get=price &billingcycle=monthly"></script> If price set is $3.99 for monthly term: Will Display: $3,99 (Monthly term) <script language="javascript" src="widgets/productsinfo.php?pid=1&get=price &billingcycle=semi-annually"></script> If price set is $2.99 for semi-Annually term: Will Display: $17.94 (Semi-Annually) <script language="javascript" src="widgets/productsinfo.php?pid=1&get=price &billingcycle=annually"></script> If price set is $1.99 for Annually term: Will Display: $23.88 (Annually) I have enabled the Monthly Pricing Breakdown under the General settings: So i want to ask if there is anyway that i can display the prices onto my webpage using the widget in similar fashion to monthly Breakdown price as it appears in whmcs client area >> order page. Want like this: Example: 1 Month Price - $ 3.99 6 Month Price - $ 2.99 12 Month Price - $ 1.99 Please help me in resolving the issue as soon an possible. Thanks in Advance. 0 Quote Link to comment Share on other sites More sharing options...
epode Posted November 26, 2011 Share Posted November 26, 2011 Hi, We're also interested in a solution for this one. Say we have a hosting plan called "GOLD" which you can order and pay ... - monthly = £10 every 1 month - annually = £100 every 1 year - biennially = £180 every 2 years we want to advertise this plan as .. "Pricing from Just £xxx month" So, the cheapest possible monthly price is if you pay for it biennially which would be ... £180 / 12 months = £7.50 How do we isolate this value of £7.50 and pull it into our pages? Thanks. 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.