SalesCategories gets back to root-category after edit
|
02-28-2016, 11:47 PM
(This post was last modified: 02-29-2016 01:12 AM by janb.)
Post: #1
|
|||
|
|||
SalesCategories gets back to root-category after edit
In SalesCategories.php after Line 371 there should be a hidden input line setting the current ParentCategory value like this:
Code: <input type="hidden" name="ParentCategory" value="' . (isset($_POST['ParentCategory'])?($_POST['ParentCategory']):('0')) . '" /> |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)