|
| Here are the issues I need to know about:
1- How is shipping cost calculated for a single shipment order. Is there a
pipeline to do so or is it up to the programmer?? and how do you pass the
weight value for the shipping pipeline (if one exist) to calculate the price
??
2- In the shipping method that I specify using the Customer/Order Manager. I
can specify shipping rates. I have a maximum rate defined (per weight) for
20Kg but i need anything above 20 to use a special pricing, say: 6$ per Kg.
3- About using multiple shipping per order: I read about the splitter but
how do I specify that I want it to split the order by addresses and not by
date, can I split the order using a custom property ??
4- Finally when I place an order and assign a shipping address to it. If I
try to access the order from the customer & order manager a warning message
pops up stating that: address <address_guid> cannot be found? if I check the
profile database I can see the address with the correct guid!!! what could be
the problem ?
|
|