ClanMayo Posted January 23, 2012 Share Posted January 23, 2012 Hi, I would know how to do to appears the customers groups list on the authentication process? Whats file to modify? What to put? thanks in advance, Best regards. Link to comment Share on other sites More sharing options...
ClanMayo Posted January 23, 2012 Author Share Posted January 23, 2012 Please, anybody can help me? Link to comment Share on other sites More sharing options...
Richard S Posted January 24, 2012 Share Posted January 24, 2012 Hello, can you describe your problem in order way? As I have understand you would like to show customer groups when they register? Link to comment Share on other sites More sharing options...
ClanMayo Posted January 24, 2012 Author Share Posted January 24, 2012 Hello, can you describe your problem in order way? As I have understand you would like to show customer groups when they register? Hi, thanks for your answer. Yes, thats just what I want. In the Back Office, in the "Customers" label, there is a section where you can create "Groups", and applicate special prices or discounts for each group. The list of groups that I've created, I want to appear on the registration formular, on the "authentication.tpl" Now, how to do it? What's the file that needs to be changed? What's the text to be written? Thanks in advance, Best regards. Link to comment Share on other sites More sharing options...
Richard S Posted January 24, 2012 Share Posted January 24, 2012 You would need to change authentication.tpl file and add some other information in controllers/AuthController.php for this. However, it needs some PHP and Smarty knowledge. Link to comment Share on other sites More sharing options...
ClanMayo Posted January 24, 2012 Author Share Posted January 24, 2012 Ok, Thanks, then it's not easy. Thanks for your answer. Link to comment Share on other sites More sharing options...
Richard S Posted January 24, 2012 Share Posted January 24, 2012 It is not that hard too, but it is better to now what are you doing because after that there could be more problems. Link to comment Share on other sites More sharing options...
ClanMayo Posted January 25, 2012 Author Share Posted January 25, 2012 Ok, understand. I would say easy... for me. Thanks. Link to comment Share on other sites More sharing options...
oleo80 Posted April 1, 2012 Share Posted April 1, 2012 Hi! I've just finished writing a module that does exactly that! Look at this post. You can find the module on addons. Any feedback will be very appreciated! Link to comment Share on other sites More sharing options...
bellini13 Posted April 2, 2012 Share Posted April 2, 2012 a cheaper alternative is the Customer Group Registration module that I created some time ago it can also be used in conjunction with Block Customer Group so a customer can change their group while on the site. Link to comment Share on other sites More sharing options...
006bonetti Posted May 29, 2012 Share Posted May 29, 2012 Hello, I need to change functionality of Customers - Group logic, do you know, where i can find the scripts?? Where are all scripts of tools of BackOffice, such as customer management, group management, and import?? I can't find it in the file system, nor of those, i have just mentioned. I do not need to use some extra modules or use back office, i want to edit the code. Link to comment Share on other sites More sharing options...
bellini13 Posted May 30, 2012 Share Posted May 30, 2012 the backoffice pages are located in the admin/tab folders. The php classes for the data objects (such as customer, cart, product, groups etc) are located in the classes folder. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now