[ic] not working: $Config->{PriceField} = 'other_price';

Gert van der Spoel gert at 3edge.com
Thu Dec 17 15:37:52 UTC 2009


> -----Original Message-----
> From: interchange-users-bounces at icdevgroup.org [mailto:interchange-
> users-bounces at icdevgroup.org] On Behalf Of Grant
> Sent: Thursday, December 17, 2009 5:30 PM
> To: interchange-users at icdevgroup.org
> Subject: [ic] not working: $Config->{PriceField} = 'other_price';
> 
> I'm trying to change prices on the fly like this:
> 
> [fly-list code=sku1]
>    [perl no_return=1]
>       $Config->{PriceField} = 'other_price';
>    [/perl]
>    [item-price]
> [/fly-list]
> 
> But the change isn't being reflected in [item-price].  Does anyone
> know what could be wrong?

Can only imagine that it has to do with parsing-order ...
Changing to:
[perl no_return=1]
   $Config->{PriceField} = 'other_price';
[/perl]
[fly-list code=sku1]
   [item-price]
[/fly-list]

does not help either I suppose?

CU,

Gert




More information about the interchange-users mailing list