Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Claudio Sanches

    (@claudiosanches)

    You can remove the actions and add again in the product page.
    Here the list of actions:

    <?php
    	/**
    	 * woocommerce_single_product_summary hook.
    	 *
    	 * @hooked woocommerce_template_single_title - 5
    	 * @hooked woocommerce_template_single_rating - 10
    	 * @hooked woocommerce_template_single_price - 10
    	 * @hooked woocommerce_template_single_excerpt - 20
    	 * @hooked woocommerce_template_single_add_to_cart - 30
    	 * @hooked woocommerce_template_single_meta - 40
    	 * @hooked woocommerce_template_single_sharing - 50
    	 */
    	do_action( 'woocommerce_single_product_summary' );
    ?>
    
    Thread Starter Mike Wiegand

    (@mikeg_de)

    Hi Claudio,

    thanks for the hooks. What I am desperately searching for is the option to print i.e. the meta in the form of the add to cart. Form a user experience perspective I will be much leaner to display the total price and SKU next to the call to action.

    Thanks for you support
    Mike

    Plugin Contributor Mike Jolley (a11n)

    (@mikejolley)

    SKU and total is next to/near the cart button. But with the hooks and template files you can move things around if needed. If you need help with this, please consider using jobs.wordpress.net

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Relocate Woocommerce Product Total and Meta after add to cart’ is closed to new replies.