How to hide product in ecomm?

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

How to hide product in ecomm?

Ján Valkovič
Hello,
how to hide some products in ofbiz ecommerce store?
Now works direct way:
http://localhost:8080/ecommerce/control/product/~product_id=SOME_PRODUCT_ID
and also works search function (because ecommerce uses same search
screen as ordermgr)

Thanks in advance
ya


Reply | Threaded
Open this post in threaded view
|

Re: How to hide product in ecomm?

Jacques Le Roux
Administrator
There has been recently some threads about that, please look in Nabble, MarkMail or Apache archive

Jacques

From: "Ján Valkovic" <[hidden email]>

> Hello,
> how to hide some products in ofbiz ecommerce store?
> Now works direct way:
> http://localhost:8080/ecommerce/control/product/~product_id=SOME_PRODUCT_ID
> and also works search function (because ecommerce uses same search
> screen as ordermgr)
>
> Thanks in advance
> ya
>
>


Reply | Threaded
Open this post in threaded view
|

Re: How to hide product in ecomm?

Jacques Le Roux
Administrator
In reply to this post by Ján Valkovič
BTW, if you find it, please report and I will make a FAQ for that...

Jacques

From: "Jacques Le Roux" <[hidden email]>

> There has been recently some threads about that, please look in Nabble, MarkMail or Apache archive
>
> Jacques
>
> From: "Ján Valkovic" <[hidden email]>
>> Hello,
>> how to hide some products in ofbiz ecommerce store?
>> Now works direct way:
>> http://localhost:8080/ecommerce/control/product/~product_id=SOME_PRODUCT_ID
>> and also works search function (because ecommerce uses same search
>> screen as ordermgr)
>>
>> Thanks in advance
>> ya
>>
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: How to hide product in ecomm?

Ján Valkovič
There is a "View Allow" category type. If published catalog (TestCatalog
and DemoCatalog in ofbiz demo) has "view allow category", then __ONLY__
products in this category are visible (if this category exists and is
empty, ecomm store is empty). There is also "Purchase Allow" category
type for products only for view, but not for purchase.

ya

Dňa St, 2009-04-08 o 09:09 +0200, Jacques Le Roux napísal:

> BTW, if you find it, please report and I will make a FAQ for that...
>
> Jacques
>
> From: "Jacques Le Roux" <[hidden email]>
> > There has been recently some threads about that, please look in Nabble, MarkMail or Apache archive
> >
> > Jacques
> >
> > From: "Ján Valkovic" <[hidden email]>
> >> Hello,
> >> how to hide some products in ofbiz ecommerce store?
> >> Now works direct way:
> >> http://localhost:8080/ecommerce/control/product/~product_id=SOME_PRODUCT_ID
> >> and also works search function (because ecommerce uses same search
> >> screen as ordermgr)
> >>
> >> Thanks in advance
> >> ya
> >>
> >>
> >
>
>


Reply | Threaded
Open this post in threaded view
|

Re: How to hide product in ecomm?

Bilgin Ibryam
In reply to this post by Ján Valkovič
You can add "View allow" category to your catalog, and then only  
products from this category will be accessible/visible.

Bilgin

On Apr 7, 2009, at 7:36 PM, Ján Valkovič wrote:

> Hello,
> how to hide some products in ofbiz ecommerce store?
> Now works direct way:
> http://localhost:8080/ecommerce/control/product/ 
> ~product_id=SOME_PRODUCT_ID
> and also works search function (because ecommerce uses same search
> screen as ordermgr)
>
> Thanks in advance
> ya
>
>

Reply | Threaded
Open this post in threaded view
|

Re: How to hide product in ecomm?

Ján Valkovič
Thanks, but i found it in ofbiz sources. I love open-source :-)

Dňa St, 2009-04-08 o 11:40 +0300, Bilgin Ibryam napísal:

> You can add "View allow" category to your catalog, and then only  
> products from this category will be accessible/visible.
>
> Bilgin
>
> On Apr 7, 2009, at 7:36 PM, Ján Valkovič wrote:
>
> > Hello,
> > how to hide some products in ofbiz ecommerce store?
> > Now works direct way:
> > http://localhost:8080/ecommerce/control/product/ 
> > ~product_id=SOME_PRODUCT_ID
> > and also works search function (because ecommerce uses same search
> > screen as ordermgr)
> >
> > Thanks in advance
> > ya
> >
> >
>


Reply | Threaded
Open this post in threaded view
|

Re: How to hide product in ecomm?

Jacques Le Roux
Administrator
In reply to this post by Ján Valkovič
Well done.

As promised  (a kind of friendly RTFM ;o)
http://docs.ofbiz.org/x/YwU#FAQ-Tips-Tricks-Cookbook-HowTo-hideProductsIneCommerce?

Jacques

From: "Ján Valkovič" <[hidden email]>

> There is a "View Allow" category type. If published catalog (TestCatalog
> and DemoCatalog in ofbiz demo) has "view allow category", then __ONLY__
> products in this category are visible (if this category exists and is
> empty, ecomm store is empty). There is also "Purchase Allow" category
> type for products only for view, but not for purchase.
>
> ya
>
> Dňa St, 2009-04-08 o 09:09 +0200, Jacques Le Roux napísal:
>> BTW, if you find it, please report and I will make a FAQ for that...
>>
>> Jacques
>>
>> From: "Jacques Le Roux" <[hidden email]>
>> > There has been recently some threads about that, please look in Nabble, MarkMail or Apache archive
>> >
>> > Jacques
>> >
>> > From: "Ján Valkovic" <[hidden email]>
>> >> Hello,
>> >> how to hide some products in ofbiz ecommerce store?
>> >> Now works direct way:
>> >> http://localhost:8080/ecommerce/control/product/~product_id=SOME_PRODUCT_ID
>> >> and also works search function (because ecommerce uses same search
>> >> screen as ordermgr)
>> >>
>> >> Thanks in advance
>> >> ya
>> >>
>> >>
>> >
>>
>>
>
>