Title: Austin M - a11n's Replies - page 26 | WordPress.org

---

# Austin M - a11n

  [  ](https://wordpress.org/support/users/apmwebdev/)

 *   [Profile](https://wordpress.org/support/users/apmwebdev/)
 *   [Topics Started](https://wordpress.org/support/users/apmwebdev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/apmwebdev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/apmwebdev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/apmwebdev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/apmwebdev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/apmwebdev/favorites/)

 Search replies:

## Forum Replies Created

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

[←](https://wordpress.org/support/users/apmwebdev/replies/page/25/?output_format=md)
[1](https://wordpress.org/support/users/apmwebdev/replies/?output_format=md) [2](https://wordpress.org/support/users/apmwebdev/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/apmwebdev/replies/page/3/?output_format=md)…
[25](https://wordpress.org/support/users/apmwebdev/replies/page/25/?output_format=md)
26 [27](https://wordpress.org/support/users/apmwebdev/replies/page/27/?output_format=md)…
[79](https://wordpress.org/support/users/apmwebdev/replies/page/79/?output_format=md)
[80](https://wordpress.org/support/users/apmwebdev/replies/page/80/?output_format=md)
[81](https://wordpress.org/support/users/apmwebdev/replies/page/81/?output_format=md)
[→](https://wordpress.org/support/users/apmwebdev/replies/page/27/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product variable does not update when ordering](https://wordpress.org/support/topic/product-variable-does-not-update-when-ordering/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/product-variable-does-not-update-when-ordering/#post-13576320)
 * > 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product details don’t appear in orders. Admin Panel](https://wordpress.org/support/topic/product-details-dont-appear-in-orders-admin-panel/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/product-details-dont-appear-in-orders-admin-panel/#post-13575842)
 * 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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Increase font weight in woocommerce](https://wordpress.org/support/topic/increase-font-weight-in-woocommerce/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/increase-font-weight-in-woocommerce/#post-13569866)
 * Hi [@amalieutzinger](https://wordpress.org/support/users/amalieutzinger/). Are
   you referring to these product titles? [https://d.pr/i/YIRDdQ](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](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;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to set different shipping zones for the same country?](https://wordpress.org/support/topic/how-to-set-different-hipping-zones-for-the-same-country/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/how-to-set-different-hipping-zones-for-the-same-country/#post-13569841)
 * Hi [@alfie1](https://wordpress.org/support/users/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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] All products not working](https://wordpress.org/support/topic/all-products-not-working-2/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/all-products-not-working-2/#post-13569817)
 * Hi [@carlosgumiel](https://wordpress.org/support/users/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](https://wordpress.org/plugins/health-check/)
   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](https://wordpress.org/plugins/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product variable does not update when ordering](https://wordpress.org/support/topic/product-variable-does-not-update-when-ordering/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/product-variable-does-not-update-when-ordering/#post-13569633)
 * Hi [@dodieza17](https://wordpress.org/support/users/dodieza17/). This sounds 
   like a code conflict. This can be verified by doing conflict testing using the[
   Health Check and Troubleshooting]([https://wordpress.org/plugins/health-check/](https://wordpress.org/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://wordpress.org/plugins/wp-database-backup/](https://wordpress.org/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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Creating an independence variations](https://wordpress.org/support/topic/creating-an-independence-variations/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/creating-an-independence-variations/#post-13564962)
 * That makes sense [@dawidxt](https://wordpress.org/support/users/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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product variable does not update when ordering](https://wordpress.org/support/topic/product-variable-does-not-update-when-ordering/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/product-variable-does-not-update-when-ordering/#post-13564955)
 * Hi [@dodieza17](https://wordpress.org/support/users/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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] All products not working](https://wordpress.org/support/topic/all-products-not-working-2/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/all-products-not-working-2/#post-13564919)
 * Thanks for the screenshot [@carlosgumiel](https://wordpress.org/support/users/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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Products importing more than 277 fails](https://wordpress.org/support/topic/products-importing-more-than-277-fails/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/products-importing-more-than-277-fails/#post-13564909)
 * Thanks [@oeadevelopers](https://wordpress.org/support/users/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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Variations bulk edit according to specific attributes](https://wordpress.org/support/topic/variations-bulk-edit-according-to-specific-attributes/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/variations-bulk-edit-according-to-specific-attributes/#post-13559820)
 * Hi [@genberkalin](https://wordpress.org/support/users/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](https://docs.woocommerce.com/document/variable-product/#section-9)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Creating an independence variations](https://wordpress.org/support/topic/creating-an-independence-variations/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/creating-an-independence-variations/#post-13559800)
 * Hi [@dawidxt](https://wordpress.org/support/users/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/](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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product variable does not update when ordering](https://wordpress.org/support/topic/product-variable-does-not-update-when-ordering/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/product-variable-does-not-update-when-ordering/#post-13559727)
 * Hi [@dodieza17](https://wordpress.org/support/users/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](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](https://snipboard.io)
    * [http://skitch.com/](http://skitch.com/)*
   [http://getcloudapp.com/](http://getcloudapp.com/) * [http://awesomescreenshot.com/](http://awesomescreenshot.com/)
   There is also a walkthrough guide here: [https://en.support.wordpress.com/make-a-screenshot/](https://en.support.wordpress.com/make-a-screenshot/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Export in Woocommerce Broken](https://wordpress.org/support/topic/export-in-woocommerce-broken/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/export-in-woocommerce-broken/#post-13558328)
 * Hi [@chumidor](https://wordpress.org/support/users/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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] All products not working](https://wordpress.org/support/topic/all-products-not-working-2/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/all-products-not-working-2/#post-13558145)
 * Hi [@carlosgumiel](https://wordpress.org/support/users/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](https://snipboard.io)
    * [http://skitch.com/](http://skitch.com/)*
   [http://getcloudapp.com/](http://getcloudapp.com/) * [http://awesomescreenshot.com/](http://awesomescreenshot.com/)
   There is also a walkthrough guide here: [https://en.support.wordpress.com/make-a-screenshot/](https://en.support.wordpress.com/make-a-screenshot/)
 * Thanks!

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

[←](https://wordpress.org/support/users/apmwebdev/replies/page/25/?output_format=md)
[1](https://wordpress.org/support/users/apmwebdev/replies/?output_format=md) [2](https://wordpress.org/support/users/apmwebdev/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/apmwebdev/replies/page/3/?output_format=md)…
[25](https://wordpress.org/support/users/apmwebdev/replies/page/25/?output_format=md)
26 [27](https://wordpress.org/support/users/apmwebdev/replies/page/27/?output_format=md)…
[79](https://wordpress.org/support/users/apmwebdev/replies/page/79/?output_format=md)
[80](https://wordpress.org/support/users/apmwebdev/replies/page/80/?output_format=md)
[81](https://wordpress.org/support/users/apmwebdev/replies/page/81/?output_format=md)
[→](https://wordpress.org/support/users/apmwebdev/replies/page/27/?output_format=md)