Post by vchang » Mon Apr 18, 2011 5:41 am

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.

Newbie

Posts

Joined
Tue Jan 11, 2011 12:08 am

Post by Johnathan » Mon Apr 18, 2011 8:35 pm

Which total cost based shipping module are you using?

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by vchang » Mon Apr 18, 2011 10:25 pm

I am using the Total (Cost) Based Shipping module by developer codegotbugs. Any insight into this problem would be appreciated.
Thanks.

Newbie

Posts

Joined
Tue Jan 11, 2011 12:08 am

Post by Xsecrets » Mon Apr 18, 2011 11:16 pm

vchang wrote:I am using the Total (Cost) Based Shipping module by developer codegotbugs.
LMAO! wow he tells you right in the name :laugh:

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by vchang » Tue Apr 19, 2011 10:54 am

Ok that last comment was a really big help to me! I fixed the code myself.

Newbie

Posts

Joined
Tue Jan 11, 2011 12:08 am

Post by jijioc » Fri Jan 06, 2012 6:12 am

Hi Vchang.
Can you tell me how did you solve the problem of "no tax applied to the shipping charge" ?

thanks

Newbie

Posts

Joined
Fri Jan 06, 2012 6:07 am

Post by jijioc » Fri Jan 06, 2012 3:42 pm

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')))

Newbie

Posts

Joined
Fri Jan 06, 2012 6:07 am

Post by dealstation » Mon Jul 14, 2014 2:29 pm

opgelost zal straks de bewerkte opzetten! O0

New member

Posts

Joined
Tue Aug 16, 2011 7:59 am
Who is online

Users browsing this forum: No registered users and 2 guests