News:

Looking for documentation? Take a look on our wiki

Main Menu

ADD QUANTITY BOX NEAR " ADD TO CART BUTTON"

Started by almopiasgefsis, May 07, 2015, 22:07:12 PM

Previous topic - Next topic

almopiasgefsis

Hello guys. I am new here and i am so exited.
I want to add a quantity box near the button of "add to cart", i guess that is a modification of my code but i cand do this.
Any help??
Thank you in advance

GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

almopiasgefsis

#2
I used Virtuemart 2.6 , Joomla 2.5.28 and PHP 5.3.26.


My site is www.almopiasgefsis.gr

GJC Web Design

there are 18 versions of VM2.6 not counting sub versions..  hmmm

these questions have a purpose..

you don't even say where or what page you want quantity boxes .. one assumes the home page modules

they are already there .. just hidden in your template by css - see screen

unhide by removing

span.quantity-box, span.quantity-controls {
  display: none;
}

http://www.almopiasgefsis.gr/templates/ordasofttemplate-ecofoodtemplate/css/style.css line 1557

you will need to restyle the layout

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

jenkinhill

Make sure you use at least VM2.6.10 - versions before that have security issues and should not be used in a live store.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

almopiasgefsis

Great! It's very important!
Its my fault to dont ask specifically.
Ι want to add quantity boxes into the products description,not external in module etc.

any help?

GJC Web Design

was this not hint enough???????

Quotethey are already there .. just hidden in your template by css - see screen

unhide by removing

span.quantity-box, span.quantity-controls {
  display: none;
}

http://www.almopiasgefsis.gr/templates/ordasofttemplate-ecofoodtemplate/css/style.css line 1557

you will need to restyle the layout
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

almopiasgefsis

#7
Yes that is specially help and thank you so much.
But, if i make these changes the quantity box will add on singularly product description(?),that is i want and which is why I'm asking.
I used the firebug and i saw that the change is perfect.But i want add quantity box only on product description,not external.
Τhank u.

GJC Web Design

one has nothing to do with the other

you are using a commercial template -- these things should be asked of the template maker - he has you money - he should support his product.. 

otherwise check the standard vm templates to see how it should be done
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

almopiasgefsis