| Exposing Customer Groups on the signup form | |||
|---|---|---|---|
| James McNally | Posted: 2012-06-28 | ||
|
Joined: 2012-06-28
Posts: 3
|
We have some customer groups in Magento that are part of our BlueLink integration (ie. NOT selectable by the customer). There is a dropdown showing up now on our newsletter signup form with these groups exposed. Why is this happening and how can we hide this from our signup form? Thanks! |
||
| Quote | |||
| Luis | Posted: 2012-06-28 | # 1 | |
|
Joined: 2012-03-09
Posts: 1136
|
Hi James, The customer groups are showed up automatically with our extension, you can make it not visible with CSS (display:none) Also you can edit this file where it's the one which list the grouping list and lists app/design/frontend/base/default/template/magemonkey/customer/account/lists.phtml. The ones you should add the display:none are the div's (<div id="interest_groupings_). Hope it solve your problem. Let me know if you need more help. Kindest regards |
||
| Quote | |||
| James McNally | Posted: 2012-06-28 | # 2 | |
|
Joined: 2012-06-28
Posts: 3
|
Luis, thanks for your speedy reply! I was able to prevent the group showing up on the Mailchimp form by simply going into Mailchimp and deleting the Group that was created. I don't think it will recreate the group in MailChimp now, will it? | ||
| Quote | |||
| Luis | Posted: 2012-06-28 | # 3 | |
|
Joined: 2012-03-09
Posts: 1136
|
Hi James, If you are talking about the MAGE_CUSTOMER_GROUP no you shouldn't see it anymore. About the others interest groupings could you be able to make invisible in Magento? Kindest regards |
||
| Quote | |||
| James McNally | Posted: 2012-06-29 | # 4 | |
|
Joined: 2012-06-28
Posts: 3
|
Actually, I see that the group is now reappearing on the form and being re-created in my MailChimp list. How can I prevent this from happening? | ||
| Quote | |||
| Luis | Posted: 2012-06-29 | # 5 | |
|
Joined: 2012-03-09
Posts: 1136
|
Hi James, You can edit the code in order to don't have this problem. File: app/code/community/Ebizmarts/MageMonkey/Model/Observer.php Comment all the code between: Line 242: /** * Customer Group - Interest Grouping */ And Line 296: /** * Customer Group - Interest Grouping */ Let me know if this works. Kindest regards |
||
| Quote | |||
| cr.studio | Posted: 2012-09-04 | # 6 | |
|
Joined: 2012-09-04
Posts: 5
|
Hi Luis - the multiple lists aren't showing up in our general newsletter signup form (outside of the checkout), though the list is displaying in the checkout. Any ideas on settings we can check to enable multiple lists on the frontend outside of the checkout process? Cheers. |
||
| Quote | |||
| Luis | Posted: 2012-09-04 | # 7 | |
|
Joined: 2012-03-09
Posts: 1136
|
Hi CR, If with "multiple lists" you are referring to the "Additional Lists". Do you have selected the "Additional Lists" in the System -> Configuration -> MailChimp? Try to select 1 or more (Ctrl + click) remove the cache and check again. If this still without work let me know and we see another thing. Kindest regards |
||
| Quote | |||
| cr.studio | Posted: 2012-09-04 | # 8 | |
|
Joined: 2012-09-04
Posts: 5
|
Hi Luis - cheers for the quick reply. Indeed, I'm referring to "Additional Lists" and we have them working on the checkout properly (multiple lists displaying). Cache has been cleared. Now, just trying to get the additional lists displaying in our footer under the email newsletter signup form. |
||
| Quote | |||
| Luis | Posted: 2012-09-04 | # 9 | |
|
Joined: 2012-03-09
Posts: 1136
|
Hi Cr, Ah I see now what you are trying, it's not possible to add a user in many list when it's a guest user. We just show the additional list in the customer sign up form. For the guest we just subscribe the user to the default list. I think this functionality could be done, but it's not implemented. Thank you for your post Kindest regards |
||
| Quote | |||


