acehobojoe
Forum Replies Created
-
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Does this work with free shipping coupons?It now works, so maybe I had to retoggle it.
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Does this work with free shipping coupons?it says ”?September – Eligible via manual entry.”
Forum: Themes and Templates
In reply to: [OceanWP] Is it possible to edit the login/register pageOk, I think I can do that, but then I can only put content above the form and not in it.
@kavillarosa How do I implement this? I can’t see anywhere on your website to disable it for non stripe conversions
Kenneth, since they are pending, they won’t actually come through stripe at all. So option 2 might work well.
Forum: Plugins
In reply to: [Quotes for WooCommerce] Quote for specific productsIt does.
Forum: Plugins
In reply to: [Force Login] must use pluginawesome! thanks kevin.
Forum: Plugins
In reply to: [Force Login] must use pluginThat sounds good. I think I’ll have to keep an eye on your updates though. I don’t think it auto updates.
Forum: Themes and Templates
In reply to: [OceanWP] megamenu is squishedFor those facing this issue:
I have found it is the “delay javascript execution” option in WP-Rocket.
There may be a menu script to whitelist, but for now I just disabled that option.
Forum: Themes and Templates
In reply to: [OceanWP] megamenu is squishedyou have to hover over the “blog” item while it’s still loading
Forum: Themes and Templates
In reply to: [OceanWP] MegaMenu in Header is blinkingMarko, is there any sort of workaround I could use until Monday?
Forum: Themes and Templates
In reply to: [OceanWP] MegaMenu in Header is blinkingalso check the live site here
practicalpreppers.com
that seems to have worked! I’m assuming they won’t be able to checkout without selecting an option.
I haven’t tried to place an order because I don’t have a way to do a test order at the moment.
Thanks Alek, it works now.
I meant to try leaving it on, but I couldn’t get to it til recently.
After adding this snippet, I get a syntax error related to the “public” function. Is that correct?
add_filter( 'wooptpm_conversion_value_filter', array( $this, 'filter_conversion_value' ), 10, 2 ); public function filter_conversion_value( $order_total, $order ) { /** This is 90% of the order value as an estimate **/ return $order_total * 0.9; }