Hi
On a cart, if the produc is from a non-variable product, the SKU appears on the same line as the Part Title.
If it is a variable product, it slots the variables in between the title and the SKU so the SKU is on a line of its own which looks much neater.
http://screencast.com/t/UqsuVkEiYzEG
Is there a way I can get the SKU on its own line?
Hi richardelectrix!
we need to be able to inspect the elements in question on your website. Please send us a precise link.
Cheers!
Andy
Hi
This is the precise link http://dev2.electrixinternational.com/quote-list/ but you will need to add items to the quote list first.
Hey!
This is how it looks on my end – http://i.imgur.com/dGmMu5E.png
Which product should we add?
Cheers!
Yigit
If you search for “EARTH BAG OF 10”
Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.woocommerce-cart td.product-name a + span {
width: 100%;
float: left;
}
Best regards,
Yigit
Perfect – how would I do the same on the actual checkout page?
Hi!
Please add following code to Quick CSS as well
.woocommerce-checkout td.product-name span {
width: 100%;
float: left;
}
Cheers!
Yigit
Perfect thanks