Kaushik S. a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Fatal Error when adding or editing post, CPT, custom blocks…Hi there @fantou, @italpasta
We have an update from our developers – this issue will be fixed in WooCommerce 7.6 which is scheduled for April 11, 2023. (WooCommerce Blocks 9.7.0 containing this fix will be bundled into WooCommerce core plugin)
For the time being, you can install the WooCommerce Blocks plugin to fix the fatal error.
Once the fix is released in 7.6, you can uninstall the WooCommerce Blocks plugin.
I hope this helps!
Forum: Plugins
In reply to: [WooCommerce] Fatal Error when adding or editing post, CPT, custom blocks…Hi @fantou
I am unable to replicate this issue on my test site with the same shipping setup as yours.
If you are able to replicate it again on a staging site with just WooCommerce as active and theme switched to Storefront/2022 – please submit a ticket here: https://woocommerce.com/my-account/create-a-ticket/ (You’ll need to create an account before you submit a ticket.)
Be sure to mention this thread link in your request.
Forum: Plugins
In reply to: [WooCommerce] Fatal Error when adding or editing post, CPT, custom blocks…Hi there @fantou!
Thanks for sharing the screenshots.
Can you share the same screenshots after deactivating all plugins except WooCommerce and switching the theme to a default one like 2022?
Can you also confirm if the error persists after you “Clear customer sessions” in WooCommerce > Status > Tools area?
Forum: Plugins
In reply to: [WooCommerce] Fatal Error when adding or editing post, CPT, custom blocks…Hi there @fantou
This appears to be related to WooCommerce Blocks library and specifically Local Pickup method.
Could you share a few screenshots showing your Shipping settings?
- Shipping Zones
- Settings within each zone
- WooCommerce > Settings > Shipping > Shipping Options
Hi there @italpasta
Thanks for sharing your findings so far.
This appears to be related to WooCommerce Blocks library.
Could you share a few screenshots showing your Shipping settings?
- Shipping Zones
- Settings within each zone
- WooCommerce > Settings > Shipping > Shipping Options
Forum: Plugins
In reply to: [WooCommerce Square] 3.5.0 ErrorHi there @ttoaster
This appears to be an upgrade issue, and our developers are looking into it currently.
Some of our users reported this was a one-off error on upgrading, however if you’re seeing the issue after updating, I’d suggest staying on version 3.4.2.
I am not sure when a fix would be released but I’d suggest keeping an eye on the changelog for updates.
@edisonapps The error that you’ve reported is a bit different and is related to outdated WooCommerce Subscriptions plugin. You’ll need to update it to the latest version to fix that.
I hope this helps!
- This reply was modified 1 year, 9 months ago by Kaushik S. a11n.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Plugin Causing Critical Error on websiteHi there @laylol
Your host might have disabled the php_uname() function. Could you reach out to your web host and get this function enabled?
Alternatively, could you switch back to PHP 7.4 and see?
We’re currently tracking this issue here: https://github.com/woocommerce/woocommerce-gateway-stripe/issues/1566
Hi there @fredrikvestin!
GitHub is the right place to post this.
The style transients are stored in
wc_stripe_upe_appearance
and are inherited from the billing field styles.You can adjust your Billing fields CSS -> Clear transients -> preview the output in the credit card fields.
I believe you’ve posted it on GitHub: https://github.com/woocommerce/woocommerce-gateway-stripe/issues/2514 so I am going to mark this thread as resolved. Please feel free to post your findings about which styles are inherited in your GitHub report.
Please let us know if you have any questions! ??
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] Error saving settingsHi there @kabodhidss
I suspect you’re affected by this bug: https://github.com/Automattic/woocommerce-payments/issues/4847
There are no known steps to replicate this issue but there’s a workaround known:
– Disable and re-enable the new checkout experience.
?
You can disable that using the three dots menu option as shown below: (under WooCommerce > Settings > Payments)
?
?
Once done, you’ll see a button to enable it again in that same Payment methods box.Let us know if this works for you.
Forum: Plugins
In reply to: [WooCommerce] vertical menu layout in woocommerce backendHi George!
I believe you’ve enabled the new navigation experience in WooCommerce.
You can disable that by going to WooCommerce > Settings > Advanced > Features and untick the New Navigation:
I hope this helps!
Forum: Plugins
In reply to: [WooCommerce] BACS paymentHi there!
Thanks for contacting us! ??
I understand you’re getting BACS orders even though you haven’t enabled the BACS method.
I looked at your checkout page, I saw
Cash on delivery
method but not BACS. Have you enabled Cash on Delivery?Could you share:
1) Screenshot of your settings under WooCommerce > Settings > Payments. You could use a free tool like https://snipboard.io to share the screenshots.
2) System Status Report: You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”.? Once you’ve done that, paste it here in your response.
Forum: Plugins
In reply to: [WooCommerce] Analytics IconsHi there Augusto!
Thanks for contacting us!
The issue with the icons and formatting in the calendar is currently being investigated here: https://github.com/woocommerce/woocommerce/issues/35470
A temporary fix as described here is expected to be released in one of the upcoming versions of WooCommerce.
I’d suggest subscribing to the Github report to stay updated on the progress of the bug.
I hope this helps! ??
Forum: Plugins
In reply to: [WooCommerce] Edit the item a shortcode links to?Hi there @thevapourroomltd!
Glad you found it in functions.php.
Next, you’ll need to find the function attached to this shortcode.
It should start with
function get_products_for_brochure(
and you can search for this line in functions.php or other files in your active theme.Within that function, there may be static links that you can change in the code. This depends on how the previous developer coded it.
I hope this helps! ??
Forum: Plugins
In reply to: [WooCommerce] Woocommerce status widget does not appearHi there @uncharted83!
Doing modifications to the core WooCommerce plugin isn’t recommended.
You can revert the change and follow the workaround that’s mentioned here: https://www.ads-software.com/support/topic/bug-with-dashboard-widgets/ (Hiding the setup list.)
I hope this helps! ??
Forum: Plugins
In reply to: [WooCommerce] Edit the item a shortcode links to?Hi there!
Thanks for sharing the status report.
I suspect this isn’t coming from a plugin but from a custom code added to either your child theme’s functions.php file (wp-content/themes/hello-theme-child-master/) or one of the snippets added using Code Snippets plugin.
You can try searching for thorjuice_brochure in both the locations above.
I hope this helps!