Chelthost Posted March 12, 2017 Share Posted March 12, 2017 Hey Guys & Gals Couple of questions I have used some of the data feeds in my website theme using the data feeds documentation there are two options one is show product price the other show product price and currency. I have used the first option product price but it still shows as (£1.99 GBP) any one got any answers as to why it could be showing incorrectly I am assuming it should just show as £1.99. data feed script im using to show just pricing <script language="javascript" src="clients/feeds/productsinfo.php?pid=7&get=price&billingcycle=monthly"></script> Late fees I will be charging late fees on servers only is there any way to set whmcs to only set late fees to set products with out having to manually go into a clients account and disabling late fees Many Thanks 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted March 13, 2017 Share Posted March 13, 2017 I have used some of the data feeds in my website theme using the data feeds documentation there are two options one is show product price the other show product price and currency. I have used the first option product price but it still shows as (£1.99 GBP) any one got any answers as to why it could be showing incorrectly I am assuming it should just show as £1.99. it will be adding GBP because that's your currency suffix for Sterling... if you don't want it there, either remove it from your currency setup or tweak the data feed output. Late feesI will be charging late fees on servers only is there any way to set whmcs to only set late fees to set products with out having to manually go into a clients account and disabling late fees I don't think there's a built-in method to do it only for specific products only... I suspect you're going to need a custom solution to do that. the Billing Extension 3rd-party addon has advanced late fees options, but i'm not sure if even that has product specific late fee rules. 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.