flip desc and price
This commit is contained in:
parent
b7d8091a44
commit
0ebba8b0be
|
@ -16,11 +16,11 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|||
?>
|
||||
<script type="text/template" id="tmpl-variation-template">
|
||||
<div class="woocommerce-variation-description">
|
||||
{{{ data.variation.price_html }}}
|
||||
{{{ data.variation.variation_description }}}
|
||||
</div>
|
||||
|
||||
<div class="woocommerce-variation-price">
|
||||
{{{ data.variation.variation_description }}}
|
||||
{{{ data.variation.price_html }}}
|
||||
</div>
|
||||
|
||||
<div class="woocommerce-variation-availability">
|
||||
|
|
Loading…
Reference in New Issue