• After integrating aramex plugin the checkout page shipping method shows “There are no shipping methods available”. Please suggest

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author aramex

    (@aramex)

    Hi,
    You should select allowed domestic and international shipping methods for your country on Aramex global settings page.
    Best regards,

    • This reply was modified 6 years, 1 month ago by aramex.
    Thread Starter sruthysysk

    (@sruthysysk)

    Yes I selected that fields.

    Plugin Author aramex

    (@aramex)

    Try to select all shipping methods. If it doesn`t help would you please send request to [email protected]
    Best regards,

    rray
    (
    [Transaction] => Array
    (
    [Reference1] => 1549015194
    )

    [DestinationAddress] => Array
    (
    [Line1] => 25 Haig Road
    [Line2] =>
    [City] => East London
    [StateOrProvinceCode] => EC
    [PostCode] => 5247
    [CountryCode] => ZA
    )

    [ShipmentDetails] => Array
    (
    [PaymentType] => P
    [ProductGroup] => DOM
    [ProductType] => OND
    [NumberOfPieces] => 1
    [ActualWeight] => Array
    (
    [Value] => 11
    [Unit] => KG
    )

    [ChargeableWeight] => Array
    (
    [Value] => 11
    [Unit] => KG
    )

    [Items] => Array
    (
    [0] => Array
    (
    [Weight] => Array
    (
    [Unit] => KG
    [Value] => 11
    )

    [Quantity] => 1
    )

    )

    )

    [ClientInfo] => Array
    (
    [AccountCountryCode] =>
    [AccountEntity] =>
    [AccountNumber] =>
    [AccountPin] =>
    [UserName] => [email protected]
    [Version] => v1.0
    )

    [OriginAddress] => Array
    (
    [Line1] => 5 Marshall Street
    [Line2] => Cambridge
    [Line3] => East London
    [City] => East London
    [StateOrProvinceCode] => Eastern Cape
    [PostCode] => 5201
    [CountryCode] => ZA
    )

    )
    Aramex calculate rates API response:
    stdClass Object
    (
    [Transaction] => stdClass Object
    (
    [Reference1] => 1549015194
    [Reference2] =>
    [Reference3] =>
    [Reference4] =>
    [Reference5] =>
    )

    [Notifications] => stdClass Object
    (
    [Notification] => Array
    (
    [0] => stdClass Object
    (
    [Code] => ERR52
    [Message] => OriginAddress – Service Offering Unavailable for zip code (5201)
    )

    [1] => stdClass Object
    (
    [Code] => ERR52
    [Message] => DestinationAddress – Invalid zip code (5247)
    )

    )

    )

    [HasErrors] => 1
    [TotalAmount] => stdClass Object
    (
    [CurrencyCode] =>
    [Value] => 0
    )

    )
    Aramex calculate rates API response:
    stdClass Object
    (
    [Transaction] => stdClass Object
    (
    [Reference1] => 1549015194
    [Reference2] =>
    [Reference3] =>
    [Reference4] =>
    [Reference5] =>
    )

    [Notifications] => stdClass Object
    (
    [Notification] => Array
    (
    [0] => stdClass Object
    (
    [Code] => ERR52
    [Message] => OriginAddress – Service Offering Unavailable for zip code (5201)
    )

    [1] => stdClass Object
    (
    [Code] => ERR52
    [Message] => DestinationAddress – Invalid zip code (5247)
    )

    )

    )

    [HasErrors] => 1
    [TotalAmount] => stdClass Object
    (
    [CurrencyCode] =>
    [Value] => 0
    )

    )

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘aramex plugin error’ is closed to new replies.