Forum Replies Created

Viewing 15 replies - 1 through 15 (of 988 total)
  • It sounds to me like it might be a problem specifically related to the status of your payments for shipping labels, possibly involving refunds. It could also be a problem based on an account or database change. If you haven’t already, you might check the WPAdmin > WooCommerce > Settings > Shipping > WooCommerce Shipping section in your dashboard and verify the credit card on file there is the correct one and that it is not having any problems with new charges or recent refunds.

    When you say you downgraded the plugin, do you mean you installed an older version of the plugin (do you know which version?) or do you mean that you deleted the plugin and then re-installed it? Are you using the latest version of the plugin now?

    To get further help, I would recommend contacting the support team directly at https://woocommerce.com/my-account/create-a-ticket/?form=ticket and include a copy of the status report from WP Admin > WooCommerce > Settings > Status and, if possible, a screenshot of the error (including a view of the console errors if you can get that) and as much information as possible that you can provide about any recent changes you’ve made to your site or any refund requests you have made for shipping labels. For example, have you made any recent changes to the database for your site or did you move from a staging server to a live server recently? Did you request one shipping label refund and it went through but you continue to receive an error about that refund? Or did you make several refund requests recently by chance? Did you request a refund but then change the card you’re using for shipping labels afterward? Anything like that would be helpful for them to know.

    Thanks Neil! ❤️

    Hmm, 🤔 a 5.8 update may or may not have been the thing that solved this—but I don’t want to go back and re-test in an older version unless I have to 😁 thanks for the follow-up note!

    You’re welcome! I ❤️ WooCommerce and it’s cool you’re figuring out the shipping & taxes plugin and all the things you need. Best of luck with your online sales!!

    I tried a super quick test and couldn’t get the same problem to happen (video: https://cloudup.com/cPhlpNSq528).

    It’s strange that the error from your console log says, “Uncaught TypeError: Cannot read property ‘not_selected’ of null” if you did indeed select the suggested address.

    When you were testing, was the suggested address definitely selected similar to what you can see in this screenshot from my test? https://cldup.com/Z0DnjCymWJ.png

    If it was, the only thing I can really think of right now would be to try toggling the selection—meaning select the Address entered and then the Suggested address again to try to get that selection to be seen. Also make sure any selections on the previous tab are correct. If that doesn’t help then hopefully the plugin developers can have a look to see if they can spot anything I missed. It’s really cool that you included the console log btw!

    Oh, one more thought if that above suggestion doesn’t help, do you have any browser extensions or add-ons installed by chance? I saw that you did test in Firefox too, so the chances are pretty slim that a browser extension or add-on is the culprit but it’s not outside the realm of possibility.

    Testing note: I used the following versions of things in my test: WordPress 5.8, Jetpack 9.1.1, WooCommerce 5.5.1, WooCommerce Shipping & Tax 1.25.17, Chrome 91.0.4472.114 on macOS 10.15.6.

    I also forgot to mention that I did test v1.25.17 (the latest version) of the plugin and verified that it worked for me in a test when I was accepting orders that would be shipping within the same state. 👍

    👋 hi! Thanks for including the settings images, it was nice to be able to see those.

    In the documentation at https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/woocommerce-tax/#section-4 it says: “If your store is based in the United States, you only need to collect sales tax from customers in locations where you have a “tax nexus,” which typically means a physical presence. WooCommerce Services uses your store address (WooCommerce > Settings > General) as your “tax nexus”.”

    And that matches with what I see in the “Settings Log.JPG” file you provided. If you look at the lines that mention the API call (i.e. taxjar/v2/taxes), you will see there are two related calls in the log. The first example with timestamp 07-20-2021 @ 15:25:45 mentions from_state=AZ and to_state=PA. The second example with timestamp 07-20-2021 @ 15:32:23 mentions from_state=AZ and to_state=IL. Based on your settings with your tax nexus located in AZ, the orders from the other states will not be charged tax because you are not located in those states. This is the default, and unless you have a physical presence in those other states as well then normally you do not need to charge tax for them. With the plugin, it is possible add a tax rate for other states in addition to using automated taxes to charge customers from that state tax as well, however, before you setup anything like that I would recommend contacting a certified accountant to ask if there’s any reason you would need to charge tax for orders you are shipping to other states such as PA and IL.

    It sounds to me like something from a theme that got a bit tangled somehow, honestly.

    If you can verify that it is related to the theme and if you’re interested in helping out the theme developers who created the theme, it would be nice to take a screenshot and send it to them and make sure to mention your WordPress and the theme’s version as that’s helpful info. First try switching to another theme as a test though, just to make sure.

    Regarding the “Add New Post results in blank page” issue, I tested adding a new post in my test site just now and I didn’t see a blank page but I may have a different setup compared to you. In my test, I used WordPress 5.8 and the Storefront 3.7.0 theme (because I already had that one installed). I think you should try temporarily switching to one of the official themes like Twenty Twenty-One then try refreshing the browser view so you can try again. If that doesn’t help, also try temporarily disabling plugins which might be causing a conflict. This will help uncover any conflicts in those areas, which can happen! People tend to forget how many different people contribute different code in different ways when they install themes and plugins.

    👋 I got a bit curious about this and decided to test it, and it worked in my test. I setup my store in the USA though. I noticed that the API used for tax calculations is supported in 30 countries, including some in Scandinavia, but you should check the list for your country specifically. You can find the list of supported countries at https://developers.taxjar.com/api/reference/#countries

    Okay! Backing up just a little (and for reference), in my test I used the following versions of things:

    • WordPress 5.8
    • Jetpack 9.9.1
    • WooCommerce 5.5.1
    • WooCommerce Shipping & Tax 1.25.17
    • No other plugins!

    In my test, I followed the setup and configuration guide at https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/woocommerce-tax/ and I feel you should also double check those settings. In addition, make sure the products you want to have taxes calculated for have “Tax status” = “Taxable” in the Product data > General section (just below the description area when editing a product). I had mine set to “None” at first (mine was a test site don’t forget) and of course the tax won’t calculate for a product if its tax status is set to none. If you’re in contact with the WooCommerce support team, hopefully you are since it was mentioned in the previous comment, you’re probably already checking up on those things but if you haven’t started troubleshooting with them yet then do have a look at the troubleshooting section in the setup guide (linked earlier in this paragraph) because there’s also a helpful instruction there for how to turn on logs for the taxes and those details may come in handy when working with the support team.

    Best of luck and please message back here if you are able to resolve the issue so I know how it turned out!

    If you’re concerned about performance and still want to be able to use the WooCommerce Shipping & Tax plugin, consider keeping Jetpack installed but disabling any modules which aren’t needed or which aren’t directly related to actually speeding up a site (such as the CDNs).

    I looked at the full list just now and I think these modules would be good to keep at a minimum:

    * JSON API
    * Notifications
    * Site Stats
    * WooCommerce Analytics

    You _might_ be able to turn off the stats and analytics too, but those are nice things to have! You might want the Protect option on to help block malicious login attempts, that’s a good one. Also consider keeping both CDNs—those should actually work to speed up a site but many people mistakenly think they do the opposite because of how the images and assets are cached on demand, in other words those things are cached as they are accessed after the setting is toggle on… so it’s likely some pages would be slower *the first time* the first person (usually the site owner!) hits the page after turning on the CDN features because that will trigger caching and only then will subsequent views after that load more quickly, especially globally, because those CDNs take advantage of larger scale resources that most hosts don’t provide for free. Anyway, it’s a complex topic! and I think a lot of the speed issues are misunderstood, but you can turn off most of the modules if you don’t want them or don’t want to try them out.

    If you are really concerned about performance, the best possible things I think you can do are to get a good web hosting provider that is rated well for speed with or without the Jetpack plugin on a WordPress site and make sure any other plugins you install are from trusted sources.

    Thanks for trying out the plugin and for posting to ask an honest question about it!

    I tested with Edge 18 and found that columns in the editor in the columns block were using word-break: break-word; (not break-all) and that the wrapping worked normally in the editor and on the front-end.

    Tested with Edge 18 on Windows 10 via browserstack.com on a site running WordPress 5.2.3 and Twenty Nineteen 1.4: https://cloudup.com/cL48OulNg5V

    Could you test with Twenty Nineteen v1.4+? It would also be good to note your WordPress version as well as IE and Windows versions. Maybe not having the latest version of one of those is the difference compared to my test?

    designsimply

    (@designsimply)

    I haven’t worked on Apache conf stuff in a while, but is the first virtual host really needed the one with the permanent redirect? What happens if you take that out or if you try a set up without the blog subdirectory?

    Forum: Plugins
    In reply to: [Gutenberg] Gutenberg slow

    Several performance updates have been made to Gutenberg in recent releases, so the first thing to check would be that you have updated to the latest version of WordPress (currently 5.0.3) and that you have uninstalled the plugin (which is now only needed if you are working on development of future features).

    I noticed you mentioned working in a table. If you’re still having trouble even after updating WordPress, could you note approximately how many rows and columns your table has?

    However, even after emptying cache, I can still see the logo image.

    Local browser cache? Do you also have a caching plugin or caching installed at the server level by chance? If yes, make sure to try clearing that too if you haven’t already.

    It’s hard to tell what might be happening just based on the code you included above. I tried to check the page you indicated you need help with http://localchoicecoop.com/bifrost-farm/ but it returns a not found error for me. Did you move the page by chance? I could try checking it if you send an updated link.

    Don´t know what widgets have to do with it.

    Sorry that wasn’t clear! I was trying to say that widgets are first and adding block capabilities for comments isn’t planned yet but that the work on widgets may help pave the way for that.

    I mean some filters, nothing fancy and via GUI. As it is possible now, via filters.

    Could you make a plugin that does that?

Viewing 15 replies - 1 through 15 (of 988 total)