Jump to content

Shipping Method issues


ArduousGamer

Recommended Posts

In the Debugging selector, choose "Verbose". There will be a comprehensive display at checkout of the decisions AIOS makes in determining what Zone and Rate Schedule was found and not found.

 

Edited by bsmither
Link to comment
Share on other sites

Quote
BASKET TOTALS
 
Basket weight: 1.000
Basket value: 10.00
Basket item count: 1
 
ADDRESS SUMMARY (*** Note: May be shop location if customer has not provided an address)
 
Country: UM
State: FL
Postcode: 00000
 
SHIPPING ZONES
 
All zones:
Array
(
    [0] => Array
        (
            [id] => 3
            [zone_name] => United States
            [countries] => UM
            [states] =>
            [postcodes] =>
            [sort_order] => 1
        )
 
)
 
United States [Zone ID 3] --- Country matched! [UM]
>>> Shipping zone [ID 3] matches the delivery address! Use this zone for shipping calculations.
Searching for all matching shipping zones (instead of stopping at first matching zone - see AIOS module settings)
 
SHIPPING RATES
 
All rates:
Array
(
    [0] => Array
        (
            [id] => 7
            [zone_id] => 3
            [method_name] => Small and Cheap
            [min_weight] => 0.000
            [max_weight] => 0.000
            [min_value] => 0.00
            [max_value] => 0.00
            [min_items] => 0
            [max_items] => 0
            [flat_rate] => 5.99
            [weight_rate] => 0.00
            [percent_rate] => 0.00
            [item_rate] => 0.00
        )
 
)
 
Looking at the shipping rates for zone(s) [ID 3]
Rate [ID: 7] [Small and Cheap] --- Shipping rate is valid for this basket!
 
FINAL SHIPPING OPTIONS FOR THIS ADDRESS AND BASKET
 
Small and Cheap: 5.99

This is what was shown during debug, but I'm not exactly sure where lies the issue, As I'm not too familiar with it.

Link to comment
Share on other sites

I find the country name of UM is strange. (United States Minor Outlying Islands).

Still, AIOS is delivering a valid shipping option.

I will examine the code to see if there might be some other reason why CubeCart is issuing this warning.

 

Link to comment
Share on other sites

2 hours ago, bsmither said:
ttps://github.com/cubecart/v6/issues/3039

Unfortunately that did not resolve the issue, However it did remove all the duplicates in the database.

I hate not having to be able to use Cubecart, But I also cannot run a business with these errors.

Edited by ArduousGamer
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...