HomePage › Forums › Themeforest › Organey – Organic Food WooCommerce WordPress Theme › How to delete “Guarantee Safe Checkout” from product page?
- This topic has 14 replies, 2 voices, and was last updated 1 year, 7 months ago by
Supporter.
-
AuthorPosts
-
October 14, 2021 at 9:58 pm #3864
Hi,
I would like to delete on Kosi theme product page the compare button, add to wishlist button, categories and share link.
Could you please tell me how to do this,
Best regards,
Eléonore
October 15, 2021 at 12:21 am #3869Hi you,
To remove them, please copy and paste this code to file functions.php( child-theme):
add_action( 'after_setup_theme', 'kosis_remove_button' ); function kosis_remove_button() { remove_action('woocommerce_single_product_summary', 'kosi_wishlist_button', 35); remove_action('woocommerce_single_product_summary', 'kosi_compare_button', 34); remove_action('woocommerce_share', 'kosi_social_share', 10); }
October 16, 2021 at 6:09 pm #3911Thank you, It works well. But there is still a spacer (line) between add to cart and product description, where the add to wishlist button was.
Moreover, how to delete the compare button on the product overview in shop page? I’de like to delete the whole function.
Best regards,
October 16, 2021 at 6:29 pm #3914Hi again,
#1. Please send Admin web account for me, I need to check this issue.
#2. Please deactivate WPC Smart Compare for WooCommerce plugin
October 17, 2021 at 4:16 pm #3925This reply has been marked as private.October 17, 2021 at 9:06 pm #3927Hi,
I have just fixed this issue, please recheck.
October 18, 2021 at 3:36 am #3933It works well, thanks a lot for your support
October 18, 2021 at 8:30 am #3934Ok, let me know if you need to help and hope you will vote 5 stars for our team.
Thanks and have a nice day!
October 18, 2021 at 4:58 pm #3936I am really sorry, one last think, I would like to delete the flag on the mobile menu for header 12.
best regards.
October 18, 2021 at 5:34 pm #3938Hi,
Your website is having an error, please send me your cpanel account, I will fix this error for you: https://prnt.sc/1wlmhmp
October 18, 2021 at 6:16 pm #3940This reply has been marked as private.October 18, 2021 at 6:45 pm #3941This reply has been marked as private.October 18, 2021 at 10:45 pm #3942Ok, I resolved this issue, please recheck.
October 19, 2021 at 1:24 am #3948Hi, thank you very much. And for the flags in the mobile menu, how to delete them?
October 19, 2021 at 4:03 am #3949Hi there,
We have removed flags language in mobile for you
Please have a look!If our help can make your site perfect now, please vote our theme 5 stars on themeforest
Thanks and have a nice day!
-
AuthorPosts
You must be logged in to reply to this topic.