hi there i get this when i try to change product categories.i checked but can't seem to see the probleme?
Parse error: syntax error, unexpected $end in /home/hugues/public_html/CART/core/products-admin.php on line 1
<?php if( !function_exists( 'saveOrderStatus' ) ){ /** * Save order status * @return void * @param int $iOrder * @param int $iStatus */ function saveOrderStatus( $iOrder, $iStatus ){ dbSaveOrderStatus( $iOrder, $iStatus ); } // end function saveOrderStatus }
if( !function_exists( 'listOrders' ) ){ /** * Show list of orders * @return string * @param string $sFile * @param int $iList */ function listOrders( $sFile = 'orders_list.tpl', $iList = null ){ global $tpl, $aList;
i have the version 2.1
» Quick.Cart v2.x
merci
2008-01-02 09:34
techker - probably you forget to close some markup. The error can be in another line then 1. Check especially code, where you made modyfications. You can aslo dawnoload oryginal Q.C and compare code of this file.
techker
2008-01-04 14:32
i downloaded the original and uploaded the same page and still noting?