Minimum order price: Check order price after the customer has selected shipping method

27.05.2015 16:07
#1
Jobos1
Joomshopping forum user no avatar
Name: J
07.10.2014
Posts: 30
Quote
Minimum order price: Check order price after the customer has selected shipping method

Hi!

I am using the minimum order price plugin. But it is useless now.

The customer should have the minimum order price only if he selects shipping as delivery method.

How can I achieve this? Do I need to change checkout steps order? (shipping method before address?)

Additionally, there is no message if the order amount is too less. There is only a browser redirect.

Thank you.

 
27.05.2015 19:45
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Minimum order price: Check order price after the customer has selected shipping method

Need change code

plugins\jshoppingcheckout\minimalprice\minimalprice.php

delete code

function onLoadCheckoutStep3(){
$this->checkOrderPrice();
}

function onLoadCheckoutStep4(){
$this->checkOrderPrice();
}

 
28.05.2015 10:48
#3
Jobos1
Joomshopping forum user no avatar
Name: J
07.10.2014
Posts: 30
Quote
Aw: Minimum order price: Check order price after the customer has selected shipping method

OK thank you.
Very nice working and the plugin is nice to customize.

One more question, how can I get the $cart user setting of delivery method? So that I can only load the checkorderprice-function if the customer selected shipping method xx.

 
15.10.2015 10:10
#4
WYSIWYG
User WYSIWYG
Name: tap
10.11.2011
Posts: 117
Quote
Aw: Minimum order price: Check order price after the customer has selected shipping method

Hi

Is it possible to add a fee, if minimum order price is not reached?

Example:
Minimum oder price is EUR 50. If a customer orders products for EUR 30 only, he should get charged an extra fee of EUR 5. This is called "Kleinmengenzuschlag".

Possible?

Thanks!

 
15.10.2015 13:14
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Minimum order price: Check order price after the customer has selected shipping method

No.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.