madalina251
Forum Replies Created
-
Forum: Plugins
In reply to: [Ajax Cart AutoUpdate for WooCommerce] Issues after updateHey,
Thank you so much for looking into this. I’ve updated the plugin and now works great again.
Thanks and keep up the great work!
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Woocommerce completed emailHey,
Thanks a lot for your reply. I completely understand and will try to see if I can do something about it.
Thanks again!
Forum: Plugins
In reply to: [Service Area Postcode Checker] Error messageHi,
Thanks so much for your reply. I was using a shortcode when I got the error. I’ve then switched to the widget which seems to be alright.
Thanks,
MadalinaForum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Error when new user subscribesHi Danny,
Thanks a lot for your reply. The MC4WP version that I’m using is 4.7
Looking forward to hearing back from you
Thanks,
Forum: Plugins
In reply to: [Delivery Times for WooCommerce] Adding delivery date in another emailHey,
Thanks a lot for having a look at this.
I’ve tried the code but unfortunately it seems that it doesn’t let the customer place the order in the checkout – as the payment doesn’t go through. The customer cannot make the payment, the page looks like it’s loading but then it just stops.
I’ll search around and try different things, but if you have any other suggestions would be so appreciated!
Thanks again for your time
Forum: Plugins
In reply to: [Delivery Times for WooCommerce] Adding delivery date in another emailHello,
Thanks a lot for getting back to me.
I’ve tried to follow your suggestion and I’ve added this code to functions.php of the child theme but it’s not working. Do you have any idea what is wrong with the code and any other suggestions would be appreciated
Thanks for your help
/*** add delivery date to vendor new order ****/ function dtwc_add_delivery_info_to_vendor_emails( $fields, $sent_to_admin, $order ) { if ( $email->id == 'vendor_new_order' ) { $order_id = $order->get_id(); } else { $order_id = $order->id; $delivery_date = get_post_meta( $order_id, 'dtwc_delivery_date', true ); $delivery_date = date( apply_filters( 'dtwc_date_format', 'M j, Y' ), strtotime( $delivery_date ) ); if ( '' != $delivery_date ) { $fields[ dtwc_delivery_date_label() ] = array( 'label' => dtwc_delivery_date_label(), 'value' => $delivery_date, ); } } return $fields; } add_action( 'woocommerce_email_before_order_table', 'dtwc_add_delivery_info_to_vendor_emails', 20, 4 );
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Change text on hoverHello there, any updates in regards to this issue please?
Thank you,
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Change text on hoverHi,
Thanks for providing this code, unfortunately it doesn’t seem to work at all,nothing happens upon saving it in functions.php
Could you please provide a different solution? I really need to change the text on hover
Appreciate your help!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] System Status ErrorThank you, this has now been solved!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Change text on hoverHi, thanks for your reply
I’ve tried again just now, but it’s still not changed. When users hover over the heart icon, the ‘add to wishlist’ text appears. Please see print screen https://prnt.sc/pg0yzd
I want to change the text on hover, not on a button as in your print screen.
Could you please help me out with this issue?
Thanks,
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Change text on hoverHi,
Thanks for your reply
I’ve done all the steps you have suggested, but it doesn’t seem to do the job. It seems that :”after:hover” affects the button in product listing not the one in shop.
I had a look in Chrome with Inspect and I found this html script ( https://prnt.sc/pc2l9l). I’ve changed the title with something else and it works there, but could you please tell me how can it be changed? the problem is that the title doesn’t change using loco or css codes I’ve tried. is there any way you can help me to change the title from there so when users hover over a product in the shop page the text to say ‘add to favourites’?
Thanks!
- This reply was modified 5 years, 1 month ago by madalina251.
- This reply was modified 5 years, 1 month ago by madalina251.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] System Status ErrorHello,
Thank you for getting back to me
The error appears when I go onto YITH – System Status, right above the ‘YITH System Information’ text and yith logo.
Notice: Undefined offset: 6 in /homepages/20/d772643783/htdocs/clickandbuilds/TasteBack/wp-content/plugins/yith-woocommerce-wishlist/plugin-fw/lib/yith-system-status.php on line 370
Please see print screen with how it looks like by going here: https://prnt.sc/pbpgas
Looking forward to hearing back from you!
Forum: Plugins
In reply to: [Delivery Times for WooCommerce] Changes to Delivery date fieldHi, thanks for getting back to me.
Is there a custom code that you could provide to solve these issues in the meantime? I’ve tried different variations of codes but nothing seems to work
Many thanks!
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Visible only in cart and checkoutHi James, completely understand, it would be great if that could be done though
Also wanted to check the reason why when I choose in ‘Expire Countdown’ – ‘Only when items are added’ the countdown doesn’t show up at all. Any ideas why it’s nor working?
Many thanks,
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Change ColourHi, thanks for your reply. Would you mind providing more info on how to override the css that you’ve mentioned?
Many thanks!