Ive been adding some new products to a site and hiding them until they are finished. Ive just done an upload and they have been included in the new product feed - when you click on the more it takes you to the hidden page
Announcement
Collapse
No announcement yet.
New Products Bug
Collapse
X
-
We spotted that earlier this week Malcolm and thought it was just us.
We have now removed the db and will run with it 'naked' online until a resolution is reached on this one and keep the db local.
RegardsAffordable solutions for busy professionals.
Website Maintenance | UK Web Hosting
-
There's probably a condition you can use to hide these products....
<fx: plays with v8 for a bit>
OK. All you need to do is enter a condition into the new products list layout that says 'Only include products where 'Hide On Web Site' is not selected.
To do this:
- Click the header of the 'New Products' list to select the list layout. It should be called something like 'Sidebar New Products List With Horizontal Dividers'
- You should then see the pink layout selector within the list layout. Highlight this and then click the 'Insert Condition' button (green C with a '+')
- Copy and paste the following code into the condition:
Code:<actinic:variable name="IsProductHiddenOnWebsite" /> == false
Comment
Comment