- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2017
04:12 AM
12-01-2017
04:12 AM
Tax = $999.89
After $shippingrate = $10 added in qoute display Tax = $1,000.89.
Below is my code:
$rate = Mage::getModel('shipping/rate_result_method'); $rate->setCarrier($this->_code); $rate->setCarrierTitle($this->getConfigData('title')); $rate->setMethod('standand'); $rate->setMethodTitle('Standard'); $rate->setPrice($shippingrate); $rate->setCost(0);
Please help me.
Thanks
Solved! Go to Solution.
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2017
07:19 AM
12-03-2017
07:19 AM
What's your tax rate set to? If it's 10% then this would seem to be the right amount of tax, $1 on $10 shipping?
----
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2017
07:19 AM
12-03-2017
07:19 AM
What's your tax rate set to? If it's 10% then this would seem to be the right amount of tax, $1 on $10 shipping?
----
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!