In Opencart 2.0.11 each product has a field that is called "SKU". My vendor doesn't use a SKU and would like to rename that field to another 3 letter abbreviation he does use.
I've looked through the language php files and can't find where I would change this label. Can anyone help?
I've looked through the language php files and can't find where I would change this label. Can anyone help?
In admin/language/english/catalog/product.php, at line 35, you will find:
Change this to:
Code: Select all
$_['entry_sku'] = 'SKU';
Code: Select all
$_['entry_sku'] = 'YOUR 3 LETTER CODE';
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Thanks fido-x! Hadn't thought to look under "admin".
Is there some cache or something I have to rebuild? I've made the change you suggest, yet it still shows the original 'SKU' when I go to the website. I've reloaded my browser cache and no change.
Is there some cache or something I have to rebuild? I've made the change you suggest, yet it still shows the original 'SKU' when I go to the website. I've reloaded my browser cache and no change.
Do you have any modifications?
Is this happening on the front-end or is it just in the admin?
Can you provide a link to the page that is displaying the SKU?
Is this happening on the front-end or is it just in the admin?
Can you provide a link to the page that is displaying the SKU?
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Who is online
Users browsing this forum: No registered users and 11 guests