moiseh
Forum Replies Created
-
I’ve checked in my local clean install and unfortunately cannot reproduce the issue, if you have more details in how i can reproduce i’ll try to check when have some time.
Regards
The dates that don’t showing probably uses availability configs that this plugin doesn’t support, unfortunately.
If you can describe me how to configure and reproduce these not working dates configs i can try to reproduce here and support it in future versions.
Forum: Plugins
In reply to: [WooCommerce Better Usability] Adding a variable product + – on the SHOP pageThe answer still the same, i can’t confirm without made a real test.
If you want to test and don’t mind to wait for support responses i can try to help.
I will not talk here anymore about the premium version, it’s not allowed ??
ThanksForum: Plugins
In reply to: [WooCommerce Better Usability] Adding a variable product + – on the SHOP pageHi,
Is expected to work, of course i cannot guarantee it will work for all the cases depending plugins and themes you’re mixing.Hello,
If possible, please send the link of the shop page with the issue i’ll check if possible to discover the issue.
You can use the “Get support” link in my plugin for more privacy.
Regards
Forum: Plugins
In reply to: [WooCommerce Bookings Calendar] Translation problemPremium support answered directly to customer.
Forum: Plugins
In reply to: [WooCommerce Bookings Calendar] Need ShortcodeHello Sir ??
Currently the plugin support to filter by category slugs, so you can use the shortcode like:
[wbc-calendar cat="slug1,slug2"]
I’ve added other possible options at the end of this project link page:
https://github.com/moiseh/woo-bookings-calendarForum: Plugins
In reply to: [WooCommerce Subscriptions Extras] Fatal ErrorSorry for the issues.
In this case there’s nothing i can do for the right price calculation ??Forum: Plugins
In reply to: [WooCommerce Ajax Cart Plugin] little Compatibility issue with dropdown menuHello,
I didn’t mean that is your problem i just think that is difficult to give a precise answer without more in-depth look and maybe a more dedicated assistance ?? – The first issues you requested i find easy to reproduce here but the other ones, unfortunately no
I never tested this callback ( woocommerce_after_cart_item_quantity_update ) but it seems that is not exactly what you looking for, it will not force AJAX update after add to cart (if it’s what you’re asking).
I’m sorry by now it’s difficult to me give more precise answers because it’s a bit abstract to me without looking into your shop, testing the hooks, if it’s doing what expected etc. I can do paid customisations if needed ping me at https://pluggablesoft.com/contact
Regards
Forum: Plugins
In reply to: [WooCommerce Ajax Cart Plugin] little Compatibility issue with dropdown menuIt’s very complex situation sir i’m unfortunately not able to help at moment.
Maybe it’s a good idea to hire a WooCommerce specialist to help you with.
RegardsForum: Plugins
In reply to: [WooCommerce Ajax Cart Plugin] little Compatibility issue with dropdown menuHello Sir,
I’ve just added the compatibility to work like in the example for this specific case.
Code i used to ensure that works:
function my_quantity_input_field_args( $args, $product ) { $args['dropdown_steps'] = array( 0, 3, 4, 5, 6, 7, 8, 9 , 10); return $args; } add_filter( 'woocommerce_quantity_input_args', 'my_quantity_input_field_args', 10, 2 );
Forum: Reviews
In reply to: [WooCommerce Ajax Cart Plugin] Great pluginThanks mate ??
Forum: Plugins
In reply to: [WooCommerce Ajax Cart Plugin] Cart auto update is not workingHello,
Is necessary to uncomment the update cart block button:
<!--<button type="submit" id="edit-btn-s-cart" class="button update_cart_page_btn" name="update_cart" value=""><i class="fa fa-pencil" id="btn-txt-edit" aria-hidden="true"><span>Edit</span></i></button>-->
If you want to hide the button, i recommend?to do with CSS like:
.update_cart_page_btn { display: none; }
Hello,
This plugin does not collect any particular information from visitor.
It just add some features to the cart like in the description.
Hope it helps ??
RegardsForum: Plugins
In reply to: [WooCommerce Ajax Cart Plugin] little Compatibility issue with dropdown menuHello,
Thanks for reporting the issue.
Just fixed in new version.
Regards