Close

SKU on catalog page

[email protected]
7 months ago
#22262 Quote
Avatar
  • 11
Hi,
in the catalog settings "Show SKU on catalog pages" is set to True.
However SKU only shows on the product page, not the catalog page.
Is there a fix for this?



Thanks
hristo
6 months ago
#22264 Quote
Avatar
  • Moderator
  • 172
Hello.

By default the "SKU" element is not allowed on catalog pages in Emporium theme, it is always hidden. You can override this behavior by using this piece of code (just put it into the Custom Head Styles panel in the administration, on the Emporiun Settings page):

.item-box .sku {
    display: block !important;
}

There is no guarantee it will work as expected and will be problem-free, so you have to test it out on your own.
Regards,
Hristo Gospodinov
Nop-Templates.com
[email protected]
6 months ago
#22265 Quote
Avatar
  • 11
Thanks for you reply Hristo-Ive added the code to the Custom Head Styles panel. It doesn't make any change to the display-the SKU is still not showing.
hristo
6 months ago
#22269 Quote
Avatar
  • Moderator
  • 172
Make sure the code is applied to your site - clear all types of cache including server cache (if any). If the problem persists please start a support ticket and provide us with admin login credentials so we can log into your site a inspect the situation
Regards,
Hristo Gospodinov
Nop-Templates.com