[ic] Setting values in tags

René interchange at hertell.com
Wed Jun 13 12:40:30 UTC 2018


On 13.06.2018 15:20, René wrote:
> Bingo :-) I think i got it: [data session last_url]

There might be a more elegant way, but with this i got it to work :-)

$flycode = $Session->{last_url};
$flycode =~ s|^/(.*)|$1|;
$fly_prod_group = $Tag->data( 'products', 'prod_group', $flycode);

René



More information about the interchange-users mailing list