Hi,
I'd like to be able to set up minimum order values on a per-customer-group basis.
Eg.
Retail - No minimum
Trade1 - £150 Minimum
Trade2 - £300 Minimum
As far as i can see, the only option for setting a minimum order value is on the whole site for all groups, or a maximum order value on a per-buyer basis - Is there something I've missed or a hack i can make to ActinicOrder.pm to check the buyers price schedule using GetBuyerAndAccount() in CheckBuyerLimit() rather than GetBuyer() and then comparing $Account->{PriceSchedule} against some hard-coded Schedules for the minimum... Which looks completely possible... so will $Account->{PriceSchedule} return the number for the price schedule in the 'Price Schedules' table related to the buyer in ActinicCatalog.mdb
I hope this all makes sense because i've been trying to work things out as I go along
I'd like to be able to set up minimum order values on a per-customer-group basis.
Eg.
Retail - No minimum
Trade1 - £150 Minimum
Trade2 - £300 Minimum
As far as i can see, the only option for setting a minimum order value is on the whole site for all groups, or a maximum order value on a per-buyer basis - Is there something I've missed or a hack i can make to ActinicOrder.pm to check the buyers price schedule using GetBuyerAndAccount() in CheckBuyerLimit() rather than GetBuyer() and then comparing $Account->{PriceSchedule} against some hard-coded Schedules for the minimum... Which looks completely possible... so will $Account->{PriceSchedule} return the number for the price schedule in the 'Price Schedules' table related to the buyer in ActinicCatalog.mdb
I hope this all makes sense because i've been trying to work things out as I go along
Comment