VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: rmhumm on April 16, 2016, 23:42:10 PM

Title: VirtueMart 3.5.1 Multi-Variant Product Labels not formatting correctly.
Post by: rmhumm on April 16, 2016, 23:42:10 PM
I am doing a basic multi-variant product with Color and Size.  Color Label comes out correct, above the Color drop down but I cannot get "Size" where it is supposed to be.  The closest I can come is to use "Use Custom Label" and "Size" in "Custom Fields", but this places "Size" at the end of the drop down box for "Color".

Any ideas what I am missing?
Title: Re: VirtueMart 3.5.1 Multi-Variant Product Labels not formatting correctly.
Post by: jenkinhill on April 17, 2016, 00:06:35 AM
VirtueMart 3.5.1 does not exist. Maybe you mean Joomla 3.5.1? But which actual VirtueMart version do you have?
Title: Re: VirtueMart 3.5.1 Multi-Variant Product Labels not formatting correctly.
Post by: rmhumm on April 17, 2016, 00:14:48 AM
Sorry, 3.0.14.
Title: Re: VirtueMart 3.5.1 Multi-Variant Product Labels not formatting correctly.
Post by: rmhumm on April 17, 2016, 03:34:20 AM
Work around solution.  If someone has the solution for putting the labels above each multi-variant, please let me know.

The work around that I implemented was to change the label for "Color" to "Color / Size".
Title: Re: VirtueMart 3.5.1 Multi-Variant Product Labels not formatting correctly.
Post by: Spiros Petrakis on April 22, 2016, 17:07:38 PM
You can add the following css :

.vm-cmv-label {
display: block;
}


check if your template has the option to add custom css code so it does not get deleted after each update.