skip to Main Content

Price next to product title [woocommerce]

I have this function and I want to add next to the product price. I used get_price_html() and $price = $product->get_price_html function woocommerce_template_loop_product_title() { echo '<h4 class="woocommerce-loop-product__title">' . get_the_title() . '</h4>'; } Current Output Desired Output

VIEW QUESTION

WooCommerce Price Round

First, I don't use product price decimal at my local currency; decimal=0. And I want to change product price from 123,450 to 123,000 or 124,000. I searched many and many posting on the internet but I could not find any…

VIEW QUESTION
Back To Top
Search