-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
|$NaN is displayed as the shipping method #2881
Comments
@alinadivante @pkarw it's not bug, you just should update your config/default.json or config/local.json and set is as a default, vs takes shipping methods from config file not from magento |
Ok, I changed the local configuration and you're right @glevhen, but anyway, I think that displaying $NaN in this situation is not right |
Fixed with the #2887 |
@pkarw above problem doesn't exist anymore, but when I enable only Table rate - I can't place order. (for Flat rate or Shipping free it is okay) |
Thanks, Alina! No idea why is that :-( Let's check it - maybe the reason is that the options isn't properly set while there is only one - wrong default option set |
Steps to reproduce:
|
Eugene you can check now this problem on https://test.storefrontcloud.io/ |
@alinadivante will check |
@alinadivante seems it's again something wrong with your configurations, did you properly config magento/vsf-api? Did you run reindexing after you did changes in magento configurations? I see this error |
Not sure why we had this error in Magento - but for Flatrate/Fixed it worrks just fine :/ |
But probably: just probably - no rates have been imported for specific coutnry |
yeah, it works! I checked tablerates.csv file and I chose specific country and I placed the order without errors! :) |
@pkarw there is still a problem (on next) - sometimes when I'm changing the country, the shipping method is not automatically chosen I can propose the solution implemented by @aniamusial in our other project - button "continue to payment " is not active until any shopping method is chosen, what do you think? |
Fixed |
@pkarw please do not close issues with not merged PRs |
Steps to reproduce the issue
Table Rate
Current behavior
Customer is able to continue, without choosing shipping method.
|$NaN is displayed as shipping method
Expected behavior
If only one shipping method is available, then it should be chosen by default.
Repository
Can you handle fixing this bug by yourself?
Which Release Cycle state this refers to? Info for developer.
Pick one option.
develop
branch and create Pull Request2. Feature / Improvement
back todevelop
.release
branch and create Pull Request3. Stabilisation fix
back torelease
.hotfix
ormaster
branch and create Pull Request4. Hotfix
back tohotfix
.Environment details
Additional information
The text was updated successfully, but these errors were encountered: