xxxxx Posted May 15, 2014 Report Posted May 15, 2014 I think it would be great for the Enom Module to be able to get a list of supported domain prices (via the Enom API?) and allow an admin to be able to set a percentage or set profit on top of the base price rather than manually setting a fixed figure. This would allow us to be dynamically competitive without having to manually watch the domain prices. xxxxx 1 Quote
MemoryX2 Posted May 15, 2014 Report Posted May 15, 2014 I can see where this would be really cool! xxxxx 1 Quote
mrrsm Posted May 15, 2014 Report Posted May 15, 2014 I think this applies to all the domain reseller modules. xxxxx 1 Quote
PauloV Posted May 15, 2014 Report Posted May 15, 2014 I dont think any registrar supports retriving domain prices, some, like enom, only support retriving the resell prices for sub-accounts and not for main account if Im not mistaken. Quote
mrrsm Posted May 15, 2014 Report Posted May 15, 2014 I know namecheap has the getPrice api call (https://www.namecheap.com/support/api/methods/users/get-pricing.aspx) Looking at the enom api it looks like this may get the info: PE_GetProductPrice I may be wrong though as I just did a quick search and didn't read into it too much. Quote
xxxxx Posted May 16, 2014 Author Report Posted May 16, 2014 As mrrsm advised, there does seem to be the ability to pull prices down via the Enom API. Search for "PE_GetProductPrice" here. There are also various other pricing API calls which come up: http://www.enom.com/APICommandCatalog/index.htm This would be an awesome feature. ------------------- Example --------------------------- The following query retrieves the price for registering a .com domain, and sends the response inXML format: Query https://resellertest.enom.com/interface.asp?command=PE_GETPRODUCTPRICE& uid=resellid&pw=resellpw&ProductType=10&tld=com&responsetype=xml In the response, a price and an enabled status for the product confirm that the query was successful: Output <?xml version="1.0" ?> <interface-response> <productprice> <price>8.95</price> <productenabled>True</productenabled> </productprice> <Command>PE_GETPRODUCTPRICE</Command> <Language>en</Language> <ErrCount>0</ErrCount> <ResponseCount>0</ResponseCount> <MinPeriod>1</MinPeriod> <MaxPeriod>10</MaxPeriod> <Server>RESELLERTEST</Server> <Site>enom</Site> <IsLockable>True</IsLockable> <IsRealTimeTLD>True</IsRealTimeTLD> <TimeDifference>+03.00</TimeDifference> <ExecTime>0.1015625</ExecTime> <Done>true</Done> <debug> <![CDATA[ ] ]> </debug> </interface-response> Quote
Blesta Addons Posted May 16, 2014 Report Posted May 16, 2014 the orderbox (resell/resellerclub ..ect ) does not have this option to get the price . EDIT i get the function , they have also this customer-price reseller-price Quote
omaticon Posted May 31, 2014 Report Posted May 31, 2014 This would be a great feature to implement! Quote
xxxxx Posted November 8, 2014 Author Report Posted November 8, 2014 If anyone else is interested please +1. This would allow us to be dynamically competitive on domain pricing with no effort. Quote
Blesta Addons Posted November 8, 2014 Report Posted November 8, 2014 If anyone else is interested please +1. This would allow us to be dynamically competitive on domain pricing with no effort. the request is not a easy task , is true that already a fucntion exist to retrieve prices . the probleme is the updating prices . because it need a cronjob to update a package for domains , and as we know the package is not identified with the domain extention .(com/.org/.net...) so maybe it need a plugin helper to do this . but i assume this will be a easy task when the new domain plugin is release , because it will be the domain extention used as the identifier package (i assume this because others has the same logic ) . Michael 1 Quote
xxxxx Posted February 6, 2015 Author Report Posted February 6, 2015 Guys, any plans to possibly add this to the feature list? Quote
eXtremeSHOK Posted July 3, 2015 Report Posted July 3, 2015 this needs to be added, whmcs already does this... for years. ariq01 1 Quote
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.