Joao D - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta for WooCommerce] cant connect to facebook says i need admin rightsThanks for sharing the background story of the issue.
Please note that you really need to be the admin of the Business Manager along with the assets under it such as the Facebook page you’re trying to connect to.
Could you please confirm if you’re the admin that has Full control permission to the Facebook page?
Next Step
Please do the following to check if you’re admin of the page/have Full control permission to the page:
– Please navigate to your Business Manager homepage, select your Business Manager.
– Then navigate to the Pages section and select the page you want to use for the connection.
– Check on the People section, and check if your personal Facebook account is listed there, and if you click on the arrow, an expanded menu will open and see if you have Full control permission there.
(Check the image links below)
if you are still seeing that message after following the above steps, could you reach out to the team at Facebook for advice about why you’re seeing that message, please? During the onboarding option, there is a Contact us button:
Image link: https://d.pr/i/J1DXZV
Let me know if you have any further questions.
This error is usually caused by conflicts with the theme or plugin. As you did a custom work on the Storefront, could you try to reinstall the original Storefront theme and check if the error persists?
If the error goes away, I would recommend you to check the development that was done and make the necessary adjustments.
But if the error persists, you can perform a complete conflict test by following this documentation:
https://docs.woocommerce.com/document/how-to-test-for-conflicts/
Let me know if you have any further questions,
Hi there,
Even if the tax value for an order is 0.00, Automated Taxes may be working correctly. 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”.
You can also have a Tax Nexus in another state if you exceed a certain yearly dollar value or order total to another state. If you are unsure of your tax nexus status, please consult a certified local accountant.
If you need to charge tax for any other state, you can add a tax rate for that state in addition to using automated taxes to charge customers from that state tax as well.
For more information about your States Tax Nexus and Destination Tax rules, please have a look at: State-by-state guide to economic nexus laws.
If you want your WooCommerce to calculate taxes in all other states, you will have to use some plugin that allows you to access a Nexus system, such as AvaTax https://woocommerce.com/products/woocommerce-avatax/ or manually add these taxes to your WooCommerce.
Forum: Plugins
In reply to: [Meta for WooCommerce] Products Syncing even though Sync is turned OFFHello @harpo1984
We would like to take a closer look at the error that is happening on your site.
Could you follow the instructions on this page to create a ticket on our system?
WooCommerce.com> My Account> Support.`
And also following the instructions my colleague sent you:
You may need to create an account before you can access that page.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
We will be able to help you further there.
Let me know if you have any further questions.
Forum: Plugins
In reply to: [Meta for WooCommerce] nonce_user_logged_out function is deprecatedThank you so much for your answer.
This is an obsolete function. This change was made to ensure that we will only change the nonces of WooCommerce and not all plugins as before, this will give greater stability to WooCommerce.
But there is nothing wrong with the plugin. This will soon be updated and this message will disappear.
In addition, if you want the message to disappear now (while there is no update yet), you can disable WP_DEBUG_DISPLAY.
To disable this setting, add the following line to the wp-config.php file:
define (‘WP_DEBUG_DISPLAY’, false)
(If you have any questions about this procedure, you can ask your hosting to assist you)
Let me know if you have any further questions.
Hi there,
We have seen only a few occurrences of this error with merchants with a large number of products and variants, where the PHP Time Limit is not long enough for the file generation to complete. Can you increase your PHP Time Limit and see if the issue will be sorted? I’d suggest increasing it to at least 300.
Let me know if that works for you.