View Single Post
  #2  
Old 03-27-2014, 11:07 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: disable SKU display

Hi!

Here is the easiest way (but not the perfect one):

Go to the "Custom CSS" tab in the Back-end -> System Settings -> Look & Feel section. Tick the "Use custom css" checkbox and save the following code:
Code:
.product-details-tabs li.product-sku { display: none }

This will hide the SKU line on the product page from visitors, but will leave it in the HTML code of the page. That's why it is no the perfect solution. The best one would be creating a custom module that removes the SKU from the HTML code of the page.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote