Austin M - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How can I use related products field with the import feed?Hi Selim,
I’m guessing it would be the “Custom Related Products for WooCommerce: by Scott Nelle – 1.3” plugin.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Analytics not showing ordersHi @bozso21! WC Admin uses a tool called Action Scheduler to update its reports when changes are made to orders. Can you go to WooCommerce > Status > Scheduled Actions and click on the “Pending” tab? From there, search for
wc-admin. Do any pending scheduled actions with a “Hook” containingwc-adminshow up?Forum: Plugins
In reply to: [WooCommerce] woocommerce booking notificationsHi @reutrachel!
I’m using woocommerce booking. I want to edit the booking notifications email.
OK! Which one were you hoping to change? There are several, which you can read more about here. You can also see the different emails in your email settings by going to WooCommerce > Settings > Emails in your site’s admin area.
how can I change the send trigger for this email?
There is no way to do this using out-of-the-box functionality. You could either write a customization, or handle the email functionality using something like AutomateWoo. If you were to go the AutomateWoo route, you’d want to disable the default emails completely and instead create workflows to mimic that functionality (with your desired changes, obviously).
how can I change the title and content?
AutomateWoo can do this as well, but this functionality is also available in simpler and cheaper plugins if that’s all you wanted to do. These plugins are third-party, but you can find them by Googling “WooCommerce customize emails” or similar.
Forum: Plugins
In reply to: [WooCommerce] Pop-Up WooCommerce ShopsHi @renegade34g. Yes, WooCommerce is perfect for that! It is open-source and free–there are no licensing fees. (You would still need to pay for hosting, domain name registration, etc., but that applies to any website and is unrelated to WooCommerce specifically.) We have a doc called Start with WooCommerce in 5 Steps that sounds like something you’d be interested in. WooCommerce Mad Simple: A Step-by-Step Tutorial [+ Resources] is a great article from WPBeginner that goes into a bit more detail about this topic.
We have the free Storefront theme that works seamlessly with the WooCommerce plugin, and many payment gateways, such as Stripe, are free and easy to set up.
Forum: Plugins
In reply to: [WooCommerce] Cart empty for non-logged in usersHi @mmer12! As you’ve hinted at here, this sort of issue is almost always due to caching. Excluding the cart and checkout pages from caching is usually enough to fix this issue. Do you have that sort of fine-tuned control over your caching?
Forum: Plugins
In reply to: [WooCommerce] How can I use related products field with the import feed?Hi Selim,
Thanks for clarifying and for the video. That gave me a much better idea of what you were talking about. I think this section on your site has been added by another plugin or your theme, as the related products are not able to be set manually using default WooCommerce functionality. If this is the case, you likely can export that information somehow, but it would depend on how exactly that information is stored. You can read more about adding custom import and export columns with the product CSV importer here.
Can you post your system status report? You can find that by going to WooCommerce > Status in your dashboard, then clicking “Get system report,” then “Copy for support.” That might give me a clue as to how that functionality has been added.
Forum: Plugins
In reply to: [WooCommerce] How can I use related products field with the import feed?Hi @selimimre. I wasn’t able to see your CSV, but thanks for the link to the product. If you’re using upsells and cross-sells, those both should have columns in the CSV. Those column names are
UpsellsandCross-sells, respectively. You would use the SKUs or IDs in a comma-separated list for these columns. You can read more about upsells and cross-sells here.If you’re talking about the Related Products section that appears on some pages, that is set automatically based on the tags and categories of the product being viewed and can’t be set manually or imported/exported.
Hi @adii123. Do you have access to your site through some other means? cpanel or FTP or anything like that? If so, I’d recommend going to
wp-content/pluginsin your site’s home directory and removing the WooCommerce folder completely. If need be, you can get a previous version of the plugin here and upload that to your plugins folder the same way.Once you’re able to get access to your site, I’d recommend creating a staging site and testing updates there first going forward.
With your staging site created, I would try disabling all plugins except for WooCommerce, switching to a default theme like Twenty Twenty, and then trying the update again. Hopefully, it is just the update itself that is broken, and things will work normally once the update is complete.
Forum: Plugins
In reply to: [WooCommerce] Search product on the backendHi @feijon. I’m so glad to hear that things seem to be back to normal now! I’m going to go ahead and mark this thread as resolved. Feel free to create a new thread if you have any further questions. Cheers!
Forum: Plugins
In reply to: [WooCommerce] Product Grid changed after Woocommerce updateHi @darthur1972! Yes, this is a setting that can be tweaked in the Appearance Customizer. I’m sorry your settings were changed to begin with, though. That shouldn’t have happened. To change the setting, go to Appearance > Customize in your dashboard, then click on “WooCommerce, then click on “Product Catalog.” In those settings, find the “Products per row” setting and change it to 3.
Forum: Plugins
In reply to: [WooCommerce] Help Linking Download to ProductHi @horatius7. How are you adding this spec sheet functionality? That is not part of WooCommerce by default. Is this through a plugin, or your theme, perhaps?
Seeing your system status report might shed some light on the situation. Can you post your system status report? You can find that by going to WooCommerce > Status in your dashboard, then clicking “Get system report,” then “Copy for support.”
Hi @adii123! I’d be glad to help you with this. Where is this error appearing? Are you still able to get to your dashboard? If so, WooCommerce still showing as active? Is the front end of your site affected at all?
If you’re able to, can you post your system status report? You can find that by going to WooCommerce > Status in your dashboard, then clicking “Get system report,” then “Copy for support.” That will give me a better idea of what we’re dealing with here.
Forum: Plugins
In reply to: [WooCommerce] 2nd and 3rd images of product don’t show up until hoverHi @devgohan! I’m seeing some JavaScript errors on that page. (You can see how to check for JavaScript errors on a webpage in your browser of choice by following the steps here.) My guess would be that these are the reason for the image issues. My guess is that a code conflict is to blame here, so I would recommend conflict testing. You can use the Health Check and Troubleshooting plugin to make this easier. The “troubleshooting mode” of this plugin will allow you to simulate how your site would look and behave with plugins disabled and a default theme without actually changing the site.
These are the steps you should take:
1. Back up your site. Many hosting providers offer a way to do this, and there are plugins such as WP Database Backup that offer this functionality if backing up your database through your host is not an option.
2. Update all your plugins and your theme to their latest versions and see if the problem fixes itself.
3. Turn on Troubleshooting Mode in the Health Check plugin by going to Tools > Site Health > Troubleshooting and clicking “Enable Troubleshooting Mode.” Then, while in Troubleshooting Mode:
4. Make sure your theme is set to Twenty Twenty.
5. Make sure all plugins are deactivated, and then activate WooCommerce.
6. Repeat the action that is causing the problem.If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which one is causing the problem, reactivate them one by one, testing after each, until you find the one causing conflict.
Forum: Plugins
In reply to: [WooCommerce] How can I use related products field with the import feed?Hi @selimimre! Yes, this is possible. There is a built-in product importer and exporter that uses CSVs. You can read more about that here.
For variations, specifically, I would also point you to our variable product documentation if you’re not already aware of it, as variable products might be a better fit for your needs.
Forum: Plugins
In reply to: [WooCommerce] basket is not visible on mobileHi @palmtoplates! This would most likely be a theme setting. Not all themes are optimized for mobile. I’d reach out to your theme developer or hire a third party dev to tweak this for you. Per our support policy, customizations are outside the scope of the support we can offer, but we have a customizations page with resources for contacting a developer for help.