Forum Replies Created

Viewing 15 replies - 376 through 390 (of 1,207 total)
  • So I desactived all plugins who don’t have test with the last version of WooCommerce and the problem is already here.

    I would deactivate all other plugins except for WooCommerce, including the ones that claim compatibility.

    And I find an other problem with the variable product. If a section of the variable is at zero, the stock is still buyable by the customer. We don’t see “it’s out of stock”. So the customer can buy a product who doesn’t exist…

    Is backordering allowed for these products/variations? This would be in the Inventory settings for the product or in the variation settings for the variations, if stock is managed there. If so, I would disable this setting.

    If not, this would be another thing to test with all other plugins disabled.

    We haven’t heard back from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any further questions!

    Hi @amalieutzinger. Are you referring to these product titles? https://d.pr/i/YIRDdQ

    If so, you can use the browser inspector to see what CSS classes are being applied to the product title element and add your own CSS to override these styles. https://developers.google.com/web/tools/chrome-devtools/css

    When I inspected the product title, I found that it had the class woocommerce-loop-product__title. Is that what you see as well?

    If you add a selector for that class and change the weight to 500 instead of 400, that will make the text look bold. That would look like:

    .woocommerce-loop-product__title {
        font-weight: 500;
    }
    

    Hi @alfie1! If I’m understanding you correctly, your different shipping zones are in the same country, but specifying different regions, correct? How are you specifying which states are part of the different zones? If you set this in the shipping zones section of your site (WooCommerce > Settings > Shipping), you should be able to give specific states in Mexico that comprise the zone, rather than the country as a whole. This should make it so that customer addresses only match a specific zone rather than all of them, which will prevent the issue you’re facing. Does that make sense?

    Hi @carlosgumiel.

    I can’t do it because I came back to the previous version, my WordPress is based in this “all Products” block. The error in my frontpage is.

    You mean you rolled back to a previous version of WordPress, or a previous version of something else? What did you roll back, and what were the versions before and after the rollback?

    This is most likely a code conflict of some sort. You can use the Health Check and Troubleshooting plugin to test this. 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.

    Hi @dodieza17. This sounds like a code conflict. This can be verified by doing conflict testing using the [Health Check and Troubleshooting](https://ww.wp.xz.cn/plugins/health-check/) plugin. 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](https://ww.wp.xz.cn/plugins/wp-database-backup/) that provide database backup functionality if doing it 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 or another default theme.
    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.

    That makes sense @dawidxt! You’re very welcome! 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!

    Hi @dodieza17. I translate your message as:

    Hello,
    Thanks for your feedback.
    This is a variable product. Unfortunately, I cannot reach you with a screenshot.
    I haven’t changed anything on the listing since updating WooCommerce.
    On the “inventory” tab, the “manage stock” box is unchecked because the stock is written directly in the “variation” tab.
    Before when I was on version 3 of WooCommerce, when ordering, the stock updated for single product and variable product.
    Since I am in version 4, it only works for simple products.
    thank you for your comeback

    Do you see any fatal errors in your fatal error logs that match up to when this problem started? To check, go to WooCommerce > Status > Logs in your dashboard, open the dropdown by the “View” button, and look for any logs with “fatal-errors” in the name and an appropriate date. If so, could you copy the contents of the log into pastebin.com, click “Create new paste,” and then share the link so that we could take a look?

    Thanks for the screenshot @carlosgumiel. 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.”

    Also, do you see any fatal errors in your fatal error logs that match up to when this problem started? To check, go to WooCommerce > Status > Logs in your dashboard, open the dropdown by the “View” button, and look for any logs with “fatal-errors” in the name and an appropriate date. If so, could you copy the contents of the log into pastebin.com, click “Create new paste,” and then share the link so that we could take a look?

    Thanks @oeadevelopers. I looked at the spreadsheet, and the variations are indeed the reason there are more rows than products. In other words, each variation for each variable product has its own row in the spreadsheet. In WooCommerce, these variations are subsumed under their parent products and aren’t counted. Does that make sense?

    Hi @genberkalin! Yes, it is possible to bulk edit variations. You can see how to do this here: https://docs.woocommerce.com/document/variable-product/#section-9

    Hi @dawidxt. Yes, that makes sense! Essentially, it sounds like you want “conditional variations,” where certain variations (e.g., junior sizes) only show up when certain other variations are selected first (e.g., the junior age group). There is no way out of the box for WooCommerce to do this.

    First of all, I just want to clarify that the way this would work by default is that there would be a variation for each possible combination of attributes. So this might look like junior small, junior medium, junior large, senior small, senior medium, senior large.

    For conditional variations, your best bet would be a “product kit” type plugin, such as Composite Products. https://woocommerce.com/products/composite-products/ With this, the age would be a component of the product that would then affect the size component. The third component would be the item of clothing itself. So the full composite would include age, size, and item of clothing.

    Hi @dodieza17. How is the inventory for this variable product set? Is it at the product level or the variation level? You can see how to check this here: https://docs.woocommerce.com/document/variable-product/#inventory-management

    If the settings look correct, or you’re not sure, could you post screenshots of your inventory settings for this product and the variations? If you don’t already have a screenshot service installed, here are a few options:

    * https://snipboard.io
    * http://skitch.com/
    * http://getcloudapp.com/
    * http://awesomescreenshot.com/
    There is also a walkthrough guide here: https://en.support.wordpress.com/make-a-screenshot/

    Hi @chumidor. What all was done to fix the issue? If malicious code was being added to WooCommerce files, it might make sense to remove and reinstall the plugin to just make sure all the files are as they should be.

    If the inability to export is due to a security measure that was added after the malware attack, you would need to tweak the settings for this to allow for exporting products. Is this as possibility?

    Hi @carlosgumiel.

    > Hi, I have a page where I show “all products” whith Woocommerce block “All Products” since I updated to current version “All Product” block is not working.

    That is odd. What does the page look like now? Can you post a link to it?

    Could you also post a screenshot of what the page looks like from the back end? If you don’t already have a screenshot service installed, here are a few options:

    * https://snipboard.io
    * http://skitch.com/
    * http://getcloudapp.com/
    * http://awesomescreenshot.com/
    There is also a walkthrough guide here: https://en.support.wordpress.com/make-a-screenshot/

    Thanks!

Viewing 15 replies - 376 through 390 (of 1,207 total)