Discussion:
Another Cross Store Marketing problem
(too old to reply)
d***@blueyonder.co.uk
2006-12-14 16:25:52 UTC
Permalink
Hi all,

I've got another cross store marketing issue, this is leading me to believe either a) i'm doing something very wrong or b) it doesn't work!

Will raise a pmr but thought i'd post here 1st for any clues

Ok, my setup is WC 6.0 EE, running an extended sites scenario, with users registering at site level not store (modified MemberRegistrationAttributes.xml)

I'm trying to setup Customer Segments common across all stores, am doing this in Accelerator in the ConsumerDirectStorefrontAssetStore

When i do this and look for, say, included customers, the search doesn't find any (works fine at a store level). Also if I say specify an email domain in the customer segment, and view customers, none are returned. Once again works fine at a store level.

Any comments much appreciated...
m***@ca.ibm.com
2006-12-18 13:29:27 UTC
Permalink
sent a note to the developer - they should respond soon.
d***@blueyonder.co.uk
2006-12-18 13:51:52 UTC
Permalink
nice one, thanks!
m***@ca.ibm.com
2006-12-19 16:36:51 UTC
Permalink
The developer says:

Frances, we may want to get a better understanding on what he means by registering at a site level? is it that the "Register customer" role is given at a "Extended Sites Seller Organization" level or by other means?
d***@blueyonder.co.uk
2006-12-19 17:24:28 UTC
Permalink
what i mean is I have changed the MemberRegistrationAttributes.xml section...

<!-- Applies to all models except supplier. -->
<User registrationType="UserRegistration" memberAncestor="o=Default Organization,o=Root Organization" storeAncestor="o=Root Organization">
<Role name="Registered Customer" roleContext="storeOwner" DN="o=Reseller Organization,o=Root Organization"/>
<Role name="Registered Customer" roleContext="storeOwner" DN="o=Extended Sites Seller Organization,o=Root Organization"/>
<Role name="Registered Customer" roleContext="storeOwner" DN="o=Seller Organization,o=Root Organization"/>
</User>

..to now be...

<!-- Applies to all models except supplier. -->
<User registrationType="UserRegistration" memberAncestor="o=Default Organization,o=Root Organization" storeAncestor="o=Root Organization">
<Role name="Registered Customer" roleContext="explicit" DN="o=Reseller Organization,o=Root Organization"/>
<Role name="Registered Customer" roleContext="explicit" DN="o=Extended Sites Seller Organization,o=Root Organization"/>
<Role name="Registered Customer" roleContext="explicit" DN="o=Seller Organization,o=Root Organization"/>
</User>

..so indeed, I believe the role will be given at that level

Loading...