https://www.relaxsit.com.pk/products/curvelux-modern-elegance-wing-chair
Topic summary
Issue: Prices and compare-at prices are missing on some product pages in a Shopify store; a specific product URL was shared. An image was provided showing the missing price.
Recent observations: The price briefly appears, then disappears after the page fully loads, indicating client-side code (JavaScript) or an app is hiding it.
Likely causes:
- A Shopify app removing prices (one noted with a “netterm cart” function).
- Theme or custom script that hides price elements after load.
- App settings enabling “hide price” for selected products.
Recommendations:
- Re-enable apps, then disable them one-by-one and retest the product page to isolate the culprit.
- Review theme/custom JavaScript for DOM manipulations targeting price elements on page load.
- Check app configurations for per-product price visibility options.
Key terms:
- Compare-at price: the original price shown to indicate a discount.
- Script: JavaScript code executing in the browser after page load.
Status: No confirmed resolution yet. Investigation is ongoing to identify which app or script removes the price.