abwaita a11n
Forum Replies Created
-
Hi @aklih,
Just to check on the origins of this message, are you using a plugin that adds restrictions on minimum or maximum product quantity for purchases?
If yes, I would suggest:
* Trying to search inside that plugin on Loco Translate
* Getting in touch with the plugin authors to see if they have a more direct way of changing the text for youIf you don’t recall installing such a plugin, could you please share a copy of your site’s System Status for further checks? 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.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Single Product pages displays 404 errorHi @alluxus,
Apologies for the delay here.
Happy to hear that you’ve been able to find the cause of the issue!
Forum: Plugins
In reply to: [WooCommerce] Update to 5.7.0 completely wrecked layout of my siteHi @loadofbikes,
I spun up a server with a snapshot of the broken site, to verify what you had suggested. The landing page had not changed. Also, it was not so much the main page that was changed, but the header (including the menu in the header section) and footer. Things have gone missing, and formatting has been lost. In fact, on the WP dashboard I cannot find the “Theme” menu anymore on the left hand side, where there was a theme library where my custom header and footer were stored (OceanWP + Elementor). I think the problem is rather to be found there.
Thanks for exploring the issue further.
Just to check, do these problems disappear when WooCommerce is deactivated? I ask because they seem to indicate something bigger than WooCommerce.
If the Appearance → Themes menu was missing from WP-Admin, then this might indicate a problem affecting the WordPress installation. It could be coming from your theme or other plugins too. I would suggest troubleshooting as suggested in this thread I’ve found on the Fixing WordPress forum – https://wordpress.org/support/topic/themes-plugins-not-available-in-wp-admin/.
* You can post further inquiries on the Fixing WordPress forum if the theme menu item does not reappear.
As for the changed header and footer, I see that you mentioned that they were customized with Elementor and you were on the OceanWP theme. Thus, when you’re able to, I’d suggest doing a conflict test to see if the problem persists when you’re on a default theme with all plugins disabled apart from WooCommerce.
Let us know how it goes.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Checkout issue after logging inHi @binarywc,
Apologies for the delay here.
Thanks a lot for clarifying on the said fix. On the thread linked, I’d seen multiple fixes shared by different users, that’s why I wanted to be certain about the one you were referring to.
For quick reference, I’ll post the code given by the user
ck-macleodhere:/* CKM 2018.05.17 : PREVENT USER CARTS FROM BEING SHARED WHEN USER SWITCHING * from https://wordpress.org/support/topic/caching-issue-when-switching-to-users-account/#post-10075015 */ add_action( 'switch_to_user', 'empty_woo_cart_user_switching' ); add_action( 'switch_back_user', 'empty_woo_cart_user_switching' ); function empty_woo_cart_user_switching() { WC()->cart->empty_cart(); } /* END USER SWITCHING ACTIONS */Now coming to your question, the response by the user is not really a WooCommerce fix but rather a workaround for users that have the User Switching plugin and want to have their user carts cleared each time they switch users.
The hooks targeted in the custom code (
switch_to_userandswitch_back_user) are also part of the User Switching plugin, not WooCommerce. As to whether this is temporary or permanent, it will depend on whether these targetted functions change. I might not be able to confirm this since they are from a third-party plugin.I hope this clarifies, let me know if anything else is needed.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Adding Visit Store to homepageHi @seanraine,
I see that @raytan12 has good advice here.
You could add your shop, cart, checkout, and my account pages to your main navigation menu by going to WP-Admin → Appearance → Menu.
This will add the WooCommerce pages that are essential for your customers to comfortably navigate your store, add items to cart, and then proceed to checkout.
Further, if you’d want to display some products on certain pages, you can make use of WooCommerce shortcodes. Here is documentation that will walk you through different shortcodes you can use to display products – https://docs.woocommerce.com/document/woocommerce-shortcodes/#section-9.
Hope this helps, we’ll be happy to be of further assistance.
Many thanks.Forum: Plugins
In reply to: [WooCommerce] Setting different shipping prices per productHi @pleazo,
In this case, they’ll want to use a mix of shipping classes and the Flat Rate shipping method. I’d follow these steps:
1. Create different shipping classes on WooCommerce → Settings → Shipping → Shipping Classes. For instance, a shirts class and a pillows class.
2. Assign the respective shipping classes to the individual products. For instance, the shirts shipping class would be assigned to the shirt product via the Edit Product page by going to Product Data → Shipping.

Link to image: https://snipboard.io/bxelTd.jpg3. Create a shipping zone for the EU region and add the Flat Rate shipping method at WooCommerce → Settings → Shipping → Shipping Zones
4. Edit the Flat Rate method and there should be a field to define individual shipping costs for the shirts and pillows classes:

Link to image: https://snipboard.io/bNcrGi.jpgThese shipping costs will be displayed during checkout depending on the shipping class(es) of the product(s) selected.
For reference, kindly check the following guides on shipping classes and the Flat Rate shipping method:
* https://docs.woocommerce.com/document/product-shipping-classes/
* https://docs.woocommerce.com/document/flat-rate-shipping/Hope this helps, we’ll be happy to be of further assistance.
Many thanks.Forum: Plugins
In reply to: [WooCommerce] Sell Username and Password with Radius serverHi,
It seems we’ve not had additional inputs here, thus I’ll go ahead and mark the thread as resolved.
You could try checking for more insights on the WooCommerce Facebook group or the
#developerschannel of the WooCommerce Community Slack.Please feel free to create a new thread if you have any further questions.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Configurar Zonas de Envio ArgentinaHi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful!If you have further questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Demo site “upgrade to Wholesaler” doesn’t workHi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, you were able to create a ticket with us.If you have further questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Doesn’t show original price at last day of saleHi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, you were able to find a solution to the issue.If you have further questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Avoid page product if in search only exist oneHi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful and you were able to find a solution to the issue.If you have further questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Order Confirmation – not showing attributesHi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful and you were able to find a solution to the issue.If you have further questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] No search results in products (back end only)Hi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful and you were able to find a solution to the issue.If you have further questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] upgraded Woocommerce now funny messageHi,
We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, the above info was helpful and you were able to find a solution to the issue.
If you have further questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Zip codes and shipping classes doesn’t workHi @annebr,
Since shipping methods are selected on a first match basis, have you made sure that the zone with the limited zip codes is first on the list? If possible, please share with us screenshots of the whole shipping setup (the zones and methods) to check further.
* You can use https://snipboard.io/ to share screenshots here.Just to mention, for this goal, I’d recommend using plugins that offer conditional shipping methods. Most will allow you to offer Free Shipping based on conditions like product, shipping class, zip codes, etc. Here are some plugins you can check:
* https://woocommerce.com/products/conditional-shipping-and-payments/
* (Third-party) https://wordpress.org/plugins/conditional-shipping-for-woocommerce/Hope this helps.
Thanks.