79791582

Date: 2025-10-15 20:27:51
Score: 1
Natty:
Report link

I fix it change in file flatsome-child/template-parts/header/partials/element-cart.php

Replase line

<?php the_widget('WC_Widget_Cart', array('title' => '')); ?>

to stardard mini cart code

<div class="widget_shopping_cart_content">
    <?php woocommerce_mini_cart(); ?>
</div>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Maksym Alieksieienko