X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   disable SKU display (https://forum.x-cart.com/showthread.php?t=68920)

goodshop2u 03-24-2014 08:02 AM

disable SKU display
 
xcart 5 business.

How to hide SKU# display from customer in product page ?

qualiteam 03-27-2014 11:07 PM

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.


All times are GMT -8. The time now is 05:31 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.