All beta testers ... check new version of Quick.Cart v0.3.1 beta.
Changes:
- templates optimization - fixed bugs: -- added style.css to admin templates -- after save category redirect to category list -- added checking basket in order print window -- other - php optimization - security changes: -- sWord variable used to find products is now parsed by htmlspecialchars( ) function -- checking order status in order print window
Download beta version here:
nidurhaf
2005-07-07 11:08
for the time being, there's no visible problem with this beta. Everything works fine.
administration -> products list products with: - darker background - visible set OFF - other - visible set ON
witaj.net
wizzud
2005-07-11 16:58
window.php: - XHTML Compliance : starting with no DOCTYPE, too many other errors to list. (While this page does not itself claim XHTML 1.0 Compliance, the user frontend to QC in general does, so its not unreasonable to make these foto popup windows compliant as well).
templates/default/products_show.tpl: - XHTML compliance : line 16, the <img ... /> tag needs an alt attribute - XHTML compliance : line 50, '«' should be '«' - XHTML compliance : by shifting some of the HTML out of FOTO_HEAD and FOTO_FOOTER into SHOW, if there are no images attached to the product you get empty <table...><.table> tags. (also products_print.tpl).
templates/default/orders_print.tpl: - XHTML Compliance : line 175, surplus </form> tag
templates/default/orders_delivery.tpl: - XHTML Compliance : line 96, 'onChange' should be 'onchange'
templates/default/content_list_sub.tpl: - typos : 2 occurences of 'coslpan' instead of 'colspan'
templates/default/columns_one.tpl: - XHTML Compliance : missing </tr> before </table>
core/orders-admin.php: - line 46: you've changed the global array from $aOrders to $aList, but the last extracted variable in the list statement is still set to $aOrder['sComment'] instead of $aList['sComment'].
Admin - Products List: Appearance is totally inconsistent with the rest of the changes that have been made to the Admin pages.
Not Addresssed: - Bug : re-POST of data on hitting browser Back button from Delivery page. - Issue : Telephone Number format.
It would be nice if you can add a better text editor. FCK for example or other. With more functions. Tables is most importance, that you can get the content in the lines (pricelists..)