Austin M - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] protection for download link@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
In reply to: [WooCommerce] protection for download linkHi @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
2. https://ww.wp.xz.cn/support/topic/protecting-download-links-how/Forum: Plugins
In reply to: [WooCommerce] protection for download linkHi @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.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Complimentary CouponHi @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 plugin to “purchase” these courses on the user’s behalf, if you wish.
Forum: Plugins
In reply to: [WooCommerce] Featured Products Not Showing In Designated OrderHi @mvcs. The
[featured_products]shortcode doesn’t give you many options for configuration, but theproductsshortcode with an attribute ofvisibility="featured"will do the same thing and allows you to specify anorderbyattribute as well. You can set theorderbytomenu_orderto 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
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
In reply to: [WooCommerce] Plugin issueWe 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
In reply to: [WooCommerce] Product Search not working after version update?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
In reply to: [WooCommerce] free and paid option on checkout page?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!
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
In reply to: [WooCommerce] Phantom OrdersWe 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
In reply to: [WooCommerce] Woocommerce Locked after update wp to 5.5.1Great, I’m so glad! Feel free to reach out again if you have any further questions!
Forum: Plugins
In reply to: [WooCommerce] Rest API Product Search Other Than Product IDHi @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¶meter2=bYou can see more about GET requests here: https://kinsta.com/blog/wordpress-rest-api/#getForum: Plugins
In reply to: [WooCommerce] Cities and countiesHi @carloslwnt29. Thanks for the feedback. The best way to request new features is on our ideas board. 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
In reply to: [WooCommerce] Variations errorHi @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
* 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!