abwaita a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Need to Add Unique Text to Every Page Below ProductsHi @bizbee403,
You could consider doing so using some custom code where you hook into functions on the shop/category and single product page templates. Here’s a visual guide:
* https://www.businessbloomer.com/woocommerce-visual-hook-guide-archiveshopcat-page/
* https://www.businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/Based on the above info, you can get started with this code but modify it as you feel necessary:
add_action( 'woocommerce_after_shop_loop', 'addUniqueText'); add_action( 'woocommerce_after_single_product', 'addUniqueText'); function addUniqueText() { echo '<p>My Unique Text</p>'; }* I recommend using the Code Snippets plugin to add custom code to your site.
Hope this helps.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Shipping not Visible in Checkout PageHi @rumoursfashion,
I tried adding this product to cart and it did not seem to trigger the shipping cost calculator on the checkout page.
Just by any chance, could you have marked this and other products “Virtual” when setting them up? You can confirm by going to the respective Edit Product pages and looking at the product data section. If they are marked “Virtual”, you’ll want to uncheck this option and save.
If the products are not marked as virtual, then the shipping calculator might not be displayed due to a conflict between WooCommerce and either your theme or plugins. In such a case, you’ll want to do a conflict test to narrow down to the cause of the issue. Please follow this conflict test guide – https://docs.woocommerce.com/document/how-to-test-for-conflicts/#section-4.
If the above does not yield the cause of the issue, please share with us your System Status from WooCommerce → Status as well as your shipping zones and methods from WooCommerce → Settings → Shipping.
Let us know how it goes.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Set local pickup plus as default option instead of shippingHi @fogd,
We’d like to check the issue further. However, I seem not to be able to access the shop page where I can add an item to cart so as to see how the checkout appears.
Could you kindly share with us the shop page or one product page? In addition, we’d appreciate it if you could share with us your shipping zones and shipping methods from WooCommerce → Settings → Shipping.
* I recommend https://snipboard.io for sharing screenshots – please follow the instructions on the page, then paste the URL in this chat. It works with Chrome, Firefox, Safari, and Edge.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Variations that do not have a price, still showing!There’s an existing bug report for this issue on GitHub that’s still being looked at by our developers. I’d recommend that you post a comment about this issue as another case on the GitHub thread – https://github.com/woocommerce/woocommerce/issues/27192.
In a recent thread on a similar issue, a user mentioned that they had success creating small batches of their variations at a time. Further, they would also wait till WooCommerce says that X number of variations have been made. Thus, be sure not to refresh the page when variations are being created.
Hope this works for you in the meantime.
Thanks.Forum: Plugins
In reply to: [WooCommerce] !Important product Category images mix upHi @hunchopreneur,
I visited the site but the issue was not quite obvious.
Just so that we can get a better context, where does the mixup occur? If possible please share with us a screenshot highlighting the problematic area.
* I recommend https://snipboard.io for sharing screenshots – please follow the instructions on the page, then paste the URL in this chat. It works with Chrome, Firefox, Safari, and Edge.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Kunde bekommt keine Kontoaktivierungs-Mail von WooCommerceHi @madamelenormand,
Glad to hear that you found a solution to the issue.
Thanks for sharing the steps to resolve it, they may come in handy for other users that come across this thread.I’ll go ahead and mark the thread as resolved. Please feel free to create a new thread if you have any other questions.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce digital download link is changed from originalHi @aknahin113,
Glad to hear that you were able to figure this one out.
Just to mention, some cloud storage providers like Google Drive only work with the Redirect onlymethod.
* The method is termed insecure since people who are not logged in but have the download link can access the file.
For additional info on download methods, kindly check this documentation – https://docs.woocommerce.com/document/digital-downloadable-product-handling/.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Force Download Stops at 1024 MBHi @aawez,
As explained in the downloadable products documentation, with the Force Downloads method, if your files are large, or the server is underpowered, you may experience timeouts during download.
In this case, you need to either look at increasing your server resources as suggested by @stefanue or alternatively use the redirect method.
Hope this helps.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Searching for WhatsApp menu pluginI searched around and it seems that most of the available plugins:
* Require the customer to visit the site in order to access the item listings
* Use an offline payment method, mostly Cash on DeliveryWe have a few plugins with the order on WhatsApp feature, but keep in mind the above limitations:
* Order on WhatsApp for WooCommerce
* WhatsApp Purchase Assistant
* Quick WhatsApp Chat and Orders for WooCommerceYou may have luck finding other plugins that closely match your requirements. If not, I’d recommend checking for more insights on the WooCommerce Facebook group. Alternatively, you could consider consulting with the WooCommerce Customizations Partners for a custom-coded solution.
Hope this helps.
Thanks.Forum: Plugins
In reply to: [WooCommerce] Shipping fee didnt auto calculateThanks a lot for this screenshot, it adds a much-need context in this case.
It seems that you’re using the LearnDash WooCommerce Integration plugin.
As part of creating a product, I see that the LearnDash documentation – creating a product states the following:
Next to the Simple Product dropdown menu, check the box for Virtual
Open the Simple Product dropdown menu and choose Course
Consequently, WooCommerce cannot trigger shipping calculations for a virtual product.
Thus, I’d recommend reaching out to the LearnDash team to see if you can still create a product for a course but not set it as “virtual”. Here’s the LearnDash support page – https://www.learndash.com/support/docs/getting-started/help/.
Hope this helps.
Thanks.Forum: Plugins
In reply to: [WooCommerce] custom QR CodeHi,
It seems that there’s not been any additional input here, so I’m marking this thread as resolved. However, I encourage you to check for other insights in the resources I shared above.
If you have other WooCommerce questions, please feel free to open a new topic.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Pagination doesnt showHi,
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] User ProfilesHi,
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] Layout broken in Product Admin TableHi,
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.
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!If you have further questions, please feel free to open a new topic.
Thanks.