Hi @mackyescasinas,
I’ve checked your site, and it looks like your theme has incorporated this mini cart functionality. However, the cart fragments script seems to be not loading. You can manually enqueue the script by adding this code snippet to your child theme’s functions.php:
function enqueue_wc_cart_fragments() { wp_enqueue_script( 'wc-cart-fragments' ); }
add_action( 'wp_enqueue_scripts', 'enqueue_wc_cart_fragments' );
If this makes no difference, it would be best to reach out to the theme’s developers for further assistance here. I am sure they will have no problem supporting you there.
In the meantime, you can run a conflict test to help you identify the cause of the issue. More info: https://woo.com/document/how-to-test-for-conflicts/
I hope this provides some clarity. Please let us know if you have any other questions!
Thread Starter
Macky
(@mackyescasinas)
thank you for this ive result this issue
Hello ,
thank you for this ive result this issue
Thanks again for reaching out.
However, your message seems unclear. Could you please rephrase your reply? Was the issue resolved?
If not, please share more clarifying details on the steps you followed so we can help troubleshoot further.
Thanks.
Hi @mackyescasinas,
I’m marking this topic as “resolved” due to recent inactivity. If more assistance is needed, feel free to post back here or open a new topic.
Thanks!