Elvis Morales
Forum Replies Created
-
Forum: Plugins
In reply to: [Woocommerce - Products By Custom Tax] number of products displayedUpdate the plugin from your WP Dashboard, you should be able now to use
qtyparameter to specify the max products to output. Check description for usage.Forum: Plugins
In reply to: [Woocommerce - Products By Custom Tax] number of products displayedHi! The quantity of products to display can be changed at
Settings > Reading /wp-admin/options-reading.php, but I will add another parameter to specify this from the shortcode, that’s a nice catch.Forum: Plugins
In reply to: [WooCommerce] Email Send To User of Username and PasswordSee my answer at the end of this same thread https://ww.wp.xz.cn/support/topic/woocommerce-send-the-user-generated-password-via-email
Forum: Plugins
In reply to: WooCommerce – Send the User Generated Password via EmailYeah totally, I understand the issue and agree this is not a good practice obviously for security reasons. But well today I had to deal with it for a very particular project that required to be this way.
Finally I had to drop this dirty line to get the plain text password from the checkout page form
$user_pass = sanitize_text_field( ( isset( $_POST['account_password'] ) ? $_POST['account_password'] : '' ) );Nothing smart but does the job 🙁
Forum: Plugins
In reply to: WooCommerce – Send the User Generated Password via EmailHave you found the way to do this? can you share?
Forum: Plugins
In reply to: [WooCommerce] Email Send To User of Username and PasswordHave you found the way to do this? can you share?
Forum: Plugins
In reply to: [WP REST API (WP API)] oauth version: authorization stepHi guys, have you finally get into a solution for this issue? I’m having exactly the same problem, appreciate some guidance.
Thank you
Forum: Plugins
In reply to: [Chat Rooms powered by Firebase] Enter to submit message to chatSolved with this trick
<script type="text/javascript"> jQuery('#fire_chat_form > textarea').keydown(function(event) { if (event.keyCode == 13) { $('#fire_chat_form > input[type=submit]').click(); return false; } }); </script>Forum: Plugins
In reply to: [Chat Rooms powered by Firebase] Embed chat room into another page or postWelcome, thanks to you by the awesome support, I might be sending later other pull requests to improve this plugin. It’s really awesome.
Forum: Plugins
In reply to: [JSON API User] Hash Password for safetyHi, just wanted to ask if there is any update on this? I would love to see this feature too.
Thank youMaybe this plugin works for you? Woocommerce – Products By Custom Tax
Forum: Plugins
In reply to: [Amazon Link] %RATING% doesn't workBy now what I am thinking to do is to create a separate template for each rating value from 0 to 5, and place the value fixed with stars images from none to 5 stars. As an idea, would be nice also in the meanwhile to manually place the rating value on the short code at the post and %RATING% in the template would display it. This is nothing pretty I know. But at least this way could be possible still have a single template to display many products in a single post or page and the rating values displayed as desired, even a fixed value.
Hope you can get it solved because I am taking a lot of approach from this plugin would like to continuously using it.
Keep us up to date!
Cheers
Elvis
Forum: Plugins
In reply to: [Amazon Link] %RATING% doesn't workHi Paul, By today is the dev plugin working to display the “rating” somehow? Or there is some workaround to achieve it via this “extra” scraper plugin?
Elvis
Forum: Plugins
In reply to: [MailPress] Table inline style tag removed when sending the newsletterNo style attribute removed, the problem was a couple of error in my table code. Already solved. The plugin rocks.
Then waiting for it soon, this is a must!
thanks by your replay.