• Resolved Olufemi

    (@yurbshop21)


    Hi, please I want to remove one of the prices showing on my product page. Originally, the price has been under short description. I used this function.php ??
    // Move WooCommerce price
    remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 10 );
    add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 5 );

    With the aim of moving the price under the product name which is achieved. The issue right now is the price now showing both under short description and product name. I’d like to get rid of the one showing under short description. Thank you…

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Price’ is closed to new replies.