nxmndr
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes for WooCommerce] Not disabling other payment gatewaysI finally managed to do that with Acoweb’s Deposits plugin, which I already had. It has payment plans and you can set eg. [0%, 50%, 50%], with 0% being like a quote.
Forum: Plugins
In reply to: [Quotes for WooCommerce] Mixing quoted and non-quoted productsDo you know of any other quotes plugin that deals with mixing this way ?
Forum: Plugins
In reply to: [Quotes for WooCommerce] Mixing quoted and non-quoted productsThank you.
Solved. The problem was that cases where VAT is included in the displayed price weren’t included in the free version. Buying the pro version and help of support solved it.
- This reply was modified 1 year, 9 months ago by nxmndr.
My bad. I’ve created the ticket.
The bug is visible on your demo, please check again :
https://woo-deposits-free.demo2.acowebs.comAdd twice the $15 album : the deposit is $7.50 instead of $15.
- This reply was modified 1 year, 9 months ago by nxmndr.
Hi,
Same problem with Product Bundles. Any news ? Do you know of plugins similar to yours ?
What I did in the meantime :
let obj = { resetCompositeQtyToOne: function () { jQuery('.composite_component .input-text.qty.text').val(1) } } // trigger on composite step change event jQuery('.composite_data').on('wc-composite-initializing', function(event, composite) { composite.actions.add_action('component_selection_changed', obj.resetCompositeQtyToOne, 1000, obj) });
Forum: Plugins
In reply to: [Question Answer] [missing] captcha (& wrong links)It works ! You should probably precise it’s ReCaptcha v2 only.
Thanks for everything.
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] [Bug] Google maps not working in frontend ??Solved it : compatibility problem with EventON extension. It has a setting to disable Maps, or disable just its own JS file to avoid this.
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] [Bug] Google maps not working in frontend ??My bad, the problem also appears with
acf_form
function, so the problem most likely stands within ACF.Forum: Plugins
In reply to: [Question Answer] [Bug] Publication status not respectedI have already ??
Forum: Plugins
In reply to: [Question Answer] [Bug] Wrong redirection after question is askedFor some reason it seems to work. I don’t know why as I just changed the page. I mark as solved to not waste space.
- This reply was modified 2 years, 2 months ago by nxmndr.
Forum: Plugins
In reply to: [Question Answer] [Bug] Publication status not respectedPerfect, thanks for the quick support ??
- This reply was modified 2 years, 2 months ago by nxmndr.
Forum: Plugins
In reply to: [Question Answer] [Bug] Invalid form causes litteral HTMLGreat it’s working thanks !