mother.of.code
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Free productsHi there!
You can turn off the requirement of having an account in WP Admin → WooCommerce → Settings → Accounts & Privacy. You’ll want to turn on
Allow customers to place orders without an account.Hope that helps!
Forum: Plugins
In reply to: [WooCommerce] woocommerce “item added” confirmation unwanted duplicateIssues like this may be caused by either a conflict with your theme or with another plugin. You can read more about plugin and theme conflicts here:
https://docs.woocommerce.com/document/woocommerce-self-service-guide/The best way to determine if the issue is being caused by a theme and/or plugin is to do the following:
1. Temporarily switch your theme back to the Storefront theme (it’s free)
2. Disable all plugins except for WooCommerce
3. Test to see if the issue has been resolved.
4. If that resolves the issue, then slowly re-enable features until you find the one that’s causing the conflict.This is best done on a staging site. That’s a copy of your live site, so you can test things out without making changes to your actual site. Some hosting companies offer a staging site service within their hosting plans. If yours does not, there is a great free plugin that will allow you to build a complete staging site with a few button clicks: https://wordpress.org/plugins/wp-staging.
Forum: Plugins
In reply to: [WooCommerce] Email not sent when ordering digital productHi!
Wow, great list of steps, that’s super helpful to determine what’s happening! The fact that the email is not registered as sent tells me that it’s not being triggered; one reason for that could be that the order status is not correct. When working in the live environment, does the order status update to ‘processing’ or ‘complete’?
If it does, it’s a good idea to run a conflict test. Something is likely getting in the way of the email being triggered, and turning everything off can show you whether that is indeed the case.
Forum: Plugins
In reply to: [WooCommerce] Problem With Variation ThumbnailsI believe I’ve seen this before recently, where Elementor aligns all product attributes (variable options, price, meta data, etc) in a horizontal order, rather than the default.
I recommend opening a conversation with the folks from Elementor directly: https://wordpress.org/plugins/elementor. They’ll have more insight into why this is happening. Thank you!
Forum: Plugins
In reply to: [WooCommerce] how send bill automatic to client after order complete?What @cico777 said – the official WooCommerce.com version can be found here: https://woocommerce.com/products/pdf-invoices
Forum: Plugins
In reply to: [WooCommerce] Same size product columnHi there!
For CSS tweaks, it helps if we can look at the actual site (so we can use developer tools). Can you please share the URL to your site?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Unable to insert download log entry in database.Hey there!
I suspect this is something coming from your server. Can you please paste the Status Report here, so we have more information to go on?
Forum: Plugins
In reply to: [WooCommerce] Problem With Variation ThumbnailsHi there!
Looking at what you’ve described I think this is ultimately an Elementor issue, but we can have a look to see if there’s anything off that we can spot.
Can you please share your website’s URL, so we can look?
Forum: Plugins
In reply to: [WooCommerce] Hide Product description and reviews tabHi there!
You can target specific pages by looking up the product’s page ID. You can find it in the
<body>tag when looking at the source code: https://snipboard.io/0hLtZi.jpgIf you put that CSS class in front of the class you already have, your CSS code will only apply to that specific page. So in the case of my screenshot, the CSS code would be
.postid-11 .related.products { display:none;}Forum: Plugins
In reply to: [WooCommerce] Database issues -> Woocommerce trying to create a tableHi there!
Can you please post your Status Report here, so we can see if there are any red flags we can spot?
Thanks in advance!
Forum: Plugins
In reply to: [WooCommerce] Add prices in percentage % for variable productsHi there!
Out of the box, WooCommerce doesn’t have a feature for this. You will need to calculate this yourself, or with the help of a CSV sheet. You can set a base price in an Excel or Google Sheets document, and have the prices increase by % if you want.
You can then use the CSV file to import your products: https://docs.woocommerce.com/document/product-csv-importer-exporter/
Hope that helps. Have a wonderful day ahead!
Forum: Plugins
In reply to: [WooCommerce] View cart button leads to blank pageHi again!
As I mentioned in the other topic, troubleshooting a site without being able to see it is tricky. The best I can do at the moment is take a guess, so feel free to add more information!
Can you have a look to see whether you have any must use plugins active? Is particular, ones that offer caching. You can also ask your hosting company if caching is applied.
If these recommendations do not help, can you please open the website up for viewers so we can take a closer look at what’s happening?
Forum: Plugins
In reply to: [WooCommerce] Plugin for registered user – WoocommerceHi there!
I’m not 100% sure about yootheme, but our Catalog Visibility Options extension helps with this. It allows you to protect your catalog in a way so that it’s only visible to logged in users.
Hope that helps. Have a wonderful day ahead!
Forum: Plugins
In reply to: [WooCommerce] Remove items from cart button not workingHey there Thomas!
This sounds like you’re running into a plugin or (more likely) a theme conflict. As your website is currently under construction, I’m not able to have a look at whether I can find anything else, so for now I’ll recommend that you do a conflict test:
1. Temporarily switch your theme back to the Storefront theme (it’s free)
2. Disable all plugins except for WooCommerce
3. Test to see if the issue has been resolved.
4. If that resolves the issue, then slowly re-enable features until you find the one that’s causing the conflict.This is best done on a staging site. That’s a copy of your live site, so you can test things out without making changes to your actual site. Some hosting companies offer a staging site service within their hosting plans. If yours does not, there is a great free plugin that will allow you to build a complete staging site with a few button clicks: https://wordpress.org/plugins/wp-staging.
If it doesn’t help, can you comment back with your Status Report?
Forum: Plugins
In reply to: [WooCommerce] shipping costs by item numbers and by zip codeHi there!
Out of the box, you won’t be able to set up something this dynamic in the default shipping methods that come with WooCommerce. You’ll need a plugin such as Table Rate Shipping that allows you to set up complex shipping rates.
Hope that helps. Have a wonderful day ahead!