Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #301195
    rqchta
    Participant

    Hi,

    I used Catch Shop free theme for my website. Everything went well for some times, however, I spotted recently (probably after any update) that product prices in the mini cart (the header cart widget) are wrong, the cart displays the subtotal amount instead of the product price for all items. It works perfectly well when I switch to another theme (e.g. Catch Store, Storefront). Is there a way to fix it?

    I am posting in Catch Store forum as there is no forum dedicated for Catch Shop Free theme.

    Regards,

    Robert

     

    #301205
    Skandha
    Participant

    @rqchta: Hello Robert,

    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #301251
    rqchta
    Participant

    Hi Skandha,

    I have already found the cause of the problem. The issue is in inc/woocommerce.php in the function catch_shop_header_mini_cart_refresh_amount($fragments).
    There is:
    $fragments[‘.site-header-cart .amount’] = ob_get_clean();

    There should be:
    $fragments[‘.site-header-cart .menu .amount’] = ob_get_clean();

    Otherwise products prices are affected.

    Please check from your side.

    Regards,

    Robert

    #301722
    Skandha
    Participant

    @rqchta: Hello Robert,

    Sorry for the late reply.

    Thank your for reporting the issue. The issue has been fixed and an update will be released very soon. I will let me know when the update is released.

    Kind Regards,
    Skandha

    #301765
    Skandha
    Participant

    @rqchta: Hello Robert,

    The update has been released. Please update theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    #301800
    jonathanbyers
    Participant

    Hello, there I am facing the same problem as you mentioned. and I hope new update will resolve this issue.

    #301804
    Skandha
    Participant

    @jonathanbyers: Hello there,

    Please update the theme to the latest version and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    #301905
    jonathanbyers
    Participant

    Thanks! working fine now,

    #301906
    Skandha
    Participant

    @jonathanbyers: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-shop/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

     

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Catch Shop Free WordPress Theme: Mini-Cart widget shows wrong product prices’ is closed to new replies.