Membership Entity

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

Membership Entity

ian tabangay
Hi. Can anyone direct me to what entity(s) I can use to store membership
details. Thanks.

~ ian
Reply | Threaded
Open this post in threaded view
|

Re: Membership Entity

BJ Freeman
https://demo.hotwaxmedia.com/webtools/control/ArtifactInfo
type membership and select entity.

ian tabangay sent the following on 7/17/2008 8:06 PM:
> Hi. Can anyone direct me to what entity(s) I can use to store membership
> details. Thanks.
>
> ~ ian
>

Reply | Threaded
Open this post in threaded view
|

Re: Membership Entity

BJ Freeman
apologize, Membership as in subscriptions?


BJ Freeman sent the following on 7/17/2008 8:14 PM:

> https://demo.hotwaxmedia.com/webtools/control/ArtifactInfo
> type membership and select entity.
>
> ian tabangay sent the following on 7/17/2008 8:06 PM:
>> Hi. Can anyone direct me to what entity(s) I can use to store membership
>> details. Thanks.
>>
>> ~ ian
>>
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Membership Entity

ian tabangay
No not really. Correct me if my understanding of that table is wrong. The
Subscription table is used more for "subscription of a product". I was
looking more of a membership to a store or group of stores where in a party
can, for example, get benefits like discounts.


On Fri, Jul 18, 2008 at 11:23 AM, BJ Freeman <[hidden email]> wrote:

> apologize, Membership as in subscriptions?
Reply | Threaded
Open this post in threaded view
|

Re: Membership Entity

BJ Freeman
well you can use subscription for that. Just have to do some tweaking.
however the marketing module lets you develop discounts based on buying
without subscriptions. See the demo eccommerce.


ian tabangay sent the following on 7/17/2008 8:35 PM:

> No not really. Correct me if my understanding of that table is wrong. The
> Subscription table is used more for "subscription of a product". I was
> looking more of a membership to a store or group of stores where in a party
> can, for example, get benefits like discounts.
>
>
> On Fri, Jul 18, 2008 at 11:23 AM, BJ Freeman <[hidden email]> wrote:
>
>> apologize, Membership as in subscriptions?
>

Reply | Threaded
Open this post in threaded view
|

Re: Membership Entity

BJ Freeman
BTW the Party, which is how we call any person and/or company
has a point system built in per party.
so you can also use the marketing based on that.

BJ Freeman sent the following on 7/17/2008 9:27 PM:

> well you can use subscription for that. Just have to do some tweaking.
> however the marketing module lets you develop discounts based on buying
> without subscriptions. See the demo eccommerce.
>
>
> ian tabangay sent the following on 7/17/2008 8:35 PM:
>> No not really. Correct me if my understanding of that table is wrong. The
>> Subscription table is used more for "subscription of a product". I was
>> looking more of a membership to a store or group of stores where in a party
>> can, for example, get benefits like discounts.
>>
>>
>> On Fri, Jul 18, 2008 at 11:23 AM, BJ Freeman <[hidden email]> wrote:
>>
>>> apologize, Membership as in subscriptions?
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Membership Entity

David E Jones
In reply to this post by BJ Freeman

BJ: what does discounts in a store or group of stores have to do with  
subscriptions?

Ian: more information is definitely needed, and one easy way to  
communicate it is the process you want for the company and customer to  
go through. You might consider the entities that related ProductStore  
and ProductStoreGroup to a Party in a certain RoleType, and you would  
have to write custom code for that. If you want to give discounts with  
OOTB functionality, like at price rules and promotions in the Catalog  
Manager.

-David


On Jul 17, 2008, at 10:27 PM, BJ Freeman wrote:

> well you can use subscription for that. Just have to do some tweaking.
> however the marketing module lets you develop discounts based on  
> buying
> without subscriptions. See the demo eccommerce.
>
>
> ian tabangay sent the following on 7/17/2008 8:35 PM:
>> No not really. Correct me if my understanding of that table is  
>> wrong. The
>> Subscription table is used more for "subscription of a product". I  
>> was
>> looking more of a membership to a store or group of stores where in  
>> a party
>> can, for example, get benefits like discounts.
>>
>>
>> On Fri, Jul 18, 2008 at 11:23 AM, BJ Freeman <[hidden email]>  
>> wrote:
>>
>>> apologize, Membership as in subscriptions?
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Membership Entity

ian tabangay
Thanks David Ill take a look at those. The process that is most essential at
this point is to manage the membership of a customer to a store or a group
of stores. For this I do need entities to relate stores with a member.
Creating a table to relate Party and ProductStore / ProductStoreGroup does
look like the way to accomplish this. The next part would be to be able to
create price rules based on this relationship. I think for this Ill have to
dig deeper when creating ProductPriceConditions. Point system would be my
last requirement (like a customer can only gain points when buying from a
store that honors his/her membership).

~ian

On Fri, Jul 18, 2008 at 1:59 PM, David E Jones <[hidden email]>
wrote:

>
> BJ: what does discounts in a store or group of stores have to do with
> subscriptions?
>
> Ian: more information is definitely needed, and one easy way to communicate
> it is the process you want for the company and customer to go through. You
> might consider the entities that related ProductStore and ProductStoreGroup
> to a Party in a certain RoleType, and you would have to write custom code
> for that. If you want to give discounts with OOTB functionality, like at
> price rules and promotions in the Catalog Manager.
>
> -David
Reply | Threaded
Open this post in threaded view
|

Re: Membership Entity

Bilgin Ibryam
On Fri, 2008-07-18 at 15:14 +0800, ian tabangay wrote:
> Creating a table to relate Party and ProductStore / ProductStoreGroup
> does
> look like the way to accomplish this.

ian

Why not use existing ProductStoreRole, ProductStoreGroupRole entities?

Bilgin

Reply | Threaded
Open this post in threaded view
|

Re: Membership Entity

BJ Freeman
In reply to this post by David E Jones
David, I thought I said it was doable with subscription and tweaking.
it was not a recommendation but a way if some wanted to do something as
a membership.

Looks like we have two different approaches.




David E Jones sent the following on 7/17/2008 10:59 PM:

>
> BJ: what does discounts in a store or group of stores have to do with
> subscriptions?
>
> Ian: more information is definitely needed, and one easy way to
> communicate it is the process you want for the company and customer to
> go through. You might consider the entities that related ProductStore
> and ProductStoreGroup to a Party in a certain RoleType, and you would
> have to write custom code for that. If you want to give discounts with
> OOTB functionality, like at price rules and promotions in the Catalog
> Manager.
>
> -David
>
>
> On Jul 17, 2008, at 10:27 PM, BJ Freeman wrote:
>
>> well you can use subscription for that. Just have to do some tweaking.
>> however the marketing module lets you develop discounts based on buying
>> without subscriptions. See the demo eccommerce.
>>
>>
>> ian tabangay sent the following on 7/17/2008 8:35 PM:
>>> No not really. Correct me if my understanding of that table is wrong.
>>> The
>>> Subscription table is used more for "subscription of a product". I was
>>> looking more of a membership to a store or group of stores where in a
>>> party
>>> can, for example, get benefits like discounts.
>>>
>>>
>>> On Fri, Jul 18, 2008 at 11:23 AM, BJ Freeman <[hidden email]>
>>> wrote:
>>>
>>>> apologize, Membership as in subscriptions?
>>>
>>
>
>
>
>