dashlane2580
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Payment method BACS only available on minimum order amountThat works great.
Is there a way to do this with using WPML WooCommerce multi currency?
Forum: Plugins
In reply to: [WooCommerce] Bulk delete productsEdit
Forum: Plugins
In reply to: [Iptanus File Upload] Plugin not working and trying to buy PROI sent it by email.
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Plugin adds a review box to the cart pageI send a message on your support channel.
That really is too bad. Luckily I have downloaded it in time as it has lots of basic functions that other plugins charge for.
Do you know anyone who might be able to pick up on this and fix some bugs so it works for us?
I know. Too bad developer is not responding. This makes the script too unreliable to use live.
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Calendar not showing reservationThat doesn’t do the trick for me.
I need the bookings to come in as “requested” so I can mark them as Booked myself after a payment has been received by e-mail correspondence.
When I mark a booking as “booked” or “reserved”, it still does not show up as booked/reserved in the availability calender. Some cells do have the class, others have the empty class.
Thanks for sharing your solution though.
Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Legend displayed under each monthI managed to fix this with a CSS display:none; trick with the CSS code below:
.display_reserves, #data-update11 .display_post, #data-update21 .display_post {
display:none;
}This is for the 3 months view to only show the legend for the first month.
This also hides the “reserved” legend (.display_reserves), as we do not accept reservations but only bookings.Forum: Plugins
In reply to: [WP Availability Calendar & Booking] Calendar not showing reservationHello Myrok24,
Can you share with us how you solved this? For me the problem is still there.
Thank you.