1Putts Posted July 25, 2006 Share Posted July 25, 2006 I'm working with a Purchase Order payment module and I'd like only show the payment option if the $customer_group_id =='1' I see in the payment module where it determines if the module is enabled from the admin: $this->enabled = ((MODULE_PAYMENT_PO_STATUS == 'True') ? true : false); Is there a way of expanding this criteria to the customer_group_id Thanks in advance. Quote Link to comment Share on other sites More sharing options...
1Putts Posted July 25, 2006 Author Share Posted July 25, 2006 Actually, please disregard my earlier posting. I didn't realize that the SPPC allowed you to define which payment and shipping modules to use for each customer group. Very, very slick. Combine that with the PO module and it makes for a pretty solid little B2B system. Very nice. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.