Comments Jesús started the conversationOctober 29, 2018 at 11:44amHow can you customize the detail of a product? what file is there to modify? The intention is to move the SKU, Category and tags below the add button to the cart 7,095Oliver repliedOctober 29, 2018 at 1:21pmHi,To be sure, you need to put it here?: Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, OliverJesús repliedOctober 29, 2018 at 1:26pmyes. below the description 7,095Oliver repliedOctober 29, 2018 at 1:53pmHi,Add this code to the fucntions.php of the child theme: function thegem_woocommerce_after_single_product_change() { remove_action('thegem_woocommerce_single_product_left', 'woocommerce_template_single_meta', 15); add_action('thegem_woocommerce_single_product_right', 'woocommerce_template_single_meta', 45); } add_action('init', 'thegem_woocommerce_after_single_product_change'); Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
How can you customize the detail of a product? what file is there to modify? The intention is to move the SKU, Category and tags below the add button to the cart
Hi,
To be sure, you need to put it here?:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
yes. below the description
Hi,
Add this code to the fucntions.php of the child theme:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver