[ic] [item-subtotal] manually

Sergey Sheykin interchange-users@lists.akopia.com
Wed May 30 04:36:00 2001


Hi, people!

I need correct [item-subtotal] calculate mechanism.
Qty.*Price=[item-subtotal] does not satisfy me.
I need include in this mechanism subscribtion period
parametr.
That is :
Qty.*Price_of_copy*Numbers_of_copy=[item-subtotal].
Or, calculate charge manually and set [item-subtotal], like
[perl arg="carts"]
$new_quantity = xxx;
@$Safe{'carts'}->{'main'}->{'[item-code]'}=$new_quantity;
return '';
[/perl]

but this not works....