Difference between revisions of "Talk:Sponsored Development: Shipping Integration"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(questions...)
(Questions)
Line 25: Line 25:
  
 
Either way, where does the source data come from?
 
Either way, where does the source data come from?
 +
 +
[[User:JsSolutions|jsSolutions]] 20:16, 3 July 2007 (EDT)

Revision as of 17:16, 3 July 2007

Suggestions

We have implemented this feature (on the webstore) using the following logic :

Based on delivery address (Zip code and Country) and order weight

  • find Delivery Mode records matching the country
  • find Delivery Mode records matching the city
  • calculate cost for each delivery mode based on weight
  • display option for "Express delivery" with lost "Sort" (if available)
  • display option of "Normal delivery" with lost "Sort"
  • if no price is found, display "manual price option"

Structure of Window :

DeliverySpecs.gif

Let me know if this is of any interest --ALP 14:09, 3 July 2007 (EDT)

Questions

Hello Alain, and nice to have you on board!

I am wondering about the source of your data for this model:

Is this a table structure to be built in ADempiere? Or a model to collect data from webservices?

Either way, where does the source data come from?

jsSolutions 20:16, 3 July 2007 (EDT)