Jump to content

Edit History

Courage2000

Courage2000

Thank you.

For 1.7.6.4 the needed modification is in

src/Adapter/Presenter/Cart/Cartpresenter.php

Search

'minimalPurchaseRequired' => ($productsTotalExcludingTax < $minimalPurchase) ?

Replace with

'minimalPurchaseRequired' => ($totalCartAmount < $minimalPurchase) ?

Don't forget to edit the language file for taxes text.

 

Courage2000

Courage2000

Thank you.

For 1.7.6.4 the needed modification is in

src/Adapter/Presenter/Cart/Cartpresenter.php

×
×
  • Create New...