Hello,
I'm currently setting up demo versions of the Quickstart templates for Trove and Jewels on my localhost using XAMPP v3.3.0 with PHP 8.1.25. The installation was successful, but I’m encountering an issue with product image URLs on the product detail pages.
The image URLs are duplicating part of the domain path, like this:
Error URL: localhost/trove//trove/images/easystore/product-28/watch-1.webp
Correct URL should be: localhost/trove/images/easystore/product-28/watch-1.webp
Or similarly for the Jewels template:
Error URL: localhost/jewels//jewels/images/easystore/product-31/jewels-tmpl-product-img-9.webp
Correct URL should be: localhost/jewels/images/easystore/product-31/jewels-tmpl-product-img-9.webp
Could someone guide me on how to fix this URL duplication issue? Any help would be appreciated. Thank you!