Virtuemart QTY and Add to Cart Button Not Working

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
Sat Jul 20, 2013 6:34 am
Reply with quote
Report this post
I checked this issue with the Boutique template and the issue is not present. The add button should be below the QTY box. Is there a way to fix?
User avatar
Fresh Boarder

GK User
Mon Jul 22, 2013 9:51 am
Reply with quote
Report this post
From your screen I see that you are using default VM styling. Did you remove our GK Style from VirtueMart ?
User avatar
Platinum Boarder

GK User
Mon Jul 22, 2013 3:54 pm
Reply with quote
Report this post
It was sent before to the default. I switched it to GK-Fashion, cleared cache and saw no difference. This is also on Google Chrome. I tested on Firefox and received the same thing. But on IE, a number did populate in the QTY but the button layouts didnt change.
User avatar
Fresh Boarder

GK User
Mon Jul 22, 2013 3:56 pm
Reply with quote
Report this post
Here is a updated screen shot with the template selected.
User avatar
Fresh Boarder

GK User
Tue Jul 23, 2013 8:23 am
Reply with quote
Report this post
Sorry for my mistake, from screen I thought that you are using Boutique template. Ok if it is fashion it of course don't have special VM styling so please provide me URL, probably there are some JavaScript errors on product page.
User avatar
Platinum Boarder

GK User
Wed Jul 24, 2013 10:39 am
Reply with quote
Report this post
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
.quantity-input {min-width: 35px; padding: 0 }
.quantity-controls { overflow: hidden}


and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Wed Jul 24, 2013 2:33 pm
Reply with quote
Report this post
This fixed it in Chrome. When I get home, I will try IE and Firefox. Thank you.
User avatar
Fresh Boarder

GK User
Thu Jul 25, 2013 10:24 am
Reply with quote
Report this post
The problem is related with default VM styles, this buttons width/height is wrongly set in VirtueMart defualt file and this cause this issue.
User avatar
Platinum Boarder

GK User
Fri Oct 25, 2013 5:08 pm
Reply with quote
Report this post
I have the same problem in fashion template. Do You have any solution? I will upload attachment:
I would like to chanege as well position text and price information. Now it is on left of Picture Item, I would like to have it on the down and picture centered. It is possible to do this?
User avatar
Fresh Boarder

GK User
Fri Oct 25, 2013 5:28 pm
Reply with quote
Report this post
I was use this override code and it is working!!! what about pictures with float left?? Any idea?
User avatar
Fresh Boarder

GK User
Mon Oct 28, 2013 7:53 am
Reply with quote
Report this post
To change position you need to modify layout for product details in VirtueMart files. It is not related with the template. More details you will find here >> http://forum.virtuemart.net/index.php?topic=109768.0
User avatar
Platinum Boarder


cron