[ic] Help : Options & Weight

David Bordas interchange-users@interchange.redhat.com
Wed Sep 26 05:59:01 2001


Hi,

i'm looking for a way to modify weight with options like for price.
It's ok for price but not for weight.
I test in checkout.html to modify :
[if-item-field weight]
[seti weight][summary amount=`[item-quantity] * [item-field weight]`][/seti]
[/if-item-field]

by
[if-item-field weight]
[seti weight][summary amount=`[item-quantity] * ([item-field weight] +
[item-options weight])`][/seti]
[/if-item-field]

or this :
[if-item-field weight]
[seti weight][summary amount=`[item-quantity] * ([item-field weight] +
[item-data options weight])`][/seti]
[/if-item-field]

but nothing :(

i also try to modify : [item-options td=1 label=1 bold=1 price=1] with
[item-options td=1 label=1 bold=1 weight=1]

Can someone show me where i've made a mistake ??

Thanks