gmoney9
Forum Replies Created
-
- See here: https://i.imgur.com/5xLtmjd.jpg it doesn’t list the site name
- Not really. Because in registration for example, we use billing_first_name so for activation email, it would be good to have this so we can personalize it to help prevent emails going to spam.
Thanks!
Couple of things for Activation email > Email content
- %site_title% does not work
- Can you add “billing_first_name”, “billing_last_name” placeholders please?
Adding the placeholder “%site_title%” to the Activation email > Email subject would be a good idea as well.
So it would be “Please activate your %site_title% account”.
We are also experiencing the activation email specifically going to the SPAM box. All other emails are fine.
- This reply was modified 10 months, 3 weeks ago by gmoney9.
Forum: Plugins
In reply to: [Discount Rules and Dynamic Pricing for WooCommerce] Wrong calculation- Go to the plugin settings – General tab – Product Pricing section.
- Set “On-Sale Products Price” to “On-sale price” and save settings.
- Try it again.
Hello! Thanks for the reply. Unfortunately the discount on the sale price is still not working after I followed your instructions.
But if you are applying multiple pricing rules on a product, it is not possible.
Instead of creating a 8% + 3% = 11% discount, you can create a 11% discount and set its priority to the top and set the “apply mode” to “apply this rule and disregard other rules”.Doing that individually would be too much work. I have multiple products and they are all different discounts.
Forum: Plugins
In reply to: [Discount Rules and Dynamic Pricing for WooCommerce] Wrong calculationThe percentage bubble is also wrong for certain products too.
Forum: Plugins
In reply to: [You Save for Woocommerce] Compatibility with PW WooCommerce On Sale!Thanks for the reply! Do you have a private communication channel so I can follow up? I am a pro user if that matters?
Forum: Plugins
In reply to: [You Save for Woocommerce] Compatibility with PW WooCommerce On Sale!Correct, that’s the one!
Look forward to it. Thanks for replying. ??
Forum: Themes and Templates
In reply to: [GeneratePress] Page moves/shifts on scroll stopHi there, we are using the free version?
I already added it here, but no one replied: https://github.com/orgs/elementor/discussions/21681
Forum: Plugins
In reply to: [WooCommerce] Slow variation price display for some productsThanks for the reply. I added this code and it fixed the issue:
// Change limit to dynamic product variations function custom_wc_ajax_variation_threshold( $qty, $product ) { return 50; } add_filter( 'woocommerce_ajax_variation_threshold', 'custom_wc_ajax_variation_threshold', 10, 2 );
Forum: Plugins
In reply to: [You Save for Woocommerce] Disable on Home PageThank you, will give it a go. Appreciate the feedback.
P.S I sent a service request email to you on 10Horizons. WProot contact page doesn’t work.
Forum: Plugins
In reply to: [You Save for Woocommerce] Badge Display DelayedThank you so much! ??
Forum: Plugins
In reply to: [You Save for Woocommerce] Badge Display DelayedHi there, thanks for the reply. We have caching enabled, but we also have 100+ products and sometimes each product can have 30+ variations.
Great! Thank you.
Forum: Plugins
In reply to: [WooCommerce] [Feature Request] Send order cancellation email to customerThanks guys! I’ve added the request here: https://github.com/woocommerce/woocommerce/issues/36692