Okay i'm using a IF tag to work out what pages to display.
Now i have a index page that is a clone page and i have a editable tag where users input there product tags. So lets say, they databound input coilovers, racing coilovers Within the clone page i want to run the if tag to find out what products to show.
I've just not got my head around it correctly. So i'll need some support. Each page is different to another so you could be showing content of bucket seats
So i'll use the IF tag to try and work out what the main product is and display with the pages tag what products to show, so ie, coilovers show coilovers, seats show seats. Of course the tags are separated by a comer. So sometimes i'll not be exactly coilovers however if they it finds coilovers within that editable it'll output related clone pages of coilovers
So far i've got
Now i have a index page that is a clone page and i have a editable tag where users input there product tags. So lets say, they databound input coilovers, racing coilovers Within the clone page i want to run the if tag to find out what products to show.
I've just not got my head around it correctly. So i'll need some support. Each page is different to another so you could be showing content of bucket seats
So i'll use the IF tag to try and work out what the main product is and display with the pages tag what products to show, so ie, coilovers show coilovers, seats show seats. Of course the tags are separated by a comer. So sometimes i'll not be exactly coilovers however if they it finds coilovers within that editable it'll output related clone pages of coilovers
So far i've got
- Code: Select all
<cms:if is_tags="<cms:show is_tags />">
<cms:pages masterpage='selling/p_index.php' >
... content will go here
</cms:pages>
</cms:if>