Hello my friends.
I want to move my quantity box near in add button not above for this. I try to change the width of my white body,fixed, but does not seem the image fro rear . Any ideas?
And another question, i want to change the appearance of my virtuemart template when making the οrder(the steps to succeed, i want to make one step at a time) so I do not think is functional now. How can i make this?
Thank you in advance.
I used Virtuemart 2.6 ,
Joomla 2.5.28 and PHP 5.3.26.
Μy site is www.almopiasgefsis.gr
For your add to cart button
In your style.css file
Around line 1531 and the width:auto !important
span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
background: #91ac27 none repeat scroll 0 0 !important;
border: 1px solid #788e20 !important;
border-radius: 0 !important;
width: auto !important;
}
do you mean to replace your code with mine?
I mean override the style in your code with this
span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
background: #91ac27 none repeat scroll 0 0 !important;
border: 1px solid #788e20 !important;
border-radius: 0 !important;
width: auto !important;
}
I need to move my quantity button NEAR the add button.
This code do this???
Try it on your site using firebug for firefox first
@almopiasgefsis if you can't work this out then you can ask your template developer for support: http://ordasoft.com/Forum/OrdaSoft-template-Support/
I contact with the ordasoft support but tell me that the modification of virtuemart template is customized.
I know that,but i want to change my steps of order and i dont know the way...
I want to make as the image...
Sorry, we cannot provide support for commercial templates on this forum. See http://forum.virtuemart.net/index.php?topic=108212.0
Ordasoft have stated the obvious =- they customised the templates, so as you will have paid them for the template and for support then we would expect them to provide support or advise you on how to edit the templare yourself.
Or you could probably use another thoird party plugin for the checkout, eg http://www.virtueplanet.com/vp-one-page-checkout-detail
thank you very much!