Shopping Cart with vmGkCartProducts Module

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 Oct 04, 2013 10:11 am
Reply with quote
Report this post
Hello ;
in vmGkCartProducts module i dnt see the product images.

If you want to see the problem follow the link http://www.center-net.it/i15demo/shop/cart.html

At yr. disposal for any question.
Regards

Fabrizio
User avatar
Junior Boarder

teitbite
Fri Oct 04, 2013 11:45 am
Reply with quote
Report this post
Hi

Can You please give me some examples. I've just checked and I can see images in cart module just fine:
User avatar
Moderator

GK User
Tue Oct 08, 2013 10:34 am
Reply with quote
Report this post
Hi i'm sorry with the sunglasses the image link work correct.
Try pls the following link:

http://www.center-net.it/i15demo/shop/b ... etail.html

or

http://www.center-net.it/i15demo/shop/d ... etail.html

The size of the article image is the same...thx in advance!

teitbite wrote:Hi

Can You please give me some examples. I've just checked and I can see images in cart module just fine:
User avatar
Junior Boarder

teitbite
Tue Oct 08, 2013 11:18 pm
Reply with quote
Report this post
Hi

I've solved a similar problem as described here. I think it's the same. Please take a look at this thread and try to make this modification: https://www.gavick.com/forums/esport/es ... ge#p143199
User avatar
Moderator

GK User
Wed Oct 09, 2013 2:56 pm
Reply with quote
Report this post
Hi teitbite; I did do the changes and everything is fine except for the items with size/colors variables...

See the following link for the error:
ex1: http://www.center-net.it/i15demo/shop/u ... etail.html
ex2: http://www.center-net.it/i15demo/shop/d ... etail.html

I do not want to take much time; eventually how can I disable the vmGkCartProducts Module and insert the standard cart module?

Thx in advance.
Have a nice day.
User avatar
Junior Boarder

teitbite
Sat Oct 12, 2013 12:13 am
Reply with quote
Report this post
Hi

Actually regular VM cart doesn't have images, so no need to replace it. You can just hide images with this css:

Code: Select all
.vmGkCartProducts img {
    display: none;
}


and to make it show a little better when images are removed:

Code: Select all
.vmGkCartProducts > div > div {
    margin-left: 0;
}

.gkPopupWrap h3 {
    float: left;
    text-align: left;
    width: 50%;
}


I think the problem with not showing images when the product has options is that module is picking up an image of a product while options has subproducts, so maybe an image of a parent will be shown. You can try that before using the above code.
User avatar
Moderator

GK User
Wed Oct 23, 2013 9:38 am
Reply with quote
Report this post
Work like a charm.
Thankyou very much!.

teitbite wrote:Hi

Actually regular VM cart doesn't have images, so no need to replace it. You can just hide images with this css:

Code: Select all
.vmGkCartProducts img {
    display: none;
}


and to make it show a little better when images are removed:

Code: Select all
.vmGkCartProducts > div > div {
    margin-left: 0;
}

.gkPopupWrap h3 {
    float: left;
    text-align: left;
    width: 50%;
}


I think the problem with not showing images when the product has options is that module is picking up an image of a product while options has subproducts, so maybe an image of a parent will be shown. You can try that before using the above code.
User avatar
Junior Boarder

teitbite
Thu Oct 24, 2013 9:46 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron