Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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.)
#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')) . '" />
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)