moiseh
Forum Replies Created
-
Hello,
You can try to hack into this hook that this plugin uses:
add_filter(‘woocommerce_loop_add_to_cart_link’, array($this, ‘shop_quantity_input’), 10, 2 );
But it may break some JS event’s that need to be considered.
Another choice would move this section using jQuery/JS independently on page load, so you don’t need to modify the hooks/JS events
Forum: Plugins
In reply to: [WooCommerce Better Usability] Minicart clicking on +/- doesn’t workHello Sir,
Without have the full install clone, i have difficult to dianostic these errors unfortunately
Maybe you can edit this file minicart.js and comment / deactivate parts of the code (try and fail) to understand where the issue was coming?
If you didn’t progress please send (if possible) the install clone using Duplicator – Send to moiseh [at] gmail [dot] com
Declaration added. Will be released soon.
That’s inspiring ??
Thank youForum: Plugins
In reply to: [WooCommerce Bookings Calendar] Bug in month viewHello,
Can you please paste the bookable product configurations? Most specifically the “General” and “Availability” tabs so i can test the same configs
In my local tests i configured fixed blocks of 1 days and cannot reproduce the issue.
Sorry the delay at response
- This reply was modified 2 years ago by moiseh.
Forum: Plugins
In reply to: [WooCommerce Better Usability] Vers?o free n?o funciona !Olá,
Testando com o tema Storefront que utilizo como base, n?o consegui reproduzir o problema relatado.
Você habilitou a op??o da aba Produtos -> “Allow to change product quantity on shop page”? Caso já tenha habilitado e n?o funcionou, me diga por favor qual o tema que está utilizando e se estiver ao meu alcance eu tento fazer a compatibiliza??o com o mesmo.
Sobre a aba Produtos, acredito que está correto só há uma tradu??o um pouco confusa efetuada no momento em que foi traduzido para pt-BR.
Aba Produtos -> Representa configura??es específicas do Shop / Lista de produtos
Aba Produto -> Representa configura??es específicas de uma página de Produto único
Forum: Plugins
In reply to: [WooCommerce Better Usability] Compatibility problem min max quantityContacted the customer directly through the premium support.
That issue seems to be related with premium plugin.
Please use the premium support system if you within 3 month supported period and wait patiently for 3-5 days response.
Thanks
Forum: Plugins
In reply to: [WooCommerce Ajax Cart Plugin] – Bug – first product variation non ajaxHello,
Is some special plugin or code used to modify the default template of the Variations options ? ( Crevette, Poulet, … )
If yes, can you please specify the plugin ?
Thanks
Forum: Plugins
In reply to: [WooCommerce Bookings Calendar] Not compatible with latest versions?Hello,
Checked with WooCommerce Bookings 1.15.59 and didn’t notice issues
Any errors occurred to help in debugging the issue?
Forum: Plugins
In reply to: [WooCommerce Ajax Cart Plugin] Automatic cart update not workingHello,
I didn’t notice any issues using latest versions and Storefront theme.
There’s some specific JS or PHP error that i can use to reproduce the issue?
Hello,
I’ve updated this plugin fixing this issue
Take into consideration that it will only works if the plugin you’re using defines correctly the “min” value (eg.: min=”50″) on the quantity input template
Forum: Plugins
In reply to: [WooCommerce Bookings Calendar] Events displaying twiceHello,
Added prevention to avoid duplicated events
Hope it helps!Hello,
Maybe this can be adjusted changing the CSS of the FullCalendar ( library used at this plugin to render the calendar )
Unfortunately i’m not specialized to make this visual fix.
Regards
Forum: Plugins
In reply to: [WooCommerce Bookings Calendar] Calendar view: year (list)Hello,
If i checked correctly, the FullCalendar library, used by this plugin, don’t have by default this view mode.
This also probably will crash the site because the volume of events.
Regards