How can product Deactivate

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

How can product Deactivate

jayakumar t
Hi All,



      I need to Deactivate A product from the selling list of ecommerce
application of ofbiz. How can I do this?
is there any fields in the product table to deactivate? i can see only the
"isVirtual" field in db, what is the need of this "isVirtual" ?

regards

Jayakumar T
Reply | Threaded
Open this post in threaded view
|

Re: How can product Deactivate

Pranay Pandey-2
Hello JayKumar,

You can use Sales discontinuation Thru Date.

HTH.

Thanks & Regards
--
Pranay Pandey
HotWax Media Pvt. Ltd. 

Office : +917314093684
Direct : +919826035576


On Feb 9, 2009, at 3:43 PM, jayakumar t wrote:

Hi All,



     I need to Deactivate A product from the selling list of ecommerce
application of ofbiz. How can I do this?
is there any fields in the product table to deactivate? i can see only the
"isVirtual" field in db, what is the need of this "isVirtual" ?

regards

Jayakumar T


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

RE: How can product Deactivate

Tushar Abhyankar
In reply to this post by jayakumar t
Hi Jayakumar,
                You can deactivate a product by setting the field
"salesDiscontinuationDate" field  from Product table to past date. This
field is used to have the product for sale for a certain time period. In
your case you just set it to previous date.  
        There are types of product which can have different features for
e.g. A product "T-Shirt" with feature of size of "S,M,L,XL" so in this case
the parent product say with product_id = "COOL_TSHIRT" will be virtual and
its variants will be "COOL_TSHIRT_SMALL","COOL_TSHIRT_LARGE",
"COOL_TSHIRT_MEDIUM"... These variants will individually have a record in
product with "isVaraint" field set to "Y" and "isVirtual" field set to "N".
The association between the virtual and variant done in product_assoc table.


Regards,
Tushar J.Abhyankar
Amicon Technologies Pvt. Ltd.
India's No 1. OFBiz service provider.


-----Original Message-----
From: jayakumar t [mailto:[hidden email]]
Sent: Monday, February 09, 2009 3:43 PM
To: [hidden email]
Subject: How can product Deactivate

Hi All,



      I need to Deactivate A product from the selling list of ecommerce
application of ofbiz. How can I do this?
is there any fields in the product table to deactivate? i can see only the
"isVirtual" field in db, what is the need of this "isVirtual" ?

regards

Jayakumar T

Reply | Threaded
Open this post in threaded view
|

Re: How can product Deactivate

Jacques Le Roux
Administrator
In reply to this post by Pranay Pandey-2
You may also use the View Allow category concept

http://docs.ofbiz.org/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-CatalogSetup

Jacques

  ----- Original Message -----
  From: Pranay Pandey
  To: [hidden email]
  Sent: Monday, February 09, 2009 11:24 AM
  Subject: Re: How can product Deactivate


  Hello JayKumar,


  You can use Sales discontinuation Thru Date.


  HTH.


  Thanks & Regards
  --
  Pranay Pandey
  HotWax Media Pvt. Ltd.
  [hidden email]
  www.hotwaxmedia.com


  Office : +917314093684
  Direct : +919826035576




  On Feb 9, 2009, at 3:43 PM, jayakumar t wrote:


    Hi All,



         I need to Deactivate A product from the selling list of ecommerce
    application of ofbiz. How can I do this?
    is there any fields in the product table to deactivate? i can see only the
    "isVirtual" field in db, what is the need of this "isVirtual" ?

    regards

    Jayakumar T