php Programming Glossary: shippingprotection
Sort algorithm: Magento checkout totals sorted wrongly causing wrong shipping tax calculation http://stackoverflow.com/questions/9194281/sort-algorithm-magento-checkout-totals-sorted-wrongly-causing-wrong-shipping-ta Without this rule tax_shipping is sorted after shipping . shippingprotectiontax class n98_shippingprotection quote_address_total_shippingprotectionTax.. is sorted after shipping . shippingprotectiontax class n98_shippingprotection quote_address_total_shippingprotectionTax class after subtotal.. class n98_shippingprotection quote_address_total_shippingprotectionTax class after subtotal discount shipping tax after before grand_total..
|