Autoshipping icon indicating copy to clipboard operation
Autoshipping copied to clipboard

Provide shipping costs in Magento Cart, plus the ability to change the country there

Results 16 Autoshipping issues
Sort by recently updated
recently updated
newest added

This should be the proper way to solve #33

Is this behavior intended? I need to be able to have the first, empty option selected to force the customer to make a selection. Can this be modified to allow...

How can I add the required attribute to the select so I can force customers to select a value before being able to checkout?

I can display the shipping select in the minicart and the shipping value added via ``` $quote = Mage::getModel('checkout/session')->getQuote(); $shipping = $quote->getShippingAddress()->getShippingAmount(); ``` wil update once I have accessed the...

In Magento 1.9.2.0, the select box is shown as escaped HTML. That is due to app/design/frontend/base/default/template/tax/checkout/shipping.phtml Remove the '$this->escapeHtml()' calls from that PHTML to correctly show the select box and...

I`m on Magento 1.9.2. This module is working for me except for one problem. After a customer logs into his account, if he goes to the cart, the transport is...

Trying to modify the value to specify the shipping cost next to the county name but can't figure it out. No changes in Data.php made a difference. I deleted Data.php...

In cart page first time when select country it display correct shipping amount. But after i select another country it displays incorrect amount. Please help me.

Hello After i installed the extension. I opened the admin and select sales tab in that i choose Auto Shipping tab. It shows Page not found error