Tax Options – Cart Totals Display missing
-
Hello.
(My Jigoshop version: 1.17.7)
The documentation here appears to be outdated.
https://www.jigoshop.com/documentation/tax/I have no options for “Cart Totals Display” in my Jigoshop installation. Why has this option been removed is something wrong with my installation or, is the documentation out of date?
I really want to only display my prices with the tax applied.
I have achieved this with the product pricing by adding a filter on the hook “jigoshop_product_get_price_html”.
However the “Jigoshop Cart” widget has no hooks where I can change the subtotal with a filter.
I have attempted to sub-class this widget with a widget that extends “Jigoshop_Widget_Cart”, but was not successful.
I have created a widget that extends the default “WP_Widget”, and has options to show the subtotal as inclusive of tax, but when I activate it, it does not show up in the “Available Widgets” list. So I cannot replace the “Jigoshop Cart” widget with mine.
If I modify the Jigoshop file – \plugins\jigoshop\widgets\init.php – to
require_once my widget php file, and register it, whilst commenting out the existing “Jigoshop cart”, then my widget works beautifully.I have new options in my cart widget that I can tick that show the subtotal with ir without tax and optionally hide the varation data, but I don’t and shouldn’t have to modify the plugin files to achieve this.
Does anyone have any thoughts or suggestions? Is any of this resolved in Jigoshop version 1.17.8, the change log mentions something about Subtotal in cart?
Thanks and regards,
Paul
- The topic ‘Tax Options – Cart Totals Display missing’ is closed to new replies.