Hi!
Although I´ve found some similar issues within the community it could not solve my problem.
I´m running woocommerce with the plugin “Germanized”. It puts additional information, especially taxes, into the product page. I would like to place the additional taxes and delivery information below the price! Please finde screenshot attached.
I´ve tried to get support from the author of that plugin. Put it does not work. I tried to put the following code into the functions.php:
remove_action( 'woocommerce_single_product_summary', 'woocommerce_gzd_template_single_legal_info', wc_gzd_get_hook_priority( 'single_legal_info' ) );
add_action( 'woocommerce_single_product_summary', 'woocommerce_gzd_template_single_legal_info', 11 );
(as suggested): it removes the original manner of placing that additional tax information and tries to replace it in another way.
Hope you can help me. Thanks!
Daniel
Attachments:
You must be
logged in to view attached files.