Reposition Custom Product Variation Field
-
I have created a custom field for variable products. I wish to reposition the custom field further down the page. How can I edit the variation.php or single-product.php to reposition my custom field.
Here is the desired position:
This is the current variation.php where i have added my data.variation.custom_field:
<script type="text/template" id="tmpl-variation-template"> <div class="woocommerce-variation-description">data.variation.variation_description</div> <div class="woocommerce-variation-price">data.variation.price_html</div> <div class="woocommerce-variation-custom_field"> data.variation.custom_field </div> <div class="woocommerce-variation-availability">data.variation.availability_html</div> </script>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Reposition Custom Product Variation Field’ is closed to new replies.