Home Forums WoodMart support forum Frequently Bought Together

Frequently Bought Together

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #444755

    Besir
    Participant

    Hello dears,
    Good day,

    I have multiple bundles created under ” Frequently Bought Together” option, and all my products are attached to bundles,

    I tried to remove bundle from one product but could not find how to do that !
    There is only Edit and Delete links , the Delete link deletes the bundle it self instead of removing it from product page!

    How is this possible ?

    Screenshot attached

    Attachments:
    You must be logged in to view attached files.
    #444911

    Artem Temos
    Keymaster

    Hello,

    Please, disable all plugins that are not related to our theme and provide us with your admin access. We will log in and check what is wrong there. You can leave only the following plugins that are required for our theme:
    WoodMart core
    WooCommerce
    Elementor/WPBakery page builder

    Thank you in advance

    #445681

    Besir
    Participant

    Hello Artem,
    I Thank you for your reply,

    I just figured out the source of the problem,
    It was related to Rank Math plugin , when I disabled it I was able to remove the bundle correctly,

    I also found another issue related to Rank Math , I was unable to translate a Layout and it was solved by disabling Rank Math

    I included related debug logs in private content area

    #445738

    Artem Temos
    Keymaster

    Hello,

    Please, disable all plugins that are not related to our theme and provide us with your admin access. We will log in and check what is wrong there. You can leave only the following plugins that are required for our theme:
    WoodMart core
    WooCommerce
    Elementor/WPBakery page builder
    Leave the Rank math plugin active as well.

    Thank you in advance

    #447083

    Besir
    Participant

    Hello Artem,
    Sorry for the late reply,

    I have created staging environment ,
    kindly find login credentials in private content are,

    Thanks and regards

    #447163

    Artem Temos
    Keymaster

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php file to fix this

    	add_filter( 'rank_math/excluded_post_types', function ( $post_type ) {
    		if ( isset( $post_type['woodmart_layout'] ) ) {
    			unset( $post_type['woodmart_layout'] );
    		}
    		return $post_type;
    	} );
Viewing 6 posts - 1 through 6 (of 6 total)