-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Title: Critical UX Bug: Primary searched domain shows "available" but price is not displayed
Description:
When searching for a domain using the GoDaddy Reseller plugin, the primary searched domain is correctly marked as "available", but its price is not displayed anywhere in the UI. At the same time, alternative domain suggestions (.xyz, .dev, .work, .io, etc.) display their pricing correctly.
This is a serious UX and conversion issue. The primary searched domain is the most important result and must display its price clearly. Showing availability without pricing prevents users from making a purchase decision and creates confusion.
Example:
Search query: codetrappers.ai
Result:
- Displays: "Congrats, codetrappers.ai is available!"
- Does NOT display: price for codetrappers.ai
- Displays prices correctly for alternative suggestions:
- codetrappers.xyz – $18.99
- codetrappers.dev – $18.99
- codetrappers.work – $12.99
- codetrappers.io – $76.99
- codetrappers.tech – $76.99
This behavior is inconsistent and counter-intuitive. The primary searched domain should use the same pricing display logic as alternative domain suggestions.
Steps to reproduce:
- Install and configure GoDaddy Reseller plugin (v2.2.16)
- Use the domain search widget on the frontend
- Search for any available domain (example: codetrappers.ai)
- Observe the results
Actual behavior:
- Primary searched domain shows as "available"
- Price is NOT displayed
- No Select / Add to Cart option is shown alongside the primary domain
- Alternative domain suggestions display pricing and Select buttons correctly
Expected behavior:
- Primary searched domain must display:
- Price
- Select / Add to Cart button
- Same UI structure as alternative domain suggestions
- Consistent pricing retrieval and rendering
Impact:
Critical — This directly affects usability and conversion. Users cannot see the price of the domain they searched for, which breaks expected ecommerce behavior and may result in lost sales.
Environment:
- WordPress version: 6.9
- PHP version: 8.4
- Plugin version: 2.2.16
- Browser: Chrome
- Device: Desktop
Screenshot:
(attach screenshot showing codetrappers.ai available without price)
Additional notes:
This appears to be a logic or rendering inconsistency where pricing data is correctly retrieved and displayed for alternative domains but not for the primary searched domain. The primary result must use the same pricing retrieval and rendering mechanism as suggestions.
Priority: Critical
Type: Bug
