• Resolved debabratsharma

    (@debabratsharma)


    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
    )

    )

Viewing 9 replies - 1 through 9 (of 9 total)
  • @debabratsharma,
    I just checked the debug data you provided, The response saying that the origin postal code is missing. Please config the postal code in plugin settings and try again.

    Thread Starter debabratsharma

    (@debabratsharma)

    yes, I now have entered 400066 as pincode. But I am unclear little bit. What does origin postal code mean? What do i need to do for domestic and international ?

    @debabratsharma,
    Origin postal code is a mandatory field. It required for identifying your ship from address while calculating the shipping rates. It required for both domestic and international.

    Thread Starter debabratsharma

    (@debabratsharma)

    Actually i have two credentials , one for domestic & other for international from fedex. Which one should i use?
    What shipping option should i use?
    I am unable to find fedex as one of the method in shipping method? What can be the error?

    Shipping cost will be beared from customer?

    @debabratsharma,

    Unfortunately, This version of the plugin does not support multiple FedEx accounts. However, we can provide you with some workaround in the Pro version.

    Ideally, shipping is charged to the customer at the front end. This charge is taken from the customer as otherwise, the shop owner has to pay for it from his own.

    Thread Starter debabratsharma

    (@debabratsharma)

    ok…Can please tell me how can i remove the shipping charge for fedex ?

    @debabratsharma,
    I am not sure I understand your question. The plugin is used fetching the rates from API. By removing the shipping charge, can you let us know what are planning to achieve?

    Thread Starter debabratsharma

    (@debabratsharma)

    Actually sometimes I would like to remove the shipping charge for customer so that they can avail shipping free of cost. How can I achieve it?

    @debabratsharma,

    This can be achieved by using the WC filter ‘woocommerce_package_rates’. But you may need to do some custom codes according to your requirements.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Shipping method not showing on checkout’ is closed to new replies.