Brands description in the bottom of woocommerce pages
-
Hello, I want to change where the descriptions of the brand are displaying, I will like to have it in the bottom of the page.
I’m trying to do something like
remove_action( 'woocommerce_before_shop_loop', array( 'Perfect_Woocommerce_Brands', 'archive_page_banner' ), 9);
add_action( ‘woocommerce_after_shop_loop’, array( ‘Perfect_Woocommerce_Brands’, ‘archive_page_banner’ ), 9);
In the woocommerce.php of my theme, can you please assist me with this?
Thanks in advance, I really love your plugin.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Brands description in the bottom of woocommerce pages’ is closed to new replies.