[ic] How can I get shipping cost for seperate items in a sql-loop ?

Roland roland at wipwap.dk
Sat Jul 19 22:34:18 EDT 2003


Hi

I must make an page, displaying a list off product(sku), price, weight 
AND the shipping cost

But how do I calculate the shippingcost  when I don't have an chart ?

Regards
 Niels

-- snipped (and simplifyed) from the code ---

[query
  sql="select sku, weight from products,inventory where 
products.sku=inventory.sku"
  type=list more=1  ml=30
]

[list]

[sql-field sku]
[sql-field price]
[sql-field weight]

** Here must the shipping cost for this product be **

[/list]
[/query]




More information about the interchange-users mailing list