
db at m-and-d
Feb 22, 2012, 12:58 PM
Views: 165
Permalink
|
> Try something like this: (untested) > > [calc] > my $itemsku = "[item-code]"; > my $bouncepage; > if ($itemsku =~ /^ABC/){ > $Scratch->{bouncepage} = "http://domain2.com/$itemsku"; > } > return; > [/calc] > > [if scratch bouncepage] > [bounce href="[scratchd bouncepage]"] > [/if] > > Rick Does the trick - thanks! I was getting closer but still hadn't got it after quite a few attempts. DB _______________________________________________ interchange-users mailing list interchange-users [at] icdevgroup http://www.icdevgroup.org/mailman/listinfo/interchange-users
|