Sorry if this was already covered,
After installing 0.7.8 (changed nothing), when in admin and I choose anything from the extensions drop down, everything is empty. There is nothing listed for modules, payment,shipping & calculate?
On a new install of 0.7.7 all of these at least have a few entries.
Normal?
http://code.google.com/p/open-cart/issues/detail?id=33 has the solution to this known bug.
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
I know this comes very late but I just bumped into the same problem. I really don't know if it's fixed or not yet but I was just thinking to provide my own simple hack to this so the valid HTML output it's not sacrificed on the cart's front-end.
Code: Select all
/* the return htmlspecialchars($server . $link); line
has been replaced with:
**/
if (preg_match('/admin/', $_SERVER['PHP_SELF'])) {
return $server . $link;
} else {
return htmlspecialchars($server . $link);
}
Who is online
Users browsing this forum: No registered users and 4 guests