Move variation information on variable products in checkout
-
By default woocommerce seems to add variable information above the quantity and total product price.
<td class="product-name" colspan="2"> Scuba Bag 25 L - Orange <dl class="variation"><table class="wdm_options_table" id="24442"><tbody><tr><td>orange</td></tr></tbody></table></dl> <strong class="product-quantity">× 1</strong> <span class="woocommerce-Price-amount amount">147.00 <span class="woocommerce-Price-currencySymbol">kr</span></span> </td>
I would like to move variation information further down so that it displays the following way.
By moving the following line:<dl class="variation"><table class="wdm_options_table" id="24442"><tbody><tr><td>orange</td></tr></tbody></table></dl>
Class name variation. To the bottom of the<td>
. Could this be done with a hook?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Move variation information on variable products in checkout’ is closed to new replies.