Archive for category osCommerce

MOD: Order Editor

Posted by admin on Saturday, 12 May, 2007
  • Order Editor Original link is here
    Just one file I don’t see any reason to use GLOBALS and like to have both billing and shipping addaress hiden if they are the same as a customer address when I start the Order Editor.

Illegal characters

Posted by admin on Sunday, 28 January, 2007

The page might contain illegal characters in text generated with tep_href_link () (html_output.php). Usually, it’s a ‘&’ within URL. return htmlspecialchars ($link); works better so far. Once again, it’s being tested in admin.


Empty TABLE tag

Posted by admin on Saturday, 27 January, 2007

It could be done already by somebody else, it’s ok. I am trying to keep somewhere the list of bugs I had to fix.

If the the menu is “closed”, no option is shown, the class ‘table_block’ in admin/includes/classes/ will generate the empty ‘table’ tags, so any validation will fail. There is, probably, the same issue with catalog, I had no chance to look at that yet.