Re: eCommerce Use Case

2018-09-13 Thread Jacques Le Roux

Thanks Jason,

I asked because there have been some substantial work in this area since then.

I know there are still some issues, like 
https://issues.apache.org/jira/browse/OFBIZ-6705

Do you have an example of an issue in R13 which still exists in trunk?

Jacques


Le 13/09/2018 à 12:11, Jason RJ a écrit :

Hi Jacques,

It was back on 13.07, but the theory still holds if you filter at the view/render stage since the page size is determined during the query, so 
sending 20 items to render but then filtering out those with zero value would result in a page size < 20.


Jason

On 12/09/2018 19:56, Jacques Le Roux wrote:

Hi Jason,

On which version did you get this issue?

Thanks

Jacques


Le 12/09/2018 à 15:48, Jason RJ a écrit :
It might need a little bit of work because you'll get odd sized pages if you suppress 8 of 10 items on a page. We saw similar issue with this 
where page 2 is blank but page 3 has products.


Jason

On 12/09/2018 14:34, Arun Patidar wrote:

Price rule support available OOTB, you will only need to customize your
rendering logic.



Kind Regards,

Arun Patidar
Director of Information Systems

*HotWax CommerceReal OmniChannel. Real Results.*
m: +91 9827353082
w: www.hotwax.co

  <https://www.linkedin.com/company/hotwaxcommerce/>
<https://www.facebook.com/HotWaxCommerce/>
<https://twitter.com/hotwaxcommerce>



On Wed, Sep 12, 2018 at 6:42 PM  wrote:


I like recommendation #2.  Can it be done OOTB?


 Original Message ----
Subject: Re: eCommerce Use Case
From: Arun Patidar 
Date: Wed, September 12, 2018 4:46 am
To: user@ofbiz.apache.org
Cc: arunpati...@apache.org

Hi James,

I can think about two way that can restrict/allow products specific to
the
logged-in user

1) You can use Agreement data model to specify party specific products.
This may need some customization for rendering products.
2) You can create a price rule for user classifications and can render
products accordingly. Here, you can set a default price to zero for all
products of the special category. By using price rule, you can set the
price as per wholesale customer. During rendering, you will only show
products having price more than zero. WDYT?


Kind Regards,

Arun Patidar
Director of Information Systems

*HotWax CommerceReal OmniChannel. Real Results.*
m: +91 9827353082
w: www.hotwax.co

  <https://www.linkedin.com/company/hotwaxcommerce/>
<https://www.facebook.com/HotWaxCommerce/>
<https://twitter.com/hotwaxcommerce>



On Mon, Sep 10, 2018 at 10:21 PM  wrote:


Yes. I have the price rules configured however there are some
categories of product that I only want my wholesale customers to see.
Is there a way to configure it so when a wholesale customer logs in they
see an extra category?

---- Original Message ----
Subject: Re: eCommerce Use Case
From: Rishi Solanki 
Date: Mon, September 10, 2018 9:09 am
To: ofbizuser 

James,
Please check the price rules screen for details -



https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductPriceRules?productPriceRuleId=9000

Here you can select the Input as Party Classification and assign
condition
and price for the whole sale parties.

HTH!

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Sun, Sep 9, 2018 at 10:05 PM  wrote:


Awesome. Thanks!

How do you actually assign the party classification to the category so
that only that group sees it?

---- Original Message ----
Subject: Re: eCommerce Use Case
From: Giulio Speri - MpStyle Srl 
Date: Fri, September 07, 2018 1:31 pm
To: user@ofbiz.apache.org

Hi James,

In our ecommerce implementation we faced a similar situation.
We had some customers that should see a certain discount only on some
products and only after login.
We used "meta" categories, along with Party Classification Groups and
Price
rules.

"meta" category is simply a catalog category that should contain the
products that only a certain group of customer (party classification
group)
will see after login.

Once you've created the product category and the party classification
group, you can set up a Price Rule, with "product category" and "party
classification" as activating conditions and a discount action type,
based
on your needs, as price rule action.

Hope it helps,

Giulio




Il 07/Set/2018 17:53,  ha scritto:


I was wondering with how roles worked in Ofbiz if the following is
possible:

I want to have whole customers and retail customer shop on the same
website. Obviously wholesale customers would see their pricing when
they log in but there is also a few more products that I want only
wholesale customers to see when they log in. Is it possible to have
products or categories that some customer hgroups can see and others

can

not?

Thanks,

James













Re: eCommerce Use Case

2018-09-13 Thread Jason RJ

Hi Jacques,

It was back on 13.07, but the theory still holds if you filter at the 
view/render stage since the page size is determined during the query, so 
sending 20 items to render but then filtering out those with zero value 
would result in a page size < 20.


Jason

On 12/09/2018 19:56, Jacques Le Roux wrote:

Hi Jason,

On which version did you get this issue?

Thanks

Jacques


Le 12/09/2018 à 15:48, Jason RJ a écrit :
It might need a little bit of work because you'll get odd sized pages 
if you suppress 8 of 10 items on a page. We saw similar issue with 
this where page 2 is blank but page 3 has products.


Jason

On 12/09/2018 14:34, Arun Patidar wrote:

Price rule support available OOTB, you will only need to customize your
rendering logic.



Kind Regards,

Arun Patidar
Director of Information Systems

*HotWax CommerceReal OmniChannel. Real Results.*
m: +91 9827353082
w: www.hotwax.co

  <https://www.linkedin.com/company/hotwaxcommerce/>
<https://www.facebook.com/HotWaxCommerce/>
<https://twitter.com/hotwaxcommerce>



On Wed, Sep 12, 2018 at 6:42 PM  wrote:


I like recommendation #2.  Can it be done OOTB?


 Original Message ----
Subject: Re: eCommerce Use Case
From: Arun Patidar 
Date: Wed, September 12, 2018 4:46 am
To: user@ofbiz.apache.org
Cc: arunpati...@apache.org

Hi James,

I can think about two way that can restrict/allow products specific to
the
logged-in user

1) You can use Agreement data model to specify party specific 
products.

This may need some customization for rendering products.
2) You can create a price rule for user classifications and can render
products accordingly. Here, you can set a default price to zero for 
all

products of the special category. By using price rule, you can set the
price as per wholesale customer. During rendering, you will only show
products having price more than zero. WDYT?


Kind Regards,

Arun Patidar
Director of Information Systems

*HotWax CommerceReal OmniChannel. Real Results.*
m: +91 9827353082
w: www.hotwax.co

  <https://www.linkedin.com/company/hotwaxcommerce/>
<https://www.facebook.com/HotWaxCommerce/>
<https://twitter.com/hotwaxcommerce>



On Mon, Sep 10, 2018 at 10:21 PM  wrote:


Yes. I have the price rules configured however there are some
categories of product that I only want my wholesale customers to see.
Is there a way to configure it so when a wholesale customer logs 
in they

see an extra category?

---- Original Message ----
Subject: Re: eCommerce Use Case
From: Rishi Solanki 
Date: Mon, September 10, 2018 9:09 am
To: ofbizuser 

James,
Please check the price rules screen for details -


https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductPriceRules?productPriceRuleId=9000 


Here you can select the Input as Party Classification and assign
condition
and price for the whole sale parties.

HTH!

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Sun, Sep 9, 2018 at 10:05 PM  wrote:


Awesome. Thanks!

How do you actually assign the party classification to the 
category so

that only that group sees it?

---- Original Message ----
Subject: Re: eCommerce Use Case
From: Giulio Speri - MpStyle Srl 
Date: Fri, September 07, 2018 1:31 pm
To: user@ofbiz.apache.org

Hi James,

In our ecommerce implementation we faced a similar situation.
We had some customers that should see a certain discount only on 
some

products and only after login.
We used "meta" categories, along with Party Classification Groups 
and

Price
rules.

"meta" category is simply a catalog category that should contain the
products that only a certain group of customer (party classification
group)
will see after login.

Once you've created the product category and the party 
classification
group, you can set up a Price Rule, with "product category" and 
"party

classification" as activating conditions and a discount action type,
based
on your needs, as price rule action.

Hope it helps,

Giulio




Il 07/Set/2018 17:53,  ha scritto:


I was wondering with how roles worked in Ofbiz if the following is
possible:

I want to have whole customers and retail customer shop on the same
website. Obviously wholesale customers would see their pricing when
they log in but there is also a few more products that I want only
wholesale customers to see when they log in. Is it possible to have
products or categories that some customer hgroups can see and others

can

not?

Thanks,

James










Re: eCommerce Use Case

2018-09-12 Thread Jacques Le Roux

Hi Jason,

On which version did you get this issue?

Thanks

Jacques


Le 12/09/2018 à 15:48, Jason RJ a écrit :
It might need a little bit of work because you'll get odd sized pages if you suppress 8 of 10 items on a page. We saw similar issue with this where 
page 2 is blank but page 3 has products.


Jason

On 12/09/2018 14:34, Arun Patidar wrote:

Price rule support available OOTB, you will only need to customize your
rendering logic.



Kind Regards,

Arun Patidar
Director of Information Systems

*HotWax CommerceReal OmniChannel. Real Results.*
m: +91 9827353082
w: www.hotwax.co

  <https://www.linkedin.com/company/hotwaxcommerce/>
<https://www.facebook.com/HotWaxCommerce/>
<https://twitter.com/hotwaxcommerce>



On Wed, Sep 12, 2018 at 6:42 PM  wrote:


I like recommendation #2.  Can it be done OOTB?


 Original Message ----
Subject: Re: eCommerce Use Case
From: Arun Patidar 
Date: Wed, September 12, 2018 4:46 am
To: user@ofbiz.apache.org
Cc: arunpati...@apache.org

Hi James,

I can think about two way that can restrict/allow products specific to
the
logged-in user

1) You can use Agreement data model to specify party specific products.
This may need some customization for rendering products.
2) You can create a price rule for user classifications and can render
products accordingly. Here, you can set a default price to zero for all
products of the special category. By using price rule, you can set the
price as per wholesale customer. During rendering, you will only show
products having price more than zero. WDYT?


Kind Regards,

Arun Patidar
Director of Information Systems

*HotWax CommerceReal OmniChannel. Real Results.*
m: +91 9827353082
w: www.hotwax.co

  <https://www.linkedin.com/company/hotwaxcommerce/>
<https://www.facebook.com/HotWaxCommerce/>
<https://twitter.com/hotwaxcommerce>



On Mon, Sep 10, 2018 at 10:21 PM  wrote:


Yes. I have the price rules configured however there are some
categories of product that I only want my wholesale customers to see.
Is there a way to configure it so when a wholesale customer logs in they
see an extra category?

 Original Message 
Subject: Re: eCommerce Use Case
From: Rishi Solanki 
Date: Mon, September 10, 2018 9:09 am
To: ofbizuser 

James,
Please check the price rules screen for details -



https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductPriceRules?productPriceRuleId=9000

Here you can select the Input as Party Classification and assign
condition
and price for the whole sale parties.

HTH!

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Sun, Sep 9, 2018 at 10:05 PM  wrote:


Awesome. Thanks!

How do you actually assign the party classification to the category so
that only that group sees it?

 Original Message 
Subject: Re: eCommerce Use Case
From: Giulio Speri - MpStyle Srl 
Date: Fri, September 07, 2018 1:31 pm
To: user@ofbiz.apache.org

Hi James,

In our ecommerce implementation we faced a similar situation.
We had some customers that should see a certain discount only on some
products and only after login.
We used "meta" categories, along with Party Classification Groups and
Price
rules.

"meta" category is simply a catalog category that should contain the
products that only a certain group of customer (party classification
group)
will see after login.

Once you've created the product category and the party classification
group, you can set up a Price Rule, with "product category" and "party
classification" as activating conditions and a discount action type,
based
on your needs, as price rule action.

Hope it helps,

Giulio




Il 07/Set/2018 17:53,  ha scritto:


I was wondering with how roles worked in Ofbiz if the following is
possible:

I want to have whole customers and retail customer shop on the same
website. Obviously wholesale customers would see their pricing when
they log in but there is also a few more products that I want only
wholesale customers to see when they log in. Is it possible to have
products or categories that some customer hgroups can see and others

can

not?

Thanks,

James








Re: eCommerce Use Case

2018-09-12 Thread Jason RJ
It might need a little bit of work because you'll get odd sized pages if 
you suppress 8 of 10 items on a page. We saw similar issue with this 
where page 2 is blank but page 3 has products.


Jason

On 12/09/2018 14:34, Arun Patidar wrote:

Price rule support available OOTB, you will only need to customize your
rendering logic.



Kind Regards,

Arun Patidar
Director of Information Systems

*HotWax CommerceReal OmniChannel. Real Results.*
m: +91 9827353082
w: www.hotwax.co

  <https://www.linkedin.com/company/hotwaxcommerce/>
<https://www.facebook.com/HotWaxCommerce/>
<https://twitter.com/hotwaxcommerce>



On Wed, Sep 12, 2018 at 6:42 PM  wrote:


I like recommendation #2.  Can it be done OOTB?


 Original Message ----
Subject: Re: eCommerce Use Case
From: Arun Patidar 
Date: Wed, September 12, 2018 4:46 am
To: user@ofbiz.apache.org
Cc: arunpati...@apache.org

Hi James,

I can think about two way that can restrict/allow products specific to
the
logged-in user

1) You can use Agreement data model to specify party specific products.
This may need some customization for rendering products.
2) You can create a price rule for user classifications and can render
products accordingly. Here, you can set a default price to zero for all
products of the special category. By using price rule, you can set the
price as per wholesale customer. During rendering, you will only show
products having price more than zero. WDYT?


Kind Regards,

Arun Patidar
Director of Information Systems

*HotWax CommerceReal OmniChannel. Real Results.*
m: +91 9827353082
w: www.hotwax.co

  <https://www.linkedin.com/company/hotwaxcommerce/>
<https://www.facebook.com/HotWaxCommerce/>
<https://twitter.com/hotwaxcommerce>



On Mon, Sep 10, 2018 at 10:21 PM  wrote:


Yes. I have the price rules configured however there are some
categories of product that I only want my wholesale customers to see.
Is there a way to configure it so when a wholesale customer logs in they
see an extra category?

 Original Message 
Subject: Re: eCommerce Use Case
From: Rishi Solanki 
Date: Mon, September 10, 2018 9:09 am
To: ofbizuser 

James,
Please check the price rules screen for details -



https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductPriceRules?productPriceRuleId=9000

Here you can select the Input as Party Classification and assign
condition
and price for the whole sale parties.

HTH!

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Sun, Sep 9, 2018 at 10:05 PM  wrote:


Awesome. Thanks!

How do you actually assign the party classification to the category so
that only that group sees it?

 Original Message 
Subject: Re: eCommerce Use Case
From: Giulio Speri - MpStyle Srl 
Date: Fri, September 07, 2018 1:31 pm
To: user@ofbiz.apache.org

Hi James,

In our ecommerce implementation we faced a similar situation.
We had some customers that should see a certain discount only on some
products and only after login.
We used "meta" categories, along with Party Classification Groups and
Price
rules.

"meta" category is simply a catalog category that should contain the
products that only a certain group of customer (party classification
group)
will see after login.

Once you've created the product category and the party classification
group, you can set up a Price Rule, with "product category" and "party
classification" as activating conditions and a discount action type,
based
on your needs, as price rule action.

Hope it helps,

Giulio




Il 07/Set/2018 17:53,  ha scritto:


I was wondering with how roles worked in Ofbiz if the following is
possible:

I want to have whole customers and retail customer shop on the same
website. Obviously wholesale customers would see their pricing when
they log in but there is also a few more products that I want only
wholesale customers to see when they log in. Is it possible to have
products or categories that some customer hgroups can see and others

can

not?

Thanks,

James





Re: eCommerce Use Case

2018-09-12 Thread Arun Patidar
Price rule support available OOTB, you will only need to customize your
rendering logic.



Kind Regards,

Arun Patidar
Director of Information Systems

*HotWax CommerceReal OmniChannel. Real Results.*
m: +91 9827353082
w: www.hotwax.co

 <https://www.linkedin.com/company/hotwaxcommerce/>
<https://www.facebook.com/HotWaxCommerce/>
<https://twitter.com/hotwaxcommerce>



On Wed, Sep 12, 2018 at 6:42 PM  wrote:

> I like recommendation #2.  Can it be done OOTB?
>
>
>  Original Message --------
> Subject: Re: eCommerce Use Case
> From: Arun Patidar 
> Date: Wed, September 12, 2018 4:46 am
> To: user@ofbiz.apache.org
> Cc: arunpati...@apache.org
>
> Hi James,
>
> I can think about two way that can restrict/allow products specific to
> the
> logged-in user
>
> 1) You can use Agreement data model to specify party specific products.
> This may need some customization for rendering products.
> 2) You can create a price rule for user classifications and can render
> products accordingly. Here, you can set a default price to zero for all
> products of the special category. By using price rule, you can set the
> price as per wholesale customer. During rendering, you will only show
> products having price more than zero. WDYT?
>
>
> Kind Regards,
>
> Arun Patidar
> Director of Information Systems
>
> *HotWax CommerceReal OmniChannel. Real Results.*
> m: +91 9827353082
> w: www.hotwax.co
>
>  <https://www.linkedin.com/company/hotwaxcommerce/>
> <https://www.facebook.com/HotWaxCommerce/>
> <https://twitter.com/hotwaxcommerce>
>
>
>
> On Mon, Sep 10, 2018 at 10:21 PM  wrote:
>
> > Yes. I have the price rules configured however there are some
> > categories of product that I only want my wholesale customers to see.
> > Is there a way to configure it so when a wholesale customer logs in they
> > see an extra category?
> >
> >  Original Message 
> > Subject: Re: eCommerce Use Case
> > From: Rishi Solanki 
> > Date: Mon, September 10, 2018 9:09 am
> > To: ofbizuser 
> >
> > James,
> > Please check the price rules screen for details -
> >
> >
> https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductPriceRules?productPriceRuleId=9000
> > Here you can select the Input as Party Classification and assign
> > condition
> > and price for the whole sale parties.
> >
> > HTH!
> >
> > --
> > Rishi Solanki
> > Sr Manager, Enterprise Software Development
> > HotWax Systems Pvt. Ltd.
> > Direct: +91-9893287847
> > http://www.hotwaxsystems.com
> > www.hotwax.co
> >
> >
> > On Sun, Sep 9, 2018 at 10:05 PM  wrote:
> >
> > > Awesome. Thanks!
> > >
> > > How do you actually assign the party classification to the category so
> > > that only that group sees it?
> > >
> > >  Original Message 
> > > Subject: Re: eCommerce Use Case
> > > From: Giulio Speri - MpStyle Srl 
> > > Date: Fri, September 07, 2018 1:31 pm
> > > To: user@ofbiz.apache.org
> > >
> > > Hi James,
> > >
> > > In our ecommerce implementation we faced a similar situation.
> > > We had some customers that should see a certain discount only on some
> > > products and only after login.
> > > We used "meta" categories, along with Party Classification Groups and
> > > Price
> > > rules.
> > >
> > > "meta" category is simply a catalog category that should contain the
> > > products that only a certain group of customer (party classification
> > > group)
> > > will see after login.
> > >
> > > Once you've created the product category and the party classification
> > > group, you can set up a Price Rule, with "product category" and "party
> > > classification" as activating conditions and a discount action type,
> > > based
> > > on your needs, as price rule action.
> > >
> > > Hope it helps,
> > >
> > > Giulio
> > >
> > >
> > >
> > >
> > > Il 07/Set/2018 17:53,  ha scritto:
> > >
> > >
> > > I was wondering with how roles worked in Ofbiz if the following is
> > > possible:
> > >
> > > I want to have whole customers and retail customer shop on the same
> > > website. Obviously wholesale customers would see their pricing when
> > > they log in but there is also a few more products that I want only
> > > wholesale customers to see when they log in. Is it possible to have
> > > products or categories that some customer hgroups can see and others
> can
> > > not?
> > >
> > > Thanks,
> > >
> > > James
> > >
> >
>


RE: eCommerce Use Case

2018-09-12 Thread james
I like recommendation #2.  Can it be done OOTB?


 Original Message 
Subject: Re: eCommerce Use Case
From: Arun Patidar 
Date: Wed, September 12, 2018 4:46 am
To: user@ofbiz.apache.org
Cc: arunpati...@apache.org

Hi James,

I can think about two way that can restrict/allow products specific to
the
logged-in user

1) You can use Agreement data model to specify party specific products.
This may need some customization for rendering products.
2) You can create a price rule for user classifications and can render
products accordingly. Here, you can set a default price to zero for all
products of the special category. By using price rule, you can set the
price as per wholesale customer. During rendering, you will only show
products having price more than zero. WDYT?


Kind Regards,

Arun Patidar
Director of Information Systems

*HotWax CommerceReal OmniChannel. Real Results.*
m: +91 9827353082
w: www.hotwax.co

 <https://www.linkedin.com/company/hotwaxcommerce/>
<https://www.facebook.com/HotWaxCommerce/>
<https://twitter.com/hotwaxcommerce>



On Mon, Sep 10, 2018 at 10:21 PM  wrote:

> Yes. I have the price rules configured however there are some
> categories of product that I only want my wholesale customers to see.
> Is there a way to configure it so when a wholesale customer logs in they
> see an extra category?
>
>  Original Message ----
> Subject: Re: eCommerce Use Case
> From: Rishi Solanki 
> Date: Mon, September 10, 2018 9:09 am
> To: ofbizuser 
>
> James,
> Please check the price rules screen for details -
>
> https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductPriceRules?productPriceRuleId=9000
> Here you can select the Input as Party Classification and assign
> condition
> and price for the whole sale parties.
>
> HTH!
>
> --
> Rishi Solanki
> Sr Manager, Enterprise Software Development
> HotWax Systems Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxsystems.com
> www.hotwax.co
>
>
> On Sun, Sep 9, 2018 at 10:05 PM  wrote:
>
> > Awesome. Thanks!
> >
> > How do you actually assign the party classification to the category so
> > that only that group sees it?
> >
> >  Original Message 
> > Subject: Re: eCommerce Use Case
> > From: Giulio Speri - MpStyle Srl 
> > Date: Fri, September 07, 2018 1:31 pm
> > To: user@ofbiz.apache.org
> >
> > Hi James,
> >
> > In our ecommerce implementation we faced a similar situation.
> > We had some customers that should see a certain discount only on some
> > products and only after login.
> > We used "meta" categories, along with Party Classification Groups and
> > Price
> > rules.
> >
> > "meta" category is simply a catalog category that should contain the
> > products that only a certain group of customer (party classification
> > group)
> > will see after login.
> >
> > Once you've created the product category and the party classification
> > group, you can set up a Price Rule, with "product category" and "party
> > classification" as activating conditions and a discount action type,
> > based
> > on your needs, as price rule action.
> >
> > Hope it helps,
> >
> > Giulio
> >
> >
> >
> >
> > Il 07/Set/2018 17:53,  ha scritto:
> >
> >
> > I was wondering with how roles worked in Ofbiz if the following is
> > possible:
> >
> > I want to have whole customers and retail customer shop on the same
> > website. Obviously wholesale customers would see their pricing when
> > they log in but there is also a few more products that I want only
> > wholesale customers to see when they log in. Is it possible to have
> > products or categories that some customer hgroups can see and others can
> > not?
> >
> > Thanks,
> >
> > James
> >
>


Re: eCommerce Use Case

2018-09-12 Thread Arun Patidar
Hi James,

I can think about two way that can restrict/allow products specific to the
logged-in user

1) You can use Agreement data model to specify party specific products.
This may need some customization for rendering products.
2) You can create a price rule for user classifications and can render
products accordingly. Here, you can set a default price to zero for all
products of the special category. By using price rule, you can set the
price as per wholesale customer. During rendering, you will only show
products having price more than zero. WDYT?


Kind Regards,

Arun Patidar
Director of Information Systems

*HotWax CommerceReal OmniChannel. Real Results.*
m: +91 9827353082
w: www.hotwax.co

 <https://www.linkedin.com/company/hotwaxcommerce/>
<https://www.facebook.com/HotWaxCommerce/>
<https://twitter.com/hotwaxcommerce>



On Mon, Sep 10, 2018 at 10:21 PM  wrote:

> Yes.  I have the price rules configured however there are some
> categories of product that I only want my wholesale customers to see.
> Is there a way to configure it so when a wholesale customer logs in they
> see an extra category?
>
>  Original Message ----
> Subject: Re: eCommerce Use Case
> From: Rishi Solanki 
> Date: Mon, September 10, 2018 9:09 am
> To: ofbizuser 
>
> James,
> Please check the price rules screen for details -
>
> https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductPriceRules?productPriceRuleId=9000
> Here you can select the Input as Party Classification and assign
> condition
> and price for the whole sale parties.
>
> HTH!
>
> --
> Rishi Solanki
> Sr Manager, Enterprise Software Development
> HotWax Systems Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxsystems.com
> www.hotwax.co
>
>
> On Sun, Sep 9, 2018 at 10:05 PM  wrote:
>
> > Awesome. Thanks!
> >
> > How do you actually assign the party classification to the category so
> > that only that group sees it?
> >
> >  Original Message 
> > Subject: Re: eCommerce Use Case
> > From: Giulio Speri - MpStyle Srl 
> > Date: Fri, September 07, 2018 1:31 pm
> > To: user@ofbiz.apache.org
> >
> > Hi James,
> >
> > In our ecommerce implementation we faced a similar situation.
> > We had some customers that should see a certain discount only on some
> > products and only after login.
> > We used "meta" categories, along with Party Classification Groups and
> > Price
> > rules.
> >
> > "meta" category is simply a catalog category that should contain the
> > products that only a certain group of customer (party classification
> > group)
> > will see after login.
> >
> > Once you've created the product category and the party classification
> > group, you can set up a Price Rule, with "product category" and "party
> > classification" as activating conditions and a discount action type,
> > based
> > on your needs, as price rule action.
> >
> > Hope it helps,
> >
> > Giulio
> >
> >
> >
> >
> > Il 07/Set/2018 17:53,  ha scritto:
> >
> >
> > I was wondering with how roles worked in Ofbiz if the following is
> > possible:
> >
> > I want to have whole customers and retail customer shop on the same
> > website. Obviously wholesale customers would see their pricing when
> > they log in but there is also a few more products that I want only
> > wholesale customers to see when they log in. Is it possible to have
> > products or categories that some customer hgroups can see and others can
> > not?
> >
> > Thanks,
> >
> > James
> >
>


RE: eCommerce Use Case

2018-09-10 Thread james
Yes.  I have the price rules configured however there are some
categories of product that I only want my wholesale customers to see. 
Is there a way to configure it so when a wholesale customer logs in they
see an extra category?

 Original Message 
Subject: Re: eCommerce Use Case
From: Rishi Solanki 
Date: Mon, September 10, 2018 9:09 am
To: ofbizuser 

James,
Please check the price rules screen for details -
https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductPriceRules?productPriceRuleId=9000
Here you can select the Input as Party Classification and assign
condition
and price for the whole sale parties.

HTH!

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Sun, Sep 9, 2018 at 10:05 PM  wrote:

> Awesome. Thanks!
>
> How do you actually assign the party classification to the category so
> that only that group sees it?
>
>  Original Message --------
> Subject: Re: eCommerce Use Case
> From: Giulio Speri - MpStyle Srl 
> Date: Fri, September 07, 2018 1:31 pm
> To: user@ofbiz.apache.org
>
> Hi James,
>
> In our ecommerce implementation we faced a similar situation.
> We had some customers that should see a certain discount only on some
> products and only after login.
> We used "meta" categories, along with Party Classification Groups and
> Price
> rules.
>
> "meta" category is simply a catalog category that should contain the
> products that only a certain group of customer (party classification
> group)
> will see after login.
>
> Once you've created the product category and the party classification
> group, you can set up a Price Rule, with "product category" and "party
> classification" as activating conditions and a discount action type,
> based
> on your needs, as price rule action.
>
> Hope it helps,
>
> Giulio
>
>
>
>
> Il 07/Set/2018 17:53,  ha scritto:
>
>
> I was wondering with how roles worked in Ofbiz if the following is
> possible:
>
> I want to have whole customers and retail customer shop on the same
> website. Obviously wholesale customers would see their pricing when
> they log in but there is also a few more products that I want only
> wholesale customers to see when they log in. Is it possible to have
> products or categories that some customer hgroups can see and others can
> not?
>
> Thanks,
>
> James
>


Re: eCommerce Use Case

2018-09-10 Thread Rishi Solanki
James,
Please check the price rules screen for details -
https://demo-trunk.ofbiz.apache.org/catalog/control/EditProductPriceRules?productPriceRuleId=9000
Here you can select the Input as Party Classification and assign condition
and price for the whole sale parties.

HTH!

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Sun, Sep 9, 2018 at 10:05 PM  wrote:

> Awesome.  Thanks!
>
> How do you actually assign the party classification to the category so
> that only that group sees it?
>
>  Original Message --------
> Subject: Re: eCommerce Use Case
> From: Giulio Speri - MpStyle Srl 
> Date: Fri, September 07, 2018 1:31 pm
> To: user@ofbiz.apache.org
>
> Hi James,
>
> In our ecommerce implementation we faced a similar situation.
> We had some customers that should see a certain discount only on some
> products and only after login.
> We used "meta" categories, along with Party Classification Groups and
> Price
> rules.
>
>  "meta" category is simply a catalog category that should contain the
> products that only a certain group of customer (party classification
> group)
> will see after login.
>
> Once you've created the product category and the party classification
> group, you can set up a Price Rule, with "product category" and "party
> classification" as activating conditions and a discount action type,
> based
> on your needs, as price rule action.
>
> Hope it helps,
>
> Giulio
>
>
>
>
> Il 07/Set/2018 17:53,  ha scritto:
>
>
> I was wondering with how roles worked in Ofbiz if the following is
> possible:
>
> I want to have whole customers and retail customer shop on the same
> website. Obviously wholesale customers would see their pricing when
> they log in but there is also a few more products that I want only
> wholesale customers to see when they log in. Is it possible to have
> products or categories that some customer hgroups can see and others can
> not?
>
> Thanks,
>
> James
>


RE: eCommerce Use Case

2018-09-09 Thread james
Awesome.  Thanks!

How do you actually assign the party classification to the category so
that only that group sees it?

 Original Message 
Subject: Re: eCommerce Use Case
From: Giulio Speri - MpStyle Srl 
Date: Fri, September 07, 2018 1:31 pm
To: user@ofbiz.apache.org

Hi James,

In our ecommerce implementation we faced a similar situation.
We had some customers that should see a certain discount only on some
products and only after login.
We used "meta" categories, along with Party Classification Groups and
Price
rules.

 "meta" category is simply a catalog category that should contain the
products that only a certain group of customer (party classification
group)
will see after login.

Once you've created the product category and the party classification
group, you can set up a Price Rule, with "product category" and "party
classification" as activating conditions and a discount action type,
based
on your needs, as price rule action.

Hope it helps,

Giulio




Il 07/Set/2018 17:53,  ha scritto:


I was wondering with how roles worked in Ofbiz if the following is
possible:

I want to have whole customers and retail customer shop on the same
website. Obviously wholesale customers would see their pricing when
they log in but there is also a few more products that I want only
wholesale customers to see when they log in. Is it possible to have
products or categories that some customer hgroups can see and others can
not?

Thanks,

James


Re: eCommerce Use Case

2018-09-07 Thread Giulio Speri - MpStyle Srl
Hi James,

In our ecommerce implementation we faced a similar situation.
We had some customers that should see a certain discount only on some
products and only after login.
We used "meta" categories, along with Party Classification Groups and Price
rules.

 "meta" category is simply a catalog category that should contain the
products that only a certain group of customer (party classification group)
will see after login.

Once you've created the product category and the party classification
group, you can set up a Price Rule, with "product category" and "party
classification" as activating conditions and a discount action type, based
on your needs, as price rule action.

Hope it helps,

Giulio




Il 07/Set/2018 17:53,  ha scritto:


I was wondering with how roles worked in Ofbiz if the following is
possible:

I want to have whole customers and retail customer shop on the same
website.  Obviously wholesale customers would see their pricing when
they log in but there is also a few more products that I want only
wholesale customers to see when they log in.  Is it possible to have
products or categories that some customer hgroups can see and others can
not?

Thanks,

James