HomePage Forums Themeforest Organey – Organic Food WooCommerce WordPress Theme How to delete “Guarantee Safe Checkout” from product page?

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #3864
    Avatarruemichele
    Support Expired

    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

    #3869

    Hi 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);
     }
    #3911
    Avatarruemichele
    Support Expired

    Thank 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,

    #3914

    Hi again,

    #1. Please send Admin web account for me, I need to check this issue.

    #2. Please deactivate WPC Smart Compare for WooCommerce plugin

    #3925
    Avatarruemichele
    Support Expired
    This reply has been marked as private.
    #3927

    Hi,

    I have just fixed this issue, please recheck.

    #3933
    Avatarruemichele
    Support Expired

    It works well, thanks a lot for your support

    #3934

    Ok, let me know if you need to help and hope you will vote 5 stars for our team.

    Thanks and have a nice day!

    #3936
    Avatarruemichele
    Support Expired

    I am really sorry, one last think, I would like to delete the flag on the mobile menu for header 12.

    best regards.

    #3938

    Hi,

    Your website is having an error, please send me your cpanel account, I will fix this error for you: https://prnt.sc/1wlmhmp

    #3940
    Avatarruemichele
    Support Expired
    This reply has been marked as private.
    #3941
    Avatarruemichele
    Support Expired
    This reply has been marked as private.
    #3942

    Ok, I resolved this issue, please recheck.

    #3948
    Avatarruemichele
    Support Expired

    Hi, thank you very much. And for the flags in the mobile menu, how to delete them?

    #3949

    Hi 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!

Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in to reply to this topic.