Mã chèn vào funtions.php
add_filter( 'woocommerce_format_sale_price', 'invert_formatted_sale_price', 10, 3 );
function invert_formatted_sale_price( $price, $regular_price, $sale_price ) {
return '' . ( is_numeric( $sale_price ) ? wc_price( $sale_price ) : $sale_price ) . ' ' . ( is_numeric( $regular_price ) ? wc_price( $regular_price ) : $regular_price ) . '';
}
source https://aedigi.com/thay-doi-vi-tri-cua-gia-ban-va-gia-khuyen-mai-trong-woocommerce-cua-wordpress/
Không có nhận xét nào:
Đăng nhận xét