• Resolved Felix G.

    (@tiiunder)


    Hi,

    The cart subtotal/total is wrong at the end. It’s removing the decimals. For example if you have 1 product with $12.50 in your cart, the total shows $12.00

    I found the problem here: /plugins/caddy/public/partials/cc-cart-screen.php in line 179.

    You are casting the sum to an Integer. This way the decimals get removed.

    A fix would be nice ??

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cart sub total wrong’ is closed to new replies.