Title: Austin M - a11n's Replies - page 33 | 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 - 481 through 495 (of 1,207 total)

[←](https://wordpress.org/support/users/apmwebdev/replies/page/32/?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)…
[32](https://wordpress.org/support/users/apmwebdev/replies/page/32/?output_format=md)
33 [34](https://wordpress.org/support/users/apmwebdev/replies/page/34/?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/34/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Rest API Product Search Other Than Product ID](https://wordpress.org/support/topic/rest-api-product-search-other-than-product-id/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/rest-api-product-search-other-than-product-id/#post-13415684)
 * Hi Michael. Yes, this is possible. You’d want to use the `products` endpoint 
   for this. The products endpoint returns a list of products and includes many 
   filter options, including categories. For more information, see our documentation
   [here](https://woocommerce.github.io/woocommerce-rest-api-docs/?php#list-all-products).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Featured Products Not Showing In Designated Order](https://wordpress.org/support/topic/featured-products-not-showing-in-designated-order/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/featured-products-not-showing-in-designated-order/#post-13415671)
 * Hi [@mvcs](https://wordpress.org/support/users/mvcs/). Are the featured products
   you’re talking about the four products on the home page? The answer on how to
   change the order would depend on how they’re being added. Are you using a shortcode,
   block, or some other method of showing these products on the home page?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Move add to cart button on product page](https://wordpress.org/support/topic/move-add-to-cart-button-on-product-page/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/move-add-to-cart-button-on-product-page/#post-13415647)
 * Hi Stefan. There are a few ways you could do this. The easiest would be to add
   some custom CSS to the page to create this spacing. Messing around with Chrome’s
   dev tools, I was able to simulate what this might look like: [https://d.pr/i/VjBXWb](https://d.pr/i/VjBXWb)
 * The code I used to accomplish that is
 *     ```
       .product-template-default.single.single-product .woocommerce-variation.single_variation {
           margin-bottom: 1rem;
       }
       ```
   
 * You can change the `1rem` margin value to something else to increase or decrease
   the size of the space.
 * To add custom CSS, go to Appearance > Customize in your dashboard, then select“
   Additional CSS” and paste in the above code.
    -  This reply was modified 5 years, 11 months ago by [Austin M - a11n](https://wordpress.org/support/users/apmwebdev/).
      Reason: Instructions for where to add CSS
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Shop page 2 and beyond does not show products](https://wordpress.org/support/topic/shop-page-2-and-beyond-does-not-show-products/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/shop-page-2-and-beyond-does-not-show-products/#post-13415564)
 * Hi Colin,
 * Thanks for the update. That’s not an overwhelming amount of information, don’t
   worry 🙂
 * > We were having all sorts of issues with the site, fixed in the main by deactivating
   > Async JavaScript after much troubleshooting.
 * I think this might be your issue. WooCommerce uses ajax, which is asynchronous
   JavaScript, for many aspects of its operations. I’d recommend turning on ajax
   again, if only temporarily for testing purposes, and seeing if the pagination
   issue goes away. You could also do this on a staging site if you didn’t want 
   to mess with the live site. You can see some options for doing that [here](https://robotninja.com/blog/staging-environment-woocommerce/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Looking for a way to show SKU and Product Image on Order History in My Account](https://wordpress.org/support/topic/looking-for-a-way-to-show-sku-and-product-image-on-order-history-in-my-account/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/looking-for-a-way-to-show-sku-and-product-image-on-order-history-in-my-account/#post-13395185)
 * Hi [@dotcominfo](https://wordpress.org/support/users/dotcominfo/)! This would
   require modifying the template used for this page. While template modifications
   are outside the scope of our support, there are many guides out there that give
   an overview of how to do this. [This article](https://www.atomicsmash.co.uk/blog/customising-the-woocommerce-my-account-section/)
   does a good job of that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Shop page 2 and beyond does not show products](https://wordpress.org/support/topic/shop-page-2-and-beyond-does-not-show-products/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/shop-page-2-and-beyond-does-not-show-products/#post-13395134)
 * Hi Colin. 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, save it, 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] Plugin issue](https://wordpress.org/support/topic/plugin-issue-55/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/plugin-issue-55/#post-13395117)
 * Hi [@goldsourcetech](https://wordpress.org/support/users/goldsourcetech/)! 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 us a better idea of what we’re dealing with. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce Locked after update wp to 5.5.1](https://wordpress.org/support/topic/woocommerce-locked-after-update-wp-to-5-5-1/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/woocommerce-locked-after-update-wp-to-5-5-1/#post-13395108)
 * Hi [@bestrega](https://wordpress.org/support/users/bestrega/)! Do you see any
   JavaScript errors on the page? You can see how to check for JavaScript errors
   in your browser of choice [here](https://wordpress.org/support/article/using-your-browser-to-diagnose-javascript-errors/#step-3-diagnosis).
 * Alternatively, do you see any fatal errors in your fatal error logs? To check
   that, go to WooCommerce > Status > Logs and click on the dropdown by the View
   button and see if there are any logs with “fatal-errors” in the name that are
   recent enough that they might have a record of the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product Search not working after version update?](https://wordpress.org/support/topic/product-search-not-working-after-version-update/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/product-search-not-working-after-version-update/#post-13395091)
 * Hi [@wige2480](https://wordpress.org/support/users/wige2480/), thanks for the
   detailed troubleshooting steps. At this point, I’d recommend conflict testing,
   ideally on a staging site. You can use the [Health Check and Troubleshooting](https://wordpress.org/plugins/health-check/)
   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](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 (4.5). 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] free and paid option on checkout page?](https://wordpress.org/support/topic/free-and-paid-option-on-checkout-page/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/free-and-paid-option-on-checkout-page/#post-13395069)
 * > actually i need that two options, because we need to get the data. and have
   > the control of the keys, and i don’t know if its possible with woocommerce.
 * Can you explain in more detail what you mean here? I’m not sure I follow. Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Can’t update to 4.5.1](https://wordpress.org/support/topic/cant-update-to-4-5-1/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/cant-update-to-4-5-1/#post-13395061)
 * Great! I’m glad you were able to figure it out! 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] Pop-Up WooCommerce Shops](https://wordpress.org/support/topic/pop-up-woocommerce-shops/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/pop-up-woocommerce-shops/#post-13395057)
 * 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] Cart empty for non-logged in users](https://wordpress.org/support/topic/cart-empty-for-non-logged-in-users/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/cart-empty-for-non-logged-in-users/#post-13395052)
 * 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] Product Search not working after version update?](https://wordpress.org/support/topic/product-search-not-working-after-version-update/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/product-search-not-working-after-version-update/#post-13390151)
 * Hi [@wige2480](https://wordpress.org/support/users/wige2480/)! No, this functionality
   wasn’t removed. We’ve seen this problem pop up a few times, usually as a result
   of WordPress 5.5, so that would be my guess as to what is happening here, although
   it’s odd that it only started for you once you upgraded to WC 4.5.1. One thing
   that has worked well to fix this issue is [this helper plugin](https://wordpress.org/plugins/enable-jquery-migrate-helper/).
   Can you install that and see if it fixes the issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] free and paid option on checkout page?](https://wordpress.org/support/topic/free-and-paid-option-on-checkout-page/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/free-and-paid-option-on-checkout-page/#post-13390131)
 * Hi [@sparkl3](https://wordpress.org/support/users/sparkl3/)! There are a couple
   of ways you could accomplish this. The first would be to use the [Name Your Price](https://woocommerce.com/products/name-your-price/)
   plugin, which allows customers to pay a custom amount of their choosing for a
   product. This sounds like the best fit for your scenario.
 * Another option would be [Donation For WooCommerce](https://woocommerce.com/products/donation-product-for-woocommerce/),
   which allows you to add a “Would you like to pay $5 to donate to us?” type of
   functionality to your checkout page.

Viewing 15 replies - 481 through 495 (of 1,207 total)

[←](https://wordpress.org/support/users/apmwebdev/replies/page/32/?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)…
[32](https://wordpress.org/support/users/apmwebdev/replies/page/32/?output_format=md)
33 [34](https://wordpress.org/support/users/apmwebdev/replies/page/34/?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/34/?output_format=md)