Cart Taxes
-
Hi,
Have a weird one. There use to be an option to show Cart Prices including tax which seems to have been removed. In my settings I have set ( Catalog Prices include tax? ) to true and noticed that on the CART prices always appear without Tax????.
I can change the cart shortcode from:
<?php echo apply_filters( 'jigoshop_product_price_display_in_cart', jigoshop_price($_product->get_price_excluding_tax()), $values['product_id'], $values ); ?>
To:
<?php echo apply_filters( 'jigoshop_product_price_display_in_cart', jigoshop_price($_product->get_price_with_tax()), $values['product_id'], $values ); ?>
This just seems like a really small thing as most ecommerce solutions I use show the cart with Tax prices included and then break it down at checkout level.
Im not sure if I am alone in thinking this and feel free to shoot me down in flames.
Steve
- The topic ‘Cart Taxes’ is closed to new replies.