mviera Posted June 25, 2020 Share Posted June 25, 2020 Hello! I am using prestashop 1.7 and I am trying to modify classic theme. Until now I have been able to build the source files of classic-dev, but when I load the theme in my site I found that no image is loading. In fact for example for logo the url generated is doubled like this: <img class="logo img-responsive" src="http://localhost/mysite/img//mysite/img/logo.png" alt="My Site Alt Text"> For products images for example I get: <img src="http://localhost/mysite/img/p/es-default-large_default.jpg" style="width:100%;"> for this same product when I load it with the classic them that comes with prestashop 1.7 shows this: <img class="js-qv-product-cover" src="http://localhost/mysite/26-large_default/rty.jpg" alt="" title="" style="width:100%;" itemprop="image"> Completely different, and so on with any image. Any one knows what may be happening. Best Regards Link to comment Share on other sites More sharing options...
mviera Posted June 25, 2020 Author Share Posted June 25, 2020 Solved, versions were different, my prestashop was 1.7.6.5 and my theme 1.7.7.0. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now