we have many hidden products, normally if they go out of stock for a length of time, it would be good if we could print out a list of all our hidden products or somehow view them in the backend in a group. This would make updating them much easier.
Announcement
Collapse
No announcement yet.
printable hidden sub section lists
Collapse
X
-
As per this post http://community.actinic.com/showpos...12&postcount=2
but...
For hidden products: select the column bSuppressHTML and filter on TRUE.
For hidden sections: select the Catalog Section table instead of the Product table, then use the column bHideOnWebSite and filter on TRUE.
Comment