Zen Cart Logo
Forums / All Other Contributions/Addons / Checkout Limit Per Customer [Release and Support]

Checkout Limit Per Customer [Release and Support]

Views: 2,143

Results 1 to 5 of 5
15 Apr 2011, 1:27 AM
#1
ebusinessman avatar

ebusinessman

Zen Follower

Join Date:
Jul 2006
Posts:
132
Plugin Contributions:
0

Checkout Limit Per Customer [Release and Support]

If you want to set checkout order total limit for each customer, this is the solution. It does the following things:

  1. if a limit is set for a customer, under this limit, customer can't checkout
  2. if no limit set for a customer, it use the default total order limit
  3. if total order is above limit, customers checkout normally

You can set this limit in Admin->Customer->Customers, select a customer to edit it, you will see the new fields.

This is built for one of my client. It's proven to be working as expected.

My first contribution, be kind to comment :clap:

1 Oct 2011, 4:58 PM
#3
spjrr avatar

spjrr

New Zenner

Join Date:
Jun 2008
Location:
Andover, Mn. and I feel more stupid every year I get older for living here!!!
Posts:
14
Plugin Contributions:
0

Re: Checkout Limit Per Customer [Release and Support]

I just installed this on our test site running 1.3.9f and it works fine, however it doesn't include shipping charges in its limit. Is there a way to do this??

The reason for this is to limit the total of the order as we have a limit of $750.00 when processing international orders.

Thanks, Mark Smith

2 Oct 2011, 9:15 AM
#4
ebusinessman avatar

ebusinessman

Zen Follower

Join Date:
Jul 2006
Posts:
132
Plugin Contributions:
0

Re: Checkout Limit Per Customer [Release and Support]

The core code located at checkout_shipping page, you need to move it to checkout_payment page.

If you understand how to code php script, it should b easy.

3 Oct 2011, 5:55 PM
#5
spjrr avatar

spjrr

New Zenner

Join Date:
Jun 2008
Location:
Andover, Mn. and I feel more stupid every year I get older for living here!!!
Posts:
14
Plugin Contributions:
0

Re: Checkout Limit Per Customer [Release and Support]

Thanks, will try it out during next maintenance downtime.