verbb / postie

A Craft Commerce shipping calculator plugin.
Other
12 stars 18 forks source link

No shipping options available #5

Closed roberthallatt closed 3 years ago

roberthallatt commented 5 years ago

Description

I have configured the addon to use Canada Post shipping rates. While on the checkout page, I am presented with no shipping options. The only thing returned is this message "No shipping options available". I have followed the documentation closely and all my settings in the control panel are configured correctly.

The following details are documented in the plugin log file:

Message before I confirm my address:

2019-04-05 07:23:35 [-][28][-][error][postie] Canada Post: No shipping address for order.

Message after I confirm my address:

`

Server` ### Steps to reproduce 1. Add product to cart 2. Navigate to checkout page and login 3. Confirm my address 4. At this point, the "No shipping options available" message appears ### Additional info - Plugin version: 2.0.1 (in trial mode) - Craft version: 3.1.21.1
moyger commented 5 years ago

Same with me. Is there some sort of Estimate or Calculation on the checkout process. There's also no provided template in the shipping method. How can we display how much is the shipping cost?

BrandonJamesBorders commented 5 years ago

@roberthallatt @moyger Have either of you figured this out?

engram-design commented 5 years ago

So firstly the [error][postie] Canada Post: No shipping address for order. message was incorrectly stated as an error - it really isn't at this stage. The latest version has changed this to a log event.

So sorry for the delayed response, and I'd likely need more information about the 500 error. Do you have displayErrors config setting turned on? Or do you have more information in the log file? Happy to chat further on Discord (handle crawf), even though this is a bit of an old issue.

@moyger There's no templating you need to do. Shipping methods will no longer appear in the control panel like they did in Commerce v1 as well (which is a bit annoying).

roberthallatt commented 4 years ago

Hi Josh,

The plugin is great but is there anyway that I can get a postage rate using the customers address as the source instead of the default that you enter in Craft Commerce? I know it seems like a strange way of doing it but apparently that is what we do here at CPS. So, for example, if you live in the province of Quebec, the shipping rate is calculated and the customer will need to pay the Quebec tax rate. Currently, the shipping rate returned uses the Ontario tax rate in its calculation because that is where our office is based. It doesn’t matter that we onlyget charged the Ontario tax rate.

Let me know if you have any ideas on how we might do this.

Thanks,

Rob

On May 31, 2019, at 10:47 PM, Josh Crawford notifications@github.com<mailto:notifications@github.com> wrote:

So firstly the [error][postie] Canada Post: No shipping address for order. message was incorrectly stated as an error - it really isn't at this stage. The latest version has changed this to a log event.

So sorry for the delayed response, and I'd likely need more information about the 500 error. Do you have displayErrors config settinghttps://verbb.io/craft-plugins/postie/docs/get-started/configuration turned on? Or do you have more information in the log file? Happy to chat further on Discord (handle crawf), even though this is a bit of an old issue.

@moygerhttps://github.com/moyger There's no templating you need to do. Shipping methods will no longer appear in the control panel like they did in Commerce v1 as well (which is a bit annoying).

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/verbb/postie/issues/5?email_source=notifications&email_token=ABWEGYZTXZ2JKYD4EFQRPCTPYHPLJA5CNFSM4HD4L2SKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWWXEMY#issuecomment-497906227, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABWEGY3JQN454VVF6FFHUDDPYHPLJANCNFSM4HD4L2SA.

engram-design commented 4 years ago

@roberthallatt Does seem like an interesting request. Will that work? The source and destination address would be the same?

I've added a new event in 2.1.0 to modify the store value, which might help in this instance, see docs, that should work?

engram-design commented 3 years ago

Closing due to age