[ http://issues.apache.org/jira/browse/OFBIZ-328?page=all ]
Si Chen closed OFBIZ-328.
-------------------------
Resolution: Won't Fix
I am pretty sure this is intentional so I don't think it should be fixed.
To set it to use upsRateInquire will cause the shipping estimates code to try
to get a ups rate estimate rather than using the table values in the demo data,
which means that you won't get any ups rate estimates unless you had set up the
ups key, etc. This will not work for people who are just demo'ing ofbiz.
> serviceName property missing from DemoShipping.xml data for DHL and UPS
> -----------------------------------------------------------------------
>
> Key: OFBIZ-328
> URL: http://issues.apache.org/jira/browse/OFBIZ-328
> Project: OFBiz (The Open for Business Project)
> Issue Type: Bug
> Components: ecommerce
> Environment: Windows XP / Java 1.5
> Reporter: John Martin
> Attachments: ofbiz-DemoShipping.xml.diff
>
>
> The ecommerce\data\DemoShipping.xml file is missing the serviceName attribute
> of the ProductStoreShipmentMeth entity for the shipping services of DHL and
> UPS. Without this attribute, the Carrier rate engines do not work.
> Current values:
> <ProductStoreShipmentMeth productStoreId="9000" partyId="_NA_"
> includeNoChargeItems="Y" allowUspsAddr="N" requireUspsAddr="N"
> roleTypeId="CARRIER" shipmentMethodTypeId="NO_SHIPPING" sequenceNumber="6"/>
> <ProductStoreShipmentMeth productStoreId="9000" partyId="UPS"
> includeNoChargeItems="N" allowUspsAddr="N" requireUspsAddr="N"
> roleTypeId="CARRIER" shipmentMethodTypeId="GROUND" sequenceNumber="3"/>
> <ProductStoreShipmentMeth productStoreId="9000" partyId="UPS"
> includeNoChargeItems="N" allowUspsAddr="N" requireUspsAddr="N"
> roleTypeId="CARRIER" shipmentMethodTypeId="AIR" sequenceNumber="2"/>
> <ProductStoreShipmentMeth productStoreId="9000" partyId="UPS"
> includeNoChargeItems="N" allowUspsAddr="N" requireUspsAddr="N"
> roleTypeId="CARRIER" shipmentMethodTypeId="NEXT_DAY" sequenceNumber="1"/>
> <ProductStoreShipmentMeth productStoreId="9000" partyId="USPS"
> includeNoChargeItems="N" allowUspsAddr="Y" requireUspsAddr="N"
> roleTypeId="CARRIER" shipmentMethodTypeId="STANDARD"
> serviceName="uspsRateInquire" sequenceNumber="5"/>
> <ProductStoreShipmentMeth productStoreId="9000" partyId="USPS"
> includeNoChargeItems="N" allowUspsAddr="Y" requireUspsAddr="N"
> roleTypeId="CARRIER" shipmentMethodTypeId="EXPRESS"
> serviceName="uspsRateInquire" sequenceNumber="4"/>
> <ProductStoreShipmentMeth productStoreId="9000" partyId="DHL"
> includeNoChargeItems="N" allowUspsAddr="N" requireUspsAddr="N"
> roleTypeId="CARRIER" shipmentMethodTypeId="EXPRESS" sequenceNumber="7"/>
> <ProductStoreShipmentMeth productStoreId="9000" partyId="DHL"
> includeNoChargeItems="N" allowUspsAddr="N" requireUspsAddr="N"
> roleTypeId="CARRIER" shipmentMethodTypeId="NEXT_PM" sequenceNumber="8"/>
> <ProductStoreShipmentMeth productStoreId="9000" partyId="DHL"
> includeNoChargeItems="N" allowUspsAddr="N" requireUspsAddr="N"
> roleTypeId="CARRIER" shipmentMethodTypeId="SECOND_DAY" sequenceNumber="9"/>
> <ProductStoreShipmentMeth productStoreId="9000" partyId="DHL"
> includeNoChargeItems="N" allowUspsAddr="N" requireUspsAddr="N"
> roleTypeId="CARRIER" shipmentMethodTypeId="GROUND" sequenceNumber="10"/>
> <ProductStoreShipmentMeth productStoreId="9000" partyId="FEDEX"
> includeNoChargeItems="N" allowUspsAddr="N" requireUspsAddr="N"
> roleTypeId="CARRIER" shipmentMethodTypeId="EXPRESS" sequenceNumber="10"/>
> <ProductStoreShipmentMeth productStoreId="9000" partyId="FEDEX"
> includeNoChargeItems="N" allowUspsAddr="N" requireUspsAddr="N"
> roleTypeId="CARRIER" shipmentMethodTypeId="SECOND_DAY" sequenceNumber="11"/>
> <ProductStoreShipmentMeth productStoreId="9000" partyId="FEDEX"
> includeNoChargeItems="N" allowUspsAddr="N" requireUspsAddr="N"
> roleTypeId="CARRIER" shipmentMethodTypeId="GROUND" sequenceNumber="12"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira