Re: Setting values in tags

René <[email protected]> Tue, 12 Jun 2018 17:22:09 +0300
Newsgroups gmane.comp.web.interchange.users
Message-ID <[email protected]>
On 12.06.2018 17:15, René wrote:
> On 12.06.2018 14:49, Mike Heins wrote:
>  > Probably the best place is $Tmp:
>  >
>  >   $Tmp->{prod_group} = "$prod_group";
>  >   $Tmp->{category} = "$category";
>  >
>  > If you are global and in a different package than Vend::Interpolate:
>  >
>  >   $Vend::Interpolate::Tmp->{prod_group} = "$prod_group";
>  >   $Vend::Interpolate::Tmp->{category} = "$category";
>  >
>  > Then they can be accessed with:
>  >
>  >     [tv prod_group]
>  >
> 
> Fantastic!! Works like a charm
> 
> Thanks Mike!
> 
> René

I stumbled now into a new problem.. :-( Is there a way to get eg the 
current sku from the flypage into a template-component?

René

_______________________________________________
interchange-users mailing list
[email protected]
http://www.icdevgroup.org/mailman/listinfo/interchange-users