Thank you for your answer but I couldn't redeclare the function as it exists in another file, I've got the following error:
Fatal error: Cannot redeclare thegem_cart_menu() (previously declared in myBlog/wp-content/themes/thegem-child/functions.php:2) in myBlog/wp-content/themes/thegem/inc/woocommerce.php on line 628
Hello,
How do you add an account icon next to the cart icon.
More generally how do you manage these icons?
Many thanks,
Abra
HI!
Here is the code example of adding menu item card:
You need to create the new filter like this and add this code to the function.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
Hi!
Thank you for your answer but I couldn't redeclare the function as it exists in another file, I've got the following error:
Fatal error: Cannot redeclare thegem_cart_menu() (previously declared in myBlog/wp-content/themes/thegem-child/functions.php:2) in myBlog/wp-content/themes/thegem/inc/woocommerce.php on line 628
What is the best practice in that case?
Many thanks
You need to set another name:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver