mother.of.code
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] out of stock error for variable productsHi there!
In order to troubleshoot this, I would like to have a look at your CSV file. Can you upload it somewhere and share the link here, please?
Also: are you using the default import/export feature of WooCommerce, or are you using a specific plugin such as WP All Import?
Forum: Plugins
In reply to: [WooCommerce] No product image on shop front pageHi there!
Great approach, disabling all plugins except for WooCommerce! I’ve had a look at your website and I do in fact see a product image appear: https://snipboard.io/5LVhtl.jpg
Can you please try a different browser to take a look at your site, and let us know if the issue is indeed resolved?
Forum: Plugins
In reply to: [WooCommerce] woocomerce dashboard not showing previous ordersHi there!
Can you please run a conflict check on a staging site? Issues 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.A staging site is 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] Update woocommerce to 4.0.1Hi there!
It’s hard to tell whether all of these plugins are compatible with the newest version of WooCommerce, but most (if not all) should be fine.
What you can do to make sure your live site doesn’t crash is to update on a staging site first. My personal preference is to use the WP Staging plugin.
Hope that helps. Have a wonderful day ahead!
Forum: Plugins
In reply to: [WooCommerce] Update Failed lots of html warnings with woocommerce activeThanks for the update, Jan!
@ben72 in that case I would still consider setting up a custom order status, one that lets you exclude the sale from the Woo store. IMO that’s the only approach, unless you want to delete the sale all together after it has been paid. Otherwise it’ll still show up as an order in your Woo store.
Forum: Plugins
In reply to: [WooCommerce] Update Failed lots of html warnings with woocommerce activeForum: Plugins
In reply to: [WooCommerce] remove the Archive, Meta & search bar sectionHey Mary – sorry for missing that bit! It’s likely hard coded into your theme in that case, makes it worth asking your theme developer where it’s located so it can be removed!
Forum: Plugins
In reply to: [WooCommerce] Attibute and WoocommerceHey Sam!
The
php_max_execution_timeand thePUTrequest suggestions are things that you can best discuss with your hosting party. They can help with these specific things – we do not have the access required to make these changes.As for the conflict possibility: iIssues like this may indeed 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.
Is there a plugin or a way to link a size attribute with a price? Example: Small-18.99, Medium is $19.99, etc.
You’ll want to do this with variable products rather than simple products – but I’m not sure how this would work in combination with Printify.
Forum: Plugins
In reply to: [WooCommerce] remove the Archive, Meta & search bar sectionIn that case, you’ll want to go to WP Admin > Appearance > Widgets and remove the archives and meta widgets.
Forum: Plugins
In reply to: [WooCommerce] Customizations on product pagesHey Mary,
Not sure what’s happening there – looks like you may be encountering a conflict there. Can you try entering the fields one by one?
If that doesn’t work, you’ll want to 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.
Hey Ben,
I’m not sure why the order would count twice – you’re only updating the one order.
What you could do is set up a custom order status that is applied to orders that have been picked up in the store:
Forum: Plugins
In reply to: [WooCommerce] Customizations on product pagesYou need to set up a new field for this: https://snipboard.io/4meQhn.jpg. When you click that ‘add new’ link, it allows you to give the field a name (in your case ‘additional information’). The value field is meant for the actual content. So if you have a field named ‘weight’, the value could be ’20kg’. Does that make sense?
Forum: Plugins
In reply to: [WooCommerce] Order List Order is WrongHi again @graftedin! I’m glad to hear things are working now. I’ll go ahead and set this topic to ‘resolved’. Do feel free to open a new topic if you need further help in the future!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Attributes Grey NOT BlackHey Terry,
I’ve taken a look at the links you’ve provided, and I do think this is due to the theme. It likely has a way to customise colors on the admin side of things – I see multiple stylesheets being applied under a
fusion-stylesname.The page where the attributes are black applies the CSS class
.avada-select-parentto the drop-down. The page where the attributes are grey is missing this class, so I’d look for what difference there is between these products. Are they different product types, perhaps? Is there a plugin adding extra options to the one product, but not the other?