Jump to content

How long do you want to register this for? dropdown menu empty


markc

Recommended Posts

Latest v7.2.3 freshly reinstalled to solve a cart.php 500 Internal Server Error crash. After selecting a domain to search for on the home page the cart.php?a=add&domain=register page comes up and if it says the domain is available the "How long do you want to register this for?" dropdown menu is empty and so far I have not been able to find the right magic to get it to show at least 1 year. Any clues where to look?

 

What I have done is written a simple script to populate the tld, pricing+markup and tld order direct from the Synergy Wholesale (AU) API so it's possible I have missed out on some setting that needs to flow through to the template but I am at a loss where to look to track this down.

Link to comment
Share on other sites

Yes, that part worked fine, there are 376 tlds inserted with up to 10 years of marked up pricing, and in a reasonable order. The default price is in AUD and when I manually update the (only extra) USD pricing then all fields seem to be populated for both rates for all years available from the registrar. The Synergy Wholesale API is so much faster than using the Enom auto update module which often times out on me.

 

I only update the tbldomainpricing and tblpricing tables so maybe I am missing an entry in another table perhaps?

 

INSERT INTO `tbldomainpricing` (

`extension`,

`dnsmanagement`,

`emailforwarding`,

`idprotection`,

`eppcode`,

`autoreg`,

`group`,

`order`

 

INSERT INTO tblpricing (

`type`,

`currency`,

`relid`,

`msetupfee`,

`qsetupfee`,

`ssetupfee`,

`asetupfee`,

`bsetupfee`,

`monthly`,

`quarterly`,

`semiannually`,

`annually`,

`biennially`

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated