Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Mini Cart not showing

Viewing 3 reply threads
  • Author
    Posts
    • #31857
      bghazy
      Support Expired

      i have a problem showing the mini cart as “your order” is shown instead and comma separator is also causing wrong  calculation as described in attachments.

      Attachments:
      You must be logged in to view attached files.
    • #31863
      Harry
      Support Expired

      Hi bghazy,

      Thank you for choose our theme.

      Please change code in file init.php in claue > core > libraries > vendors > woocommerce

      line 966 change from

      $output .= '<div class="cart__popup-price">' . get_woocommerce_currency_symbol().round( $cart_item['custom-price-with-filter'], 2 ) . '</div>';

      to

      $output .= '<div class="cart__popup-price">' . get_woocommerce_currency_symbol().round( $cart_item['custom-price-with-filter'], 5 ) . '</div>';

      and on line 988 from

      $output .= '<div class="cart__popup-total fwsb cb">' . get_woocommerce_currency_symbol().round( $cart_item['custom-price-with-filter'], 2 ) * $cart_item['quantity'] . '</div>';

      to

      $output .= '<div class="cart__popup-total fwsb cb">' . get_woocommerce_currency_symbol().round( $cart_item['custom-price-with-filter'], 5 ) * $cart_item['quantity'] . '</div>';

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

      • #31905
        bghazy
        Support Expired

        Same error nothing changed,

        i need to show mini cart like attached from theme demo instead of the shown above

        Attachments:
        You must be logged in to view attached files.
    • #31907
      Harry
      Support Expired

      Hi,

      Please go to Theme Option > WooCommerce > Product Detail Settings > Add to cart behavior > Slide Sidebar.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

      • #31913
        bghazy
        Support Expired

        Thanks a lot, this  solved the problem of open cart, Is there a solution for the separator problem.

    • #31915
      Harry
      Support Expired

      Hi,

      Please revert your code add change in other topic related to Product Bundle plugin.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.