Shipping method not showing on checkout
-
I am trying to configure the plugin.Please help me as I am new to this.Also please tell me what do i need to do in shipping. This is the response on checkout page-
FedEx REQUEST: Reveal
Array
(
[WebAuthenticationDetail] => Array
(
[UserCredential] => Array
(
[Key] => E4jMIZflRQVORht7
[Password] => nYcm4Hg55Ry0y99llAIXlTL3H
))
[ClientDetail] => Array
(
[AccountNumber] => 510087780
[MeterNumber] => 118812144
)[TransactionDetail] => Array
(
[CustomerTransactionId] => *** WooCommerce Rate Request ***
)[Version] => Array
(
[ServiceId] => crs
[Major] => 16
[Intermediate] => 0
[Minor] => 0
)[RequestedShipment] => Array
(
[PreferredCurrency] => INR
[DropoffType] => REGULAR_PICKUP
[ShipTimestamp] => 2017-04-24T00:00:00+00:00
[PackagingType] => YOUR_PACKAGING
[Shipper] => Array
(
[Address] => Array
(
[PostalCode] =>
[CountryCode] => IN
))
[ShippingChargesPayment] => Array
(
[PaymentType] => SENDER
[Payor] => Array
(
[ResponsibleParty] => Array
(
[AccountNumber] => 510087780
[CountryCode] => IN
))
)
[RateRequestTypes] => LIST
[Recipient] => Array
(
[Address] => Array
(
[Residential] =>
[PostalCode] => 781028
[City] => GUWAHATI
[StateOrProvinceCode] => AS
[CountryCode] => IN
))
[RequestedPackageLineItems] => Array
(
[0] => Array
(
[SequenceNumber] => 1
[GroupNumber] => 1
[GroupPackageCount] => 1
[Weight] => Array
(
[Value] => 11.02
[Units] => LB
)[InsuredValue] => Array
(
[Amount] => 1000
[Currency] => INR
))
)
[PackageCount] => 1
[TotalInsuredValue] => Array
(
[Amount] => 1000
[Currency] => INR
)[CustomsClearanceDetail] => Array
(
[DutiesPayment] => Array
(
[PaymentType] => SENDER
[Payor] => Array
(
[ResponsibleParty] => Array
(
[AccountNumber] => 510087780
[CountryCode] => IN
))
)
[Commodities] => Array
(
[0] => Array
(
[Name] => test-product
[NumberOfPieces] => 1
[Description] =>
[CountryOfManufacture] => IN
[Weight] => Array
(
[Units] => LB
[Value] => 11.02
)[Quantity] => 1
[UnitPrice] => Array
(
[Amount] => 1000
[Currency] => INR
)[CustomsValue] => Array
(
[Amount] => 1000
[Currency] => INR
))
)
[CommercialInvoice] => Array
(
[Purpose] => SOLD
))
)
)
FedEx RESPONSE: Reveal
stdClass Object
(
[HighestSeverity] => ERROR
[Notifications] => stdClass Object
(
[Severity] => ERROR
[Source] => crs
[Code] => 866
[Message] => Origin postal code missing or invalid.
[LocalizedMessage] => Origin postal code missing or invalid.
)[TransactionDetail] => stdClass Object
(
[CustomerTransactionId] => *** WooCommerce Rate Request ***
)[Version] => stdClass Object
(
[ServiceId] => crs
[Major] => 16
[Intermediate] => 0
[Minor] => 0
))
- The topic ‘Shipping method not showing on checkout’ is closed to new replies.