[Virtuemart] + & - product buttons

GK User
Sat May 12, 2012 9:42 am
Hi there, in the buttons used to put more or less product in the cart, + & - are not shown. I cannot find the layout that do that.
User avatar
Fresh Boarder

Konrad M
Wed May 16, 2012 12:32 pm
Hi
Do you have last version of template ?
User avatar

GK User
Sun May 27, 2012 5:21 pm
Konrad M wrote:Hi
Do you have last version of template ?


Yes, I do.
User avatar
Fresh Boarder

GK User
Mon May 28, 2012 7:32 am
I have the same problem with the latest version.
User avatar
Fresh Boarder

Konrad M
Mon May 28, 2012 7:55 am
Can you give me url to your site?
User avatar

GK User
Mon May 28, 2012 8:01 am
Downloaded the latest Joomla, latest Virtuemart and the latest GK Boutique + rest files. Installed it all with a fresh DB. Not other extensions installed.

http://www.acrossfab.com/j252/index.php/circular-saw

The quantity buttons are either gone, or the +- under the rating is it, but clicking on them opens up a modal window that doesn't do anything, at least not increase the quantity of products.

If I switch the very same page to the latest MyStore template, the quantity buttons are there and works fine.

http://www.acrossfab.com/j252/index.php/chain-saw

Please please please someone help.
User avatar
Fresh Boarder

GK User
Mon May 28, 2012 8:43 am
Konrad M wrote:Can you give me url to your site?


www.ricciolibiondi.it
how can I send you a PM?
User avatar
Fresh Boarder

Konrad M
Mon May 28, 2012 5:20 pm
@enspyre boutique template don't have this buttons.
User avatar

GK User
Tue May 29, 2012 12:56 am
Konrad M wrote:@enspyre boutique template don't have this buttons.


Are you saying that Boutique by design does not have quantity buttons?
User avatar
Fresh Boarder

Konrad M
Tue May 29, 2012 7:07 am
Yes. I will let know our programmers about it.
User avatar

GK User
Thu May 31, 2012 4:25 am
Would be absolutely awesome if you can add those buttons. Any idea how long it will take?

Also, as far as I understand, when updating the template I need to uninstall and then make a new install. How do I update a template without loosing all the settings? Is that via the "save configuration" function?

Thanks!
User avatar
Fresh Boarder

Konrad M
Thu May 31, 2012 7:46 am
To update template you need override old files to new one by ftp.
User avatar

GK User
Thu May 31, 2012 3:28 pm
Guys I've solved simply changing the CSS from a backgroun-color to a background-image, within + and - symbols in it...
User avatar
Fresh Boarder

Konrad M
Fri Jun 01, 2012 9:57 am
@gabriele.carboni if you can please paste your css changes.
User avatar

GK User
Thu Jun 14, 2012 9:55 am
Konrad M wrote:Yes. I will let know our programmers about it.

Do you know when we get the update?
User avatar
Senior Boarder

GK User
Thu Jun 14, 2012 1:17 pm
i had a look at the code and it seems that there are they control buttons... but uncommented.
I have activated the code, put a background image with +/- and there they are.

However, i would like to show "minus" underneath "plus" and not side by side. (see attached screenshot)
But i have problems with my css code

I've added this to my joomla.css
Code: Select all
addtocart-area span.quantity-controls {
    float: left;
    margin: 0 6px 0 0;
    padding: 5px 0 0;
    width: 15px;
}
span.quantity-controls input.quantity-controls {
    border: medium none;
    height: 14px;
    width: 15px;
   padding: 0 6px;
}
span.quantity-controls input.quantity-plus {
    background: url("../images/vm/quantity-controls.png") repeat-x scroll 0 0 transparent;
    margin-bottom: 2px;
}
span.quantity-controls input.quantity-minus {
    background: url("../images/vm/quantity-controls.png") repeat-x scroll 15px 0 transparent;
}
User avatar
Senior Boarder

Konrad M
Thu Jun 14, 2012 2:17 pm
@bachmaier all changes I advise add to override.css file. It will avoid issues during further updates. Please give me link to product page, I will try help you to set +/- as you wish.
User avatar

GK User
Thu Jun 14, 2012 3:25 pm
Konrad M wrote:@bachmaier all changes I advise add to override.css file. It will avoid issues during further updates. Please give me link to product page, I will try help you to set +/- as you wish.

I've sent you a pm...
And of course i've added my changes to the override css.
User avatar
Senior Boarder

Konrad M
Thu Jun 14, 2012 4:09 pm
Please try add to override.css
Code: Select all
span.quantity-controls {
float:left;
margin-right:10px;
}
span.addtocart-button {
float:left;
}
span.quantity-controls input.quantity-plus {
float:none;
}
User avatar

GK User
Thu Jun 14, 2012 7:29 pm
Thank you very much...
:)
User avatar
Senior Boarder


cron