Showing posts with label opencart category edit.. Show all posts
Showing posts with label opencart category edit.. Show all posts

Tuesday, October 21, 2014

How to show product stock availability in category page in Opencart cms

Today I will show you how to display product stock availability in category page in Opencart cms. There are few code that  you need to add in the several page.

First Step:

========

Go to category.php  in catalog/controller/product and place this code:

$this->data['text_stock'] = $this->language->get('text_stock');


After this code:

$this->data['text_limit'] = $this->language->get('text_limit');