> I've implemented multiple shipping methods and price ranges in
> ShippingByTotal. Everything works fine until I use the 'send items to more
> than one address' feature.
>
> 'SET_SHIPPING' removes shipping fees from the 'invoice_fee' table before
> inserting new values. Unless I comment the DELETE section out I'm left
with
> one shipping fee for all shipments.
>
> I believe the shipping fees are first removed to prevent duplication of
the
> fee, (ie: refresh, start invoice over etc.) has anyone dealt with this and
> resolved it?
Did you notice that SET_SHIPPING only clears out the fees after all the
addresses have been assigned? At that point it deletes existing fees and
then makes one new fee for the lot. If you need there to be multiple
entries, then you'll need to change the code that inserts the invoice_fee
rows.
Leon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]