Andrew Watson Posted October 7, 2014 Share Posted October 7, 2014 I’m going mad. I think.I just want to change the default group for new customer registrations. Any solution will do.1st I changed the code in classes/Customer.phpFrom: $this->id_default_group = (int)Configuration::get('PS_CUSTOMER_GROUP'); To $this->id_default_group = 4; It didn’t work.I made sure the cache was turned off. I deleted the cache. I cleared the browser history I opened the shop again.Still the default group was 3 (strange because originally it was 1).Then I went into the database and change the id_default_group in the table ?????customer. I set that to 4.Still when I create a new customer (front end) they end up with the customer ID=3I can confirm I have looked in groups and yes, there is a group with the ID=4 (it’s the one I want).What am I doing wrong??? How to I get prestahop to default new customer to group 4? Link to comment Share on other sites More sharing options...
Andrew Watson Posted October 9, 2014 Author Share Posted October 9, 2014 In the end I gave up and made my promotion discount apply to all customers. If someone can tell me how to actually set the default customer group for new registrations on prestashop I would be very gratefull. Link to comment Share on other sites More sharing options...
Recommended Posts