I installed the total cost based shipping module in OC 1.4.9.4. It does not seem to show the tax on shipping at the checkout page.
In cost based shipping, I choose the tax class as shipping. I apply to canada shipping, 100:20.0 in the cost based shipping module.
I have a geo-zone, canada shipping with all zones in canada. Under tax-classes, I have the tax-shipping class which contains geo-zones which cover the taxes to the various locations in Canada but I do not include the canada shipping geo-zone in here because all are covered by the other geo-zones. I don't need to include Canada Shipping geo-zone here...right? Even if I include Canada Shipping I still get no tax applied to shipping.
When I go to the check out page, no tax is applied to the shipping charge. Anyone getting this problem?
Thanks for any help.
In cost based shipping, I choose the tax class as shipping. I apply to canada shipping, 100:20.0 in the cost based shipping module.
I have a geo-zone, canada shipping with all zones in canada. Under tax-classes, I have the tax-shipping class which contains geo-zones which cover the taxes to the various locations in Canada but I do not include the canada shipping geo-zone in here because all are covered by the other geo-zones. I don't need to include Canada Shipping geo-zone here...right? Even if I include Canada Shipping I still get no tax applied to shipping.
When I go to the check out page, no tax is applied to the shipping charge. Anyone getting this problem?
Thanks for any help.
LMAO! wow he tells you right in the namevchang wrote:I am using the Total (Cost) Based Shipping module by developer codegotbugs.

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
the problem is on the file /catalog/model/shipping/standard_cost.php
instead of:
'tax_class_id' => $this->config->get('weight_tax_class_id'),
$this->currency->format($this->tax->calculate($cost, $this->config->get('standard_cost_class_id'), $this->config->get('config_tax')))
you can put
'tax_class_id' => $this->config->get('standard_cost_tax_class_id'),
$this->currency->format($this->tax->calculate($cost, $this->config->get('standard_cost_tax_class_id'), $this->config->get('config_tax')))
instead of:
'tax_class_id' => $this->config->get('weight_tax_class_id'),
$this->currency->format($this->tax->calculate($cost, $this->config->get('standard_cost_class_id'), $this->config->get('config_tax')))
you can put
'tax_class_id' => $this->config->get('standard_cost_tax_class_id'),
$this->currency->format($this->tax->calculate($cost, $this->config->get('standard_cost_tax_class_id'), $this->config->get('config_tax')))
Who is online
Users browsing this forum: No registered users and 2 guests