Hi,
Hi,
In that case you should copy the entire sf_woo_header_add_to_cart_fragment() function inside the file atelier/swift-framework/core/sf-woocommerce.php , and add it to the child theme functions.php
This is how the function starts.
/* ADD TO CART HEADER RELOAD
================================================== */
if ( ! function_exists( 'sf_woo_header_add_to_cart_fragment' ) ) {
function sf_woo_header_add_to_cart_fragment( $fragments ) {
global $woocommerce, $sf_options;
Yes, the update should be included in the next update.
-Rui