Hi all,
Is there any way with which I can put products on my ecommerce site so that they can be displayed only on the site and nobody can purchase them online. I have a requirement because some products like Fish, eggs etc can be there which should not be purchased online but as they are a part of our store, I need to display them on ecommerce website. Please tell me how I can do that.
|
Create special categories such as PCCT_VIEW_ALLW and PCCT_PURCH_ALLW and
add the products to them. For example you can add the product for view allow to PCCT_VIEW_ALLW and not to PCCT_PUCH_ALLOW. Look for the Ofbiz business setup guide fore more details. Raj Ajey wrote: > Hi all, > Is there any way with which I can put products on my ecommerce site so that > they can be displayed only on the site and nobody can purchase them online. > I have a requirement because some products like Fish, eggs etc can be there > which should not be purchased online but as they are a part of our store, I > need to display them on ecommerce website. Please tell me how I can do that. > |
I created a category, added 4 products to it and assigned this category as PCCT_VIEW_ALLW to my catalog. After that I added those 4 products to one of my category under the PCCT_BROWSE_ROOT of Catalog. When I went to add those products, those get added in the Shopping cart easily. Please tell me where I'm doing mistake in configuring all such product. Also please tell me what is the use of DEFAULT_SEARCH type category, how we can use it.
|
AFAIK, that is the purpose of this special category.
Did you create category of PCCT_PURCH_ALLW type as well? Category of this type must exist and your product not part of it to make it work correctly. I would again suggest to read the Ofbiz business setup guide again and again as you can find ans to your many question there. Raj Ajey wrote: > I created a category, added 4 products to it and assigned this category as > PCCT_VIEW_ALLW to my catalog. After that I added those 4 products to one of > my category under the PCCT_BROWSE_ROOT of Catalog. When I went to add those > products, those get added in the Shopping cart easily. Please tell me where > I'm doing mistake in configuring all such product. Also please tell me what > is the use of DEFAULT_SEARCH type category, how we can use it. > > > > > Raj Saini wrote: > >> Create special categories such as PCCT_VIEW_ALLW and PCCT_PURCH_ALLW and >> add the products to them. For example you can add the product for view >> allow to PCCT_VIEW_ALLW and not to PCCT_PUCH_ALLOW. Look for the Ofbiz >> business setup guide fore more details. >> >> Raj >> >> Ajey wrote: >> >>> Hi all, >>> Is there any way with which I can put products on my ecommerce site so >>> that >>> they can be displayed only on the site and nobody can purchase them >>> online. >>> I have a requirement because some products like Fish, eggs etc can be >>> there >>> which should not be purchased online but as they are a part of our store, >>> I >>> need to display them on ecommerce website. Please tell me how I can do >>> that. >>> >>> >> >> > > |
Free forum by Nabble | Edit this page |