This topic has 5 replies, 3 voices, and was last updated 1 months ago ago by Andrew Mitchell
Hello
I contact you because your theme is not compatible with the yiith plugin Minimum/Maximum product order/
The issues are :
– there isn’t notification to inform on rules (e.g. You need to add 12 product in cart to can ordered)
Best regards
CHris
Hi @Chris0483,
We’ve changed to the Cart element from Elementor now the messages are displaying now.
Could you please double check?
Best Regards,
8Theme’s Team
Hello Sir
Have checked but I want your Cart Element because it is more complete but woocommerce is missing an essential element, it does not have the woocommmerce notification alerts “error alert, info alert…” I think you should integrate this because it is an important point for the e-commerce
Can you tell me how to add compatibility please? I will manually integrate it into the child theme.
Best regards
Chris
Dear @Chris0483,
We hope this message finds you well.
We have successfully added the following custom code to the functions.php
file located in your child theme:
add_shortcode( 'do_hook', function( $atts = array(), $content = null, $tag = '' ) {
if ( isset( $atts['hook'] ) ) {
do_action( $atts['hook'] );
}
return;
});
Additionally, we have inserted the following shortcode above the cart element on your cart page:
[do_hook hook="woocommerce_before_cart"]
As a result, the notifications are now displaying correctly. You can view the updated display here:
[Notification Display Screenshot](https://prnt.sc/To2w6VV-0sAt)
Could you kindly review the changes on your end to ensure everything is functioning as expected?
Thank you for your attention to this matter.
Best regards,
8Theme Team
Dear Chris0483,
In the spirit of gratitude, we want to express our appreciation for your trust in our products. As a valued customer, your experience matters greatly. Would you consider sharing it by giving our theme a deserving 5-star rating on ThemeForest?
Click here to share your thoughts: https://themeforest.net/downloads
Being part of our community means a lot, and your feedback contributes immensely.
Best Regards,
The 8Theme Team
The issue related to '‘Issue compatibility with Yith Minimum/maximum product order’' has been successfully resolved, and the topic is now closed for further responses