luca3910 Posted October 2, 2016 Share Posted October 2, 2016 good morning, I have a problem with the product image zoom. I want to take it off. but I can not, I have also tried with this option in preferences> product. but nothing happens. I give you the link: www.allarmiwifi.it Click on a product. Link to comment Share on other sites More sharing options...
shokinro Posted October 2, 2016 Share Posted October 2, 2016 if you disable it from Preference, it should disappear. make sure it is not cached. try to clear store cache and also your browser cache. Link to comment Share on other sites More sharing options...
luca3910 Posted October 2, 2016 Author Share Posted October 2, 2016 (edited) hello I have to do this? (attach files) I deleted the cache from the back office, and I deleted the browser history Edited October 2, 2016 by luca3910 (see edit history) Link to comment Share on other sites More sharing options...
shokinro Posted October 2, 2016 Share Posted October 2, 2016 Yes, I think that should work. Link to comment Share on other sites More sharing options...
luca3910 Posted October 2, 2016 Author Share Posted October 2, 2016 nothing, it does not work. there is no way to remove it by changing the code? Link to comment Share on other sites More sharing options...
shokinro Posted October 2, 2016 Share Posted October 2, 2016 it may also depend on your theme design if you are using commercial theme and it if it hard coded. if you are using default theme, you may try to looking for code $jqZoomEnabled in following file and then make some changes /themes/default-bootstrap/product.ptl For example, following code {if $jqZoomEnabled && $have_image && !$content_only} <a class="jqzoom" title="{if !empty($cover.legend)}{$cover.legend|escape:'html':'UTF-8'}{else}{$product->name|escape:'html':'UTF-8'}{/if}" rel="gal1" href="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'thickbox_default')|escape:'html':'UTF-8'}"> <img itemprop="image" src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'large_default')|escape:'html':'UTF-8'}" title="{if !empty($cover.legend)}{$cover.legend|escape:'html':'UTF-8'}{else}{$product->name|escape:'html':'UTF-8'}{/if}" alt="{if !empty($cover.legend)}{$cover.legend|escape:'html':'UTF-8'}{else}{$product->name|escape:'html':'UTF-8'}{/if}"/> </a> {else} <img id="bigpic" itemprop="image" src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'large_default')|escape:'html':'UTF-8'}" title="{if !empty($cover.legend)}{$cover.legend|escape:'html':'UTF-8'}{else}{$product->name|escape:'html':'UTF-8'}{/if}" alt="{if !empty($cover.legend)}{$cover.legend|escape:'html':'UTF-8'}{else}{$product->name|escape:'html':'UTF-8'}{/if}" width="{$largeSize.width}" height="{$largeSize.height}"/> {if !$content_only} <span class="span_link no-print">{l s='View larger'}</span> {/if} {/if} Link to comment Share on other sites More sharing options...
luca3910 Posted October 2, 2016 Author Share Posted October 2, 2016 my theme is warehouse Link to comment Share on other sites More sharing options...
shokinro Posted October 2, 2016 Share Posted October 2, 2016 then it should be following file /themes/warehouse/product.ptl Link to comment Share on other sites More sharing options...
luca3910 Posted October 3, 2016 Author Share Posted October 3, 2016 thank you Link to comment Share on other sites More sharing options...
luca3910 Posted October 3, 2016 Author Share Posted October 3, 2016 you have a solution for this? https://www.prestashop.com/forums/topic/559174-list-on-desktop-and-grid-on-mobile/ 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