mjwareha
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Remote Users Sync] Persistent AuthenticationI’ve traced down the problem. It was linked to Cookie Consent. The user was consenting to cookies on one site which were then not agreed to on the second site so was subsequently deleting the cookie storing the users loggin session.
Forum: Plugins
In reply to: [WP Remote Users Sync] Persistent AuthenticationHello again – anyone got any ideas on this? I still get the problem that the first page on a syncronised site appears to show the user as ‘logged in’ (once they’ve authenticated on one of the remote sites), but as soon as they navigate to a different page, it shows them as logged out. In essence it only appears they are logged in, when in reality they aren’t. The logs show that the user was sucessfully logged in to the remote site, so I’m not sure why it’s not being persistant.
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Remove Price from Product NameThanks for the snippet, it worked like a charm.
That would be exactly what I need! It allows a thank you (or other) page that displays conditional information based on the user’s last order.
The date part works okay, so the block isn’t shown if the order is over a day old. It just doesn’t like the ‘last order’ rule.
Hi @ndiego, after some more testing, I’m not sure it does respect the ‘last order’ part of the rule (of course I could be doing something wrong!)
I’m running the rules on the WooCommerce Thank You page and setting blocks to show based on products in the last order (in other words, the order that has just been placed).
The settings are:
However, it shows even if the selected product is in a prior order rather than the last order.
Any ideas?
Strange ??
In terms of setup, their plugin creates a new product type, ‘appointment,’ which is linked to a post type containing the appointment details.
I can share the plugin if you want to take a look.
Hi Nick – Me again!
I’m using BookingWP, which creates a new product type in WooCommerce (Appointment). This isn’t being picked up as a product type when using the WooCommerce filters to check for products etc. I’ve had a quick look at the code, but can’t see where you are setting the product type to check for WooCommerce product conditions.
I used to use WooCommerce Bookings, and these are show in the selection lists.
Any help greatly appreciated!
Marcus
I was being logic blind. Last order means last order! Thanks for the update.
Hi @ndiego, thanks for getting back to me. I found the helper class and changed it to look for wc-processing as well as wc-completed and it all worked great. So, yes, having wc-processing in the array would be great!
what would also be lovely would be having the check made on last order (without dates). I’m using it to display conditional content on the order thanks you page (amongst other things) so have currently set it to look for any orders less than or equal to 1 day, but if a user placed two orders on one day, they would see content that’s not relevant to their last order.
Just been playing around with the code and have changed it to include wc_processing for order checks. However, it looks like the last order / first order checks are using payment processing dates, so not wc_completed?
I can’t get the visibility settings to respect the configuration. when I select last order with a category placed with in x days, it deosn’t want to show my content.
Any ideas?
Forum: Themes and Templates
In reply to: [Directory] Greedy MenusAppreciate you checking. Understand it’s not a priority!
Out of interest, how did you get it working? Is it class driven, or does it need more?
Works a treat! Thanks very much.
Forum: Themes and Templates
In reply to: [Directory] Block Visibility FunctionHi – I’ve been testing this with the patch, and (assuming I have patched my installation correctly – which is a big assumption – I downloaded the changed GitHub files and applied them to my installation), I can’t get the visibility to remove the tab itself. At least not consistently. It has worked on occasions, but I can’t determine why it works when it does and doesn’t work when it doesn’t! Sorry I can’t be more help.
Sorry, an adjustment is needed; It does appear as the category icon when searching, but it doesn’t get created as the map pin icon. Sorry – my bad testing.