Jump to content

Broken "You might also like" products display is missing spaces


kickhat

Recommended Posts

Hello, block "You might also like" does not work as I would like. Products display is missing spaces.

image.png.bec99cbe2ea6e34be9fa01ac887cce24.png

Example in modules "viewed product" and "in this category" all good. 

image.png.6d722fcbe4a3fde6d77bd3dcdcbb5c98.png

+ back office bug. What is this ":ref:" and does not show images. This is not scary, but i want fix missing space bug.
image.png.722d4475102926e8c7717b95e28da8b1.png
Anyone know how to fix it?
Thank you!

Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...