Sunday 4 September 2011

Difference between buyable & published flag


catentdesc.published
Indicates whether this catalog entry should be displayed for the language indicated by LANGUAGE_ID:
0     Catalog entry should not be displayed
1    Catalog entry should be displayed
  If a product is published then catentry.buyable indicates whether this catalog entry can be purchased individually: 1=yes and 0=no.

No comments:

Post a Comment

How to customize java.util.logging.Logger class to write logs in separate file than System.out.log in Websphere commerce/ HCL commerce)

/** * This method updated the passed in java.util.logging.Logger object with * custom file handler to write logs data form that class ...