If a section is hidden its child products are also hidden but their 'Hide on Website' box is not ticked. Thus if you run an SPP converter or similar the previously hidden products become visible as they have been moved from their parent section.
I would like a way to cascade a Section's 'bHideOnWebSite' to the product's 'bSuppressHtml'
This is so the SPPs would be generated but the products remain hidden
Please can someone help me write an Access query along the following lines:
Thank you
I would like a way to cascade a Section's 'bHideOnWebSite' to the product's 'bSuppressHtml'
This is so the SPPs would be generated but the products remain hidden
Please can someone help me write an Access query along the following lines:
- If Table Catalog Section bHideOnWebSite is checked
- then Table Product check bSuppressHtml
Thank you
Comment