Version: 1.5.3.1
VQMods: VQMod Manager, RestrictedCategories, US Dates, Know Your Products
Problem: I've enabled the Handling Fees under Order Totals, but when I create an order the Handling Fee amount doesn't show up on the shopping cart page or checkout page. Is there another place I need to activate it in order for it to show?
Making this change will reverse how the handling fee is applied.bunty wrote:please go model/total/handling.php
and change $this->cart->getSubTotal() < $this->config->get('handling_total') to $this->cart->getSubTotal() > $this->config->get('handling_total')
By default, the system requires you to set a maximum order total. If the subtotal is less than the order total setting then the handling fee is applied, otherwise if the subtotal is greater than the order total setting, the handling fee is disabled and not added to the cart totals.
I believe the original intention of the handling fee extension was to apply handling fees to low valued orders.
Cheers,
Joel.
Who is online
Users browsing this forum: No registered users and 1 guest