Show stock quantity in Category page

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri May 10, 2013 8:35 am
Reply with quote
Report this post
Hi
I really need an help,
I want to show exact stock quantity in each single category page (not in main shop)
but in the sub category.
in your demo "category-layout"
Now I see (as in your demo) just a green image and a text "Current Stock Level"

My questions is:
1. How to show (as in product details page) the exact stock quantity
es. Current Stock Level: number

2. how to change the image automatically depending on the stock level,
or (if not possible) remove it and leave only the text?

I hope you can help me, and I hope I have explained well my request.

Regards
User avatar
Fresh Boarder

teitbite
Fri May 10, 2013 4:26 pm
Reply with quote
Report this post
User avatar
Moderator

GK User
Tue May 14, 2013 11:20 pm
Reply with quote
Report this post
Hi
Thank you.

Reading this link helped me a lot. Now I can see the exact stock quantity in each single category page! I had only modify certain parameters in vm.css, because the number of the quantity appeared in the upper left.
this is the code I added in
. vm2-normalstock,. vm2-no stock,. vm2-lowstock

margin-bottom:-2px;
margin-left: 99px;

I attach a screen capture

I only have 1 more questions:
how to completely remove green image?

Thank you very much for the help!

regards
User avatar
Fresh Boarder

teitbite
Wed May 15, 2013 12:27 pm
Reply with quote
Report this post
Hi

Please show me an exact page with this green image to remove.
User avatar
Moderator

GK User
Wed May 15, 2013 11:24 pm
Reply with quote
Report this post
teitbite wrote:Hi

Please show me an exact page with this green image to remove.


Hi
here a sample category page:
http://www.shopvirag.it/index.php/en/shop-eng/evolution-vinyl-floorings

In my last post I tried to upload a jpg screen capture (with the function upload attachment below)
but something went wrong.

Thank you again!
Regards
User avatar
Fresh Boarder

teitbite
Fri May 17, 2013 10:19 am
Reply with quote
Report this post
Hi

When uploading imgae, You first need to hit ADD IMAGE, becuase submiting post will not do this automaticaly.

I believe this green You are talking about is a stock level. Please add this code to css to remove it:

Code: Select all
.stockLavel {
    display: none;
}
User avatar
Moderator


cron