Hi Michael,
Yes i can recreate that by doing the following:
Attach to this thread is a patched ActinicOrder.pm. It has a modified sub CheckBuyerLimit. Please download and replace your existing perl module.
and
Kind Regards
The original modification seems to have a bug in it which means people can place orders without any shipping charge.
Just did, created a product which was priced at £4.99
Now place the MOV to 5.00, in "View | Business Settings | Ordering", set
the "Minimum Order Value" to "5.00"
Upload to localhost, do 1 test order, so it shows up the shipping, now on
the next order, add the test product, and then add the calculator.
View Cart, and remove the calculator. So it just shows the test product.
Now click on "Checkout", and you should see it will allow you to proceed.
Now place the MOV to 5.00, in "View | Business Settings | Ordering", set
the "Minimum Order Value" to "5.00"
Upload to localhost, do 1 test order, so it shows up the shipping, now on
the next order, add the test product, and then add the calculator.
View Cart, and remove the calculator. So it just shows the test product.
Now click on "Checkout", and you should see it will allow you to proceed.
Regarding the questions you asked:
Question:
We would prefer for the Min Order Quantity to be based on the cost of goods before tax. Would it be possible to do this?
Answer:
Minimum order value (in business settings) infers me the minimum cart
value that includes subtotal, shipping, handling, tax1 and tax2 charges.
Shopping cart lines are displayed as SubTotal, Shipping, Tax1, Tax2 and
Total. Also the cart value cookie display contains the total order value.
- we can't change these displays.
When we validate sub total value with the minimum order value, the
validation error message should not confuse the buyer. So I prefer
changing the validation error also
1. Change the value of checkout prompt *Phase : -1 ID : 2348*
*Old value*
Value of your shopping basket (%s) below your limit (%s). Please add
something to your shopping basket.
*New value*
Sub total value of your shopping basket (%s) below your limit (%s).
Please add something to your shopping basket.
Question:
We would prefer for the Min Order Quantity to be based on the cost of goods before tax. Would it be possible to do this?
Answer:
Minimum order value (in business settings) infers me the minimum cart
value that includes subtotal, shipping, handling, tax1 and tax2 charges.
Shopping cart lines are displayed as SubTotal, Shipping, Tax1, Tax2 and
Total. Also the cart value cookie display contains the total order value.
- we can't change these displays.
When we validate sub total value with the minimum order value, the
validation error message should not confuse the buyer. So I prefer
changing the validation error also
1. Change the value of checkout prompt *Phase : -1 ID : 2348*
*Old value*
Value of your shopping basket (%s) below your limit (%s). Please add
something to your shopping basket.
*New value*
Sub total value of your shopping basket (%s) below your limit (%s).
Please add something to your shopping basket.
Question:
If you
1. Select goods over the MOQ then go to checkout and select the shipping option
2. Return to basket and remove goods to make the total below the MOQ then the shipping is removed as well
Answer:
This is because the total is less than minimum order value. Shipping is
added in invoice page.
Question:
3. Add goods to make the total over the MOQ again
Answer:
When this is done, the shipping cost is displayed
If you
1. Select goods over the MOQ then go to checkout and select the shipping option
2. Return to basket and remove goods to make the total below the MOQ then the shipping is removed as well
Answer:
This is because the total is less than minimum order value. Shipping is
added in invoice page.
Question:
3. Add goods to make the total over the MOQ again
Answer:
When this is done, the shipping cost is displayed
Comment