JungleJap Posted July 8, 2010 Share Posted July 8, 2010 Is it possible to let customers to select a customer group when they register with the site?What I'm thinking is to add a pulldown to the registration page. This will have all the customer groups that I have made in the back office. Then customers can select an appropriate group he or she belongs when they register with the shop along with other details.Is this possible at all? I'm fairly comfortable with PHP so I'll have a go if I need to change the code.Thanks in advance,Rio Link to comment Share on other sites More sharing options...
xenoamp Posted October 5, 2010 Share Posted October 5, 2010 Hi,did anyone manage to do this?I would be interested too. Link to comment Share on other sites More sharing options...
Arafat Jahan Posted February 22, 2011 Share Posted February 22, 2011 OH!! i am become very upset by playing arround 5 days for this feature, but can;t get any solution.But i already set a drop down in account create page, and it works to insert customer group id from a groups array like {$groups->name}, But i cannot call all the groups by id_lang, it comes by group_id. $groups = new Group($cookie->id_lang); $smarty->assign( array( 'groupsName'=> $groups->name, 'groupsID' => $groups->id)); This code return all the group name which group_id is 1, it seems that the $cookie->id_lang is 1 and it match with group_id, it shoul be match with id_lang then it will show all the group name by id_lang..I am little closer to solve this but just loose the way...Please can anybody help Link to comment Share on other sites More sharing options...
bellini13 Posted November 8, 2012 Share Posted November 8, 2012 I have created a module that solves this http://www.prestashop.com/forums/topic/116742-module-customer-group-select-during-registration/ Link to comment Share on other sites More sharing options...
Recommended Posts