Jump to content

Delivery limitation pulldowns empty after update


Recommended Posts

We just successfully upgraded from 3.0.2 to 3.2.3. 

We've noticed that the pulldowns (that usually say "Is one of" or "Contains" etc.) in the Delivery Limitation tab for a banner are empty (we had the same issue with 3.2.2 which caused us to sit that one out).

To quick-fix this, we had to insert the following at the top of the methods displayComparison() and checkComparison() in htdocs/lib/OX/Extension/deliveryLimitations/DeliveryLimitations.php:

if ($this->aOperations == "") {
   $this->__construct();
}

Anybody else seen this? I haven't yet figured out where aOperations (which is filled in the constructor) gets nulled again after initialization of the class.

Edited by magicmulder
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...