Dokan Shipping Calculator inclusive of tax

This topic contains 3 reply and 2 voices, and was last updated by towhid 8 years, 7 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
September 4, 2015 at 9:34 pm 70473
towhid Hi there, the dokan shipping calculator (, which is displayed in a "Shipping"-Tab on the Product Page, when "Dokan Shipping" is activated) shows the calculated shipping cost exclusive of tax. But this needs to be shown inclusive of tax, if the Woocommerce-Tax-Settings are set "Display prices including tax". Is there there a way to change this? At least a hook where I can change it? Thx, Robert
September 8, 2015 at 4:46 pm 70962
towhid towhid

Hello Robert,

You did not mention where you want to display the prices. Is it in the shop page or checkout page? Can you please attach a screenshot with marking the place in the woocommerce settings page.

After then I can discuss about this with our developer team.

Thanks

September 8, 2015 at 4:53 pm 70963
Robert Robert

Hi Towhid,
your dokan shipping calculator is just avaible on the product page in a tab. So it needs to be there….
Thx, Robert

September 10, 2015 at 11:57 am 71234
towhid towhid

Hello Robert,

Right now there are no filter or hook for shipping tab. But you can take a look in this file – shipping.php.

To get this file please navigate to plugins/dokan/includes/pro/classes/shipping.php and find this line.

$tabs['shipping'] = array(
            'title' => __( 'Shipping', 'dokan' ),
            'priority' => 12,
            'callback' => array($this, 'shipping_tab')
        );

Hope it will help you to get an idea to how shipping tab included here.

Thanks

Viewing 3 Posts - 1 through 3 (of 3 total)