Adding (qty) to categories dropdown

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeAdding (qty) to categories dropdown

This topic has been marked as not a support question.

Hello all, my first post.

first of all i must say i am very impressed with the theme. i have just wasted a month trying to get a different theme (not by themeburn) working, and never did.

I bought this theme about 4 hours ago and alreday have it installed and working :)

I may have some newbie type questions, so please forgive them.

Here is my first question…

Is it possible to have the amount of products in any given categry display in the dropdown menus ?

Thanks

 GWP
February 26, 2012 at 6:19 pm #6535

sorry, a gentle “Bump” here, any news on this pls ?

 GWP
February 28, 2012 at 8:40 pm #6611

Is it possible to have the amount of products in any given categry display in the dropdown menus ?

Please!!, just a simple yes or no, I have no idea why support isnt replying to my post??

 GWP
March 2, 2012 at 7:44 pm #6729

Sorry for the delayed answer,
your post must have slipped out somehow.

Sadly, we didn’t implement the products quantity in the menu categories. However, there is a hidden feature in Shoppica, which lets you display the product quantity for the menu brands. You can enable it by opening catalog/controller/module/shoppica.php. GoTo line 982, which should contain:

                if ($this->config->get('shoppica_show_menu_brands_count') == '1') {
and change it to:

                if (!$this->config->get('shoppica_show_menu_brands_count') == '1') {

Hope this would do the job for your needs.

March 5, 2012 at 4:47 pm #6810

Thank you for your reply.
I will not be having brands, so this will not be any good to me.
No problem, at least now i know.
Regards

GWP

 GWP
March 5, 2012 at 8:17 pm #6828
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.