nicethreads
Forum Replies Created
-
Hi Amanda,
So far 2.0.6 has been working well. We have received orders on one of the sites that wasn’t having the problem, and it still isn’t having the problem. We will be opening up orders on the problematic site this next week I think.
I thought I saw somewhere that it is now possible to run test transactions through the sandbox environment, is this the case? I’d like to try testing this a bit more comprehensively before we have people placing orders on that problem store.
Hi Amanda,
Thanks for the quick reply!
I had looked into that fix for the version 2.0.5 code and it looked to me like it had already been integrated into the release (I may be mistaken though!), so I think the problem might be cropping up elsewhere.
I will give 2.0.6 a try early next week and let you know how I do.
Thanks!
TimForum: Plugins
In reply to: [If Menu - Visibility control for Menus] undefined offsetExcellent! The update clears it up. Thank you!
Forum: Plugins
In reply to: [If Menu - Visibility control for Menus] undefined offsetThis just happened to me also.
I’m pretty sure that line 112 needs to read:
if (isset($ifMenuOptions[$index])) {instead of:
if ($ifMenuOptions[$index]) {at the very least, it seems to get me back up and running again without errors.