kickhat Posted December 1, 2021 Share Posted December 1, 2021 Hello, block "You might also like" does not work as I would like. Products display is missing spaces. Example in modules "viewed product" and "in this category" all good. + back office bug. What is this ":ref:" and does not show images. This is not scary, but i want fix missing space bug. Anyone know how to fix it? Thank you! Link to comment Share on other sites More sharing options...
kickhat Posted December 1, 2021 Author Share Posted December 1, 2021 I fixed it. public_html\themes\classic\templates\catalog\product.tpl line 235: {include file='catalog/_partials/miniatures/product.tpl' product=$product_accessory productClass="col-xs-6 col-lg-4 col-xl-3" position=$position} public_html\themes\classic\templates\catalog\_partials\miniatures\product.tpl before starts {block name='product_miniature_item'} paste this into line 26: {capture assign="productClasses"}{if !empty($productClass)}{$productClass}{else}col-xs-6 col-xl-4{/if}{/capture} 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