Home › Forums › WoodMart support forum › Frequently Bought Together
Frequently Bought Together
- This topic has 5 replies, 2 voices, and was last updated 1 year, 9 months ago by Artem Temos.
-
AuthorPosts
-
February 20, 2023 at 6:26 pm #444755
BesirParticipantHello 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.February 21, 2023 at 10:13 am #444911
Artem TemosKeymasterHello,
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 builderThank you in advance
February 23, 2023 at 1:04 pm #445681
BesirParticipantHello 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
February 23, 2023 at 3:13 pm #445738
Artem TemosKeymasterHello,
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
February 28, 2023 at 3:18 pm #447083
BesirParticipantHello Artem,
Sorry for the late reply,I have created staging environment ,
kindly find login credentials in private content are,Thanks and regards
February 28, 2023 at 6:46 pm #447163
Artem TemosKeymasterHello,
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; } );
-
AuthorPosts
- You must be logged in to create new topics. Login / Register