Hi guys,
I have been trying to make this modifier work, but no luck .... Its used in an asset listing .
%asset_contents^append:{asset_url}^append:?SQ_DESIGN_NAME=blank&SQ_PAINT_LAYOUT_NAME=bill%
I know its wrong, but not sure how to fix it ....
In that same asset listing, the following produce the correct URL (checked via code commenting) and when I view that URL in a browser, it print some contents ....
%asset_url%?SQ_DESIGN_NAME=blank&SQ_PAINT_LAYOUT_NAME=bill
So basically, I want to use the above URL, and display its contents in an Asset listing.
Thanks