
Hi,
I cannot find the "quantity box" in Themler.
I mean the box where user can modify the quantity products to buy.
See attachment ...
Can someone help me, telling me where is this object in Themler?
thanks in advance
denis
Hi,
I cannot find the "quantity box" in Themler.
I mean the box where user can modify the quantity products to buy.
See attachment ...
Can someone help me, telling me where is this object in Themler?
thanks in advance
denis
Dennis,
Unfortunately, the Quantity plugin in not offered by default in VirtueMart. You are able to buy one at
http://extensions.virtuemart.net/products/quantity-related-price-calculation-detail
Thank you!
Dennis, Unfortunately, the Quantity plugin in not offered by default in VirtueMart. You are able to buy one at http://extensions.virtuemart.net/products/quantity-related-price-calculation-detail Thank you!Dennis,
Unfortunately, the Quantity plugin in not offered by default in VirtueMart. You are able to buy one at
http://extensions.virtuemart.net/products/quantity-related-price-calculation-detailThank you!
No ... I don't explain exactly.
If I do a fresh new installation of Joomla 3.4.3 and Virtuemart 3.0.9 and I install
the samples I get what you can see in attachments...
and as you can see the quantity-box is a native object in VM.
the quantity-box is the box with + and - ... of course
and I cannot manage it with Themler.
thanks
> Dennis, > > Unfortunately, the Quantity plugin in not offered by default in VirtueMart. You are able to buy one at > http://extensions.virtuemart.net/products/quantity-related-price-calculation-detail > > Thank you! No ... I don't explain exactly. If I do a fresh new installation of Joomla 3.4.3 and Virtuemart 3.0.9 and I install the samples I get what you can see in attachments... and as you can see the quantity-box is a native object in VM. the quantity-box is the box with + and - ... of course and I cannot manage it with Themler. thanksNo ... I don't explain exactly.
If I do a fresh new installation of Joomla 3.4.3 and Virtuemart 3.0.9 and I install
the samples I get what you can see in attachments...
and as you can see the quantity-box is a native object in VM.
the quantity-box is the box with + and - ... of course
and I cannot manage it with Themler.
thanks
No ... I don't explain exactly. If I do a fresh new installation of Joomla 3.4.3 and Virtuemart 3.0.9 and I install the samples I get what you can see in attachments... and as you can see the quantity-box is a native object in VM. the quantity-box is the box with + and - ... of course and I cannot manage it with Themler. thanksHello,
Thanks for examplanation, I see what you mean. I have asked our developers about this control and will let you know as soon as there is any information.
Sincerely,
Nettie,
BillionDigital Team
Hello,
Thanks for examplanation, I see what you mean. I have asked our developers about this control and will let you know as soon as there is any information.
Sincerely,
Nettie,
BillionDigital Team
Hello,
Please, can you tell me something about this issue?
It's very important for me and I don't understand why the Virtuemart template removes
this default feature of the component.
I wait for your answer.
thank you
denis
Hello,
The fact is that we are planning to implement a separate control for Product Quantity and our developers are working on it. Most probably it will be added in the next major Themler update.
Sincerely,
Nettie,
BillionDigital Team
OK,
this is a very good news!!
I'll wait for it.
thank you very much
OK, this is a very good news!! I'll wait for it. thank you very muchDenis, you are welcome! Please follow Themler updates.
Denis, you are welcome! Please follow Themler updates.Denis, you are welcome! Please follow Themler updates.
Where can I follow "Themler updates"?
I there something here in this site... or something on FB?
I usually get the notification directly by Themler.. when it starts
I think he checks if there are updates.
If they are avaible, it updates my template.
is that enough?
thank you
> Denis, you are welcome! Please follow Themler updates. Where can I follow "Themler updates"? I there something here in this site... or something on FB? I usually get the notification directly by Themler.. when it starts I think he checks if there are updates. If they are avaible, it updates my template. is that enough? thank youHi Denis,
Yes, this is enough but in addition, the News on Updates appear on our Forums on the top. And there the changes and fixes are listed.
Best regards,
Nettie,
BillionDigital Team
Hello
Any news about planned date to adding quantity box for virtuemart ?
I have few clients and this option is mandatory in each internet shop.
Hello,
Currently there is no exact time frame, we expect the next major update to be released within the period of next two to three weeks.
Sincerely,
Nettie,
BillionDigital Team
Hello, I have the same problem and I look forward to this new version ... do you have any news for us? thank you a lot
Hello, I have the same problem and I look forward to this new version ... do you have any news for us? thank you a lotHi William,
The update is expected in a week or so.
We are sorry for temporary inconvenicence.
Sincerely,
Nettie,
BillionDigital Team
Hi!
This function "quantity button" is VERY VERY important for creating Virtuemart Onlineshops with Themler.
When this update is coming?
Because i have now two Shops online with Themler templates and both of clients require for this feature.
It's a main core Virtuemart feature so it needs to be supportet!!
Maybe we can add these lines manually?
THX
Hi! This function "quantity button" is VERY VERY important for creating Virtuemart Onlineshops with Themler. When this update is coming? Because i have now two Shops online with Themler templates and both of clients require for this feature. It's a main core Virtuemart feature so it needs to be supportet!! Maybe we can add these lines manually? THXHello William,
the update is really close, but I cannot provide the date.
Please follow the news.
regards,
Aileen
in version 153 I still don't see this option :(
When will be added ?
Hello,
Sorry about delay.
This feature already implemented and in testing.
Thanks,
Oleg
hello,
Pending I found a solution with Insert CMS CODE
In edit CMS CODE, add this
<div>
<?php echo="" shopfunctionsf::rendervmsublayout('addtocart',array('product'=""?>$this->product, 'position' => 'ontop'));
?>
</div>
and in edit CSS, add this
.quantity-box .quantity-input, .cart-summary .quantity-input {
height: 34px !important;
width: 34px !important;
text-align: center;
font-weight: 700;
padding: 1px;
margin-bottom: 0;
}
span.quantity-controls input.quantity-plus {
background: url(../images/quantity-controls.png) no-repeat !important;
margin: 1px 0 !important;
border: none !important;
}
span.quantity-controls input.quantity-controls {
padding: 0px !important;
}
span.quantity-controls input.quantity-minus {
background: url(../images/quantity-controls.png) repeat-x !important;
background-position: 15px 0 !important;
margin: 1px 0 !important;
border: none !important;
}
not forgotten the image quantity-controls.png add to /templates/yourtemplate/images/quantity-controls.png
remove button ProductBuy.
Normaly it work.
For me i meet some pb with ajax /components/com_virtuemart/assets/js/vmkeepalive.js
Regards
philippe.t