Stock not showing in categories!

Winter sport ecommerce template for Joomla with VirtueMart support
GK User
Mon Oct 21, 2013 11:02 am
Hello,

I'm using the esport template and though i have show stock level enabled in virtuemart config only the (dutch) text for stock level is showing, without the little green bar!
this is an url from category page:
http://tenvisshop.nl/nieuw/webshop/microsd-card-ip-camera-s

I guess i'm gonna have to get someone ftp acces, that's no problem.

Thanks in advance (again)

regards,
Lucas van Rooij
User avatar
Fresh Boarder

teitbite
Mon Oct 21, 2013 8:16 pm
Hi

Sorry, but I'm not able to see Your site. Can You check if there is not IP block for Poland ?
User avatar
Moderator

teitbite
Tue Oct 22, 2013 6:19 pm
Hi

Thanks for mail with an option to contact host provide, but there is not need. Site works ok now. Probably just a temporary issue.

About the issue. I do not know why but You are lacking couple of css classes. Please for start check if VM is using default css and try to enable/disable it and see if this makes any difference.

If the above advice will not work please try to addthis class to override.css

Code: Select all
.vmicon, .vmiconFE {
    background-image: url("../images/vm/vm2-sprite.png");
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    height: 10px;
    width: 53px;
}
User avatar
Moderator

GK User
Thu Oct 24, 2013 10:16 pm
Hello,

Thank you for your reply, it saved me the trouble of giving the guys from the hosting support desk a lecture about what WWW stands for.

I added your css rules to override.css (override.css enabled and working), I didn't quite get the part of virtuemart using default.css, can't seem to find this param anywhere.

attached is a screen of the virtuemart template config, i'm sorry its in dutch i didnt succeed in gettting an english version.

Greetings from Holland,

Lucas van Rooij
User avatar
Fresh Boarder

teitbite
Thu Oct 24, 2013 10:56 pm
Hi

You have pasted this code wrong. It's inside the other style class. Please split them:

Code: Select all
.product-price {
   font-size: 0px;
   color: #fff;

.vmicon, .vmiconFE {
    background-image: url("../images/vm/vm2-sprite.png");
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    height: 10px;
    width: 53px;
}

}


this should looks like this:

Code: Select all
.product-price {
   font-size: 0px;
   color: #fff;
}

.vmicon, .vmiconFE {
    background-image: url("../images/vm/vm2-sprite.png");
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    height: 10px;
    width: 53px;
}
User avatar
Moderator

GK User
Tue Oct 29, 2013 11:47 pm
Hello,

It is showing a stock bar now, but also with a weird red one beneith it.
http://tenvisshop.nl/nieuw/webshop/outdoor-ip-camera-s

regards,
Lucas van Rooij
User avatar
Fresh Boarder

teitbite
Thu Oct 31, 2013 6:39 pm
Hi

Can You please put the code back so I'll be able to see this red bar ? It's comming from the image showing a stock bar, so the code just needs to be adjusted a little, but I need to see it first to tell what to do.
User avatar
Moderator


cron