Developer forum

Forum » Development » Caught in a loop hole

Caught in a loop hole


Reply
 It sounds so simple, but yet in this setup it is perhaps impossible.

I need a list of the newest product from ecom, except those with a certain attribute set to True. The value can be NULL og False and the product is shown in the list. It's a piece of cake task in XSLT.

But apparently you cannot send pages containing XSLT as a newsletter.

Since the html Dynamicweb template tags only provides condition that check if an attribute exists and not what the content is, I cannot see a way to make this list possible.

A lot of mail programs allow javascript and I can then sort and hide the product as I want. But Outlook does not allow javascript.

I tried creating a seperate page on a seperate site and then include it in an iframe. But Outlook does not support iframes either.

I need a solution, and I need it fast.

Replies

 
Reply
I forgot to mention. I also thought up a solution, by making a script, that constantly moves the allowed newest products into a specific product group. But I need to show the products in two columns, and I can't split the columns with any kind of code an the html version without using javascript.
 
Is there no way this can work without a custom module?

 

You must be logged in to post in the forum