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
calm down first - then follow the directions....
http://forum.virtuemart.net/index.php?topic=79799.0
http://forum.virtuemart.net/index.php?topic=104795.0
I used Virtuemart 2.6 , Joomla 2.5.28 and PHP 5.3.26.
My site is www.almopiasgefsis.gr
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
Make sure you use at least VM2.6.10 - versions before that have security issues and should not be used in a live store.
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?
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
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.
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
Okay thank you very much.