I've looked but I don't think it is there.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
I'd like to expand the control of the customer groups to do more than just pricing. Including limiting payment and shipping options, products, etc. But that will take some work. At this time it can be hacked into the individual modules
1. EDIT: catalog/model/payment/xxx.php (any payment module)
2. FIND:
3. BEFORE, ADD:
Change 'x' to the group id that you want to be allowed
1. EDIT: catalog/model/payment/xxx.php (any payment module)
2. FIND:
Code: Select all
if ($status) {
Code: Select all
if ($this->customer->getCustomerGroupId() != 'x') {
$status = false;
}
Who is online
Users browsing this forum: Amazon [Bot] and 14 guests