beezwings
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] 3.0.1 No longer worksWhich version would you recommend?
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] 3.0.1 No longer worksI’m having the same issue. I tried refreshing the cache on Cloudflare, but it’s still not working. Any ideas?
Forum: Fixing WordPress
In reply to: Update Now button inactiveI am having the same issues after updating the latest version of wordpress.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] wishlist_token & non-logged in usersThis is frustrating because non-logged-in users can add things to their wishlist, and the “this item has been added to your wishlist” appears, but when you click on the link to the wishlist it just says “you have no products in your wishlist” and there’s no mention that the user needs to be logged in. This is absolutely terrible. Either add the functionality for non-logged-in users (like TI Woocommerce) or please prompt the user to login. Please fix this or I will give a one-star review.
Thanks! Just sent in the same message 🙂
I did email at support, and I still haven’t heard anything back from them.It’s still not saving.
Forum: Plugins
In reply to: [WooCommerce] The updated wc-template-functions overrides my formattingI see, so what you’re saying is that from now on, h2 will be the default? In that case, I can just apply my old h3 styling to the h2 tag. But why then does it say, “by default this is an H3”?
Thanks!
JessieForum: Plugins
In reply to: [WooCommerce] Adding instructons for local pickup(Just edited my previous response. Thanks a million!)
Forum: Plugins
In reply to: [WooCommerce] Adding instructons for local pickupOh, wow! I just realized I had to use “Local Pickup” instead of “local_pickup” because it was looking for the actual output. Gee, thanks! So sorry it took so much back and forth, and I appreciate your patience. Have an awesome day!
Forum: Plugins
In reply to: [WooCommerce] Adding instructons for local pickupHi, I tried that, but then the email just returns: “local pickup” but I don’t need the email to say that; I want the email to say, “The instructions for local pickup are come to this address between 2-4pm etc. …” when the person has selected local pickup.
Thanks for your persistance.
Jessie
Forum: Plugins
In reply to: [WooCommerce] Adding instructons for local pickupSo, on another forum, someone said the following, but I don’t know how to implement that:
There’s no shipping_method class member for the order abstract like that since there can be multiple methods per order (whereas there’s only one payment method per order). You’d need more additional code to get the array of shipping methods, then check to see if the method you want is in that array to add your notices.
Forum: Plugins
In reply to: [WooCommerce] Adding instructons for local pickupIt didn’t work 🙁 The email I received still says, “These are the instructions for everything else” rather than “These are the local pickup instructions”
(PS: Thanks so much for the quick responses!)
Forum: Plugins
In reply to: [WooCommerce] Adding instructons for local pickupThanks! Can you be super specific for the whole code? I’m a newbie (I had altered that code from something else).
I tried
function add_order_email_instructions( $order, $sent_to_admin ) { if ( ! $sent_to_admin ) { if ( 'local_pickup' == $order->get_shipping_method ) { // Local Pickup echo '<p><strong>Instructions:</strong> These are the local pickup instructions.</p>'; } else { // other methods (ie table rates) echo '<p><strong>These are the instructions for everything else!</p>'; } } }but that didn’t work either.
Hmmmm. Maybe it’s on our administrator’s end. Thanks anyway!
Forum: Plugins
In reply to: [WebLibrarian] due dateOkay, thanks for the quick reply. We do have 5-10 copies of a handful of books, though the majority of our library we only have 1-2 copies.