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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] protection for download link](https://wordpress.org/support/topic/protection-for-download-link/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/protection-for-download-link/#post-13434094)
 * [@dragondefeu76](https://wordpress.org/support/users/dragondefeu76/) Yes, it 
   sounds like you’ve taken the steps necessary to make this secure, aside from 
   sending encrypted emails. I think you’re all set!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] protection for download link](https://wordpress.org/support/topic/protection-for-download-link/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/protection-for-download-link/#post-13426260)
 * Hi [@dragondefeu76](https://wordpress.org/support/users/dragondefeu76/). Downloadable
   files are accessible via direct URL, yes. There are various ways around that,
   some of which you can read about here:
 * 1. [https://stackoverflow.com/questions/31129965/how-to-secure-woocommerce-downloadable-files](https://stackoverflow.com/questions/31129965/how-to-secure-woocommerce-downloadable-files)
   
   2. [https://wordpress.org/support/topic/protecting-download-links-how/](https://wordpress.org/support/topic/protecting-download-links-how/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] protection for download link](https://wordpress.org/support/topic/protection-for-download-link/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/protection-for-download-link/#post-13425849)
 * Hi [@dragondefeu76](https://wordpress.org/support/users/dragondefeu76/). WooCommerce
   emails are sent using WordPress’s built-in wp_mail() function, which is not encrypted
   by default. There are certainly ways you can add encryption to the emails sent
   from your site, though. Some of your options for this are laid out [here](https://maintainn.com/sending-secure-email-with-wordpress/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WooCommerce Complimentary Coupon](https://wordpress.org/support/topic/woocommerce-complimentary-coupon/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/woocommerce-complimentary-coupon/#post-13425831)
 * Hi [@decoderltd](https://wordpress.org/support/users/decoderltd/)! With WooCommerce,
   if a customer checks out and their total is $0, they do not have to enter payment
   details. You could also use the [User Switching](https://wordpress.org/plugins/user-switching/)
   plugin to “purchase” these courses on the user’s behalf, if you wish.
 *   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-13425758)
 * Hi [@mvcs](https://wordpress.org/support/users/mvcs/). The `[featured_products]`
   shortcode doesn’t give you many options for configuration, but the `products`
   shortcode with an attribute of `visibility="featured"` will do the same thing
   and allows you to specify an `orderby` attribute as well. You can set the `orderby`
   to `menu_order` to do custom sorting, or choose any of the other sorting options.
   All in all, that might look something like `[products limit="4" columns="4" orderby
   ="menu_order" visibility="featured" ]`
 * For more information, see our [shortcode docs](https://docs.woocommerce.com/document/woocommerce-shortcodes/)
 *   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-13425705)
 * 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] 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-13425704)
 * 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-13425701)
 * 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] 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-13425689)
 * 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] Parse error: syntax error, unexpected ‘:’, expecting error is showing](https://wordpress.org/support/topic/parse-error-syntax-error-unexpected-expecting-error-is-showing/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/parse-error-syntax-error-unexpected-expecting-error-is-showing/#post-13421236)
 * Sure thing! There hasn’t been any movement on this thread in a while, so I’m 
   going to go ahead and mark it as resolved. Feel free to open a new thing with
   any further questions!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Phantom Orders](https://wordpress.org/support/topic/phantom-orders/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/phantom-orders/#post-13421232)
 * 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] 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-13421231)
 * Great, I’m so glad! Feel free to reach out again if you have any further questions!
 *   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-13421224)
 * Hi [@aravenwood](https://wordpress.org/support/users/aravenwood/)! The WooCommerce
   REST API works the same way as the normal WordPress REST API when it comes to
   passing in arguments. As this is a GET request, the parameters would be part 
   of the request string, similar to how a URL looks. E.g. `/wp-json/wc/v3/products/?
   parameter1=a&parameter2=b` You can see more about GET requests here: [https://kinsta.com/blog/wordpress-rest-api/#get](https://kinsta.com/blog/wordpress-rest-api/#get)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Cities and counties](https://wordpress.org/support/topic/cities-and-counties/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/cities-and-counties/#post-13415730)
 * Hi [@carloslwnt29](https://wordpress.org/support/users/carloslwnt29/). Thanks
   for the feedback. The best way to request new features is on our [ideas board](https://ideas.woocommerce.com/forums/133476-woocommerce).
   Please feel free to add this suggestion or vote on it there.
 * It’s also possible that there is an existing plugin out there that will accomplish
   this functionality. Searching for “WooCommerce address validation” or similar
   might shed some light on this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Variations error](https://wordpress.org/support/topic/variations-error-2/)
 *  [Austin M – a11n](https://wordpress.org/support/users/apmwebdev/)
 * (@apmwebdev)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/variations-error-2/#post-13415708)
 * Hi [@oscarlbc](https://wordpress.org/support/users/oscarlbc/). Can you give me
   some more detail about the issue you’re experiencing? I’m not sure I follow. 
   Aside from that error showing in your logs, what is happening? If screenshots
   would help, I recommend the following options if you don’t already have a screenshot
   service installed:
 * * [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 - 466 through 480 (of 1,207 total)

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