Dynadot

Assistance needed with GoDaddy registration path

Spaceship Spaceship
Watch
Impact
520
Hi All,

For several years I was able to direct buyers to my domain listings at Godaddy directly from my site. It seems that the domain registration path for Godaddy has changed so it no longer works.

You can see an example here: https://market.differentinvestments.com/wafflenation-com/

When a buyer would click the Godaddy button they would be directed to the Godaddy registration path page which would display my premium listing or auction listing.

Now it just displays an error message when a buyer clicks the banner.

The code I used before was

Code:
<td><b>Buy directly through Godaddy (added fees)</b></td>
                    <td>
                        <form action="https://www.godaddy.com/dpp/find" method="get" class="pull-left">
                            <input type="hidden" name="domainToCheck" value="<?php the_title(); ?>" />
                            <button type="submit" class="btn btn-buy btn-buy-gd">Buy directly through GoDaddy</button>
                        </form>

                        <div class="payment-icons">
                            <img src="<?php echo get_template_directory_uri(); ?>/images/godaddy-payments.png" width="392">
                        </div>
                    </td>

It appears Godaddy's new registration search path is https://www.godaddy.com/domainsearch/find?checkAvail=1&tmskey=&domainToCheck=wafflenation

Any help is appreciated.

Rock
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Last edited:
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back