Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #380701

    Hello guys

    in the cart dropdown widget positioned in the top-left corner of my website I would like to show next to the cart icon also the total amount of the cart.

    is that possible?

    Best regards
    Nima

    #381342

    Hi Nimav!

    what do you mean? Please always use screenshots to clarify it for us. You can use imgur.com

    Regards,
    Andy

    #381518
    This reply has been marked as private.
    #382567

    Hi!

    You can open up /enfold/config-woocommerce/config.php and change line 801 from this.

    $output .= "<ul class = 'cart_dropdown' data-success='".__('was added to the cart', 'avia_framework')."'><li class='cart_dropdown_first'>";
    

    To this.

    $output .= "<ul class = 'cart_dropdown' data-success='".__('was added to the cart', 'avia_framework')."'>".$cart_subtotal."<li class='cart_dropdown_first'>";
    

    But with what your trying to do it’s going to take a lot more work to the CSS and JS so you will want to hire a freelancer to help you out with this customization.

    Regards,
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.