Post by mlawrence » Sun Feb 15, 2015 7:17 am

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?

Newbie

Posts

Joined
Fri Mar 07, 2014 2:10 pm

Post by fido-x » Sun Feb 15, 2015 8:00 pm

In admin/language/english/catalog/product.php, at line 35, you will find:

Code: Select all

$_['entry_sku']              = 'SKU';
Change this to:

Code: Select all

$_['entry_sku']              = 'YOUR 3 LETTER CODE';

Image
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!


User avatar
Expert Member

Posts

Joined
Sat Jun 28, 2008 1:09 am
Location - Tasmania, Australia

Post by mlawrence » Mon Feb 16, 2015 10:48 am

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.

Newbie

Posts

Joined
Fri Mar 07, 2014 2:10 pm

Post by fido-x » Mon Feb 16, 2015 12:20 pm

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?

Image
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!


User avatar
Expert Member

Posts

Joined
Sat Jun 28, 2008 1:09 am
Location - Tasmania, Australia

Post by mlawrence » Mon Feb 16, 2015 3:54 pm

fido-x wrote:Do you have any modifications?
That was it! I had a modification to change the background image.

Thank you so much for your help! :)

Newbie

Posts

Joined
Fri Mar 07, 2014 2:10 pm
Who is online

Users browsing this forum: No registered users and 11 guests