Hello.
This is David. I’m back ๐
I really want to know how to move each position on the single product page..
I attached my file, and please open that.
I already below code, but it was not working perfectly!
/*******************************************************
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_excerpt’, 20 );
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_meta’, 40 );
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_sharing’, 50 );
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 30 );
add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_title’, 5 );
add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_excerpt’, 20 );
add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_price’, 30 );
add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_add_to_cart’, 35 );
add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_meta’, 40 );
add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_sharing’, 50 );
**************************************************/
Here is my hope list.
1. I want to display ‘product title’ on the woocommerce price space.
2. I want to move ‘woocommere price’ to above cart position..
I think It doesn’t matter what I have to use (CSS Code, Woocommerce plugin, etc..)
I need your help ๐
Thank you, and have a nice day!
Attachments:
You must be
logged in to view attached files.