ramo786 Posted January 15, 2009 Share Posted January 15, 2009 i was trying to add this contribution but when i try to edit the catalog part for this contribution, i get stuck when it comes to these steps catalog\includes\modules\product_listing.php Line 64 Replace if ( ($column_list[$col] != 'PRODUCT_LIST_BUY_NOW') && ($column_list[$col] != 'PRODUCT_LIST_IMAGE') ) { with //sort order & quantity change if ($column_list[$col] == 'PRODUCT_LIST_SORT_ORDER'){break;} if ( ($column_list[$col] != 'PRODUCT_LIST_BUY_NOW') && ($column_list[$col] != 'PRODUCT_LIST_IMAGE') && ($column_list[$col] != 'PRODUCT_LIST_MULTIPLE')) { // if ( ($column_list[$col] != 'PRODUCT_LIST_BUY_NOW') && ($column_list[$col] != 'PRODUCT_LIST_IMAGE') ) { //end sort order & quantity change ------------------------------------------------------------------------------------------------------------------------ Line 95 Before switch ($column_list[$col]) { case 'PRODUCT_LIST_MODEL': Add //sort order & quantity change if ($column_list[$col] == 'PRODUCT_LIST_SORT_ORDER'){break;} //end sort order & quantity change ================================================================================ ======================================== I cant find any the codes already in the files. SO i don't know how to edit them. I did everything else this si the only part that is hard for me. Please need major help. thanks in advance Link to comment Share on other sites More sharing options...
ramo786 Posted January 15, 2009 Author Share Posted January 15, 2009 Does anyone know because I really need help with this plz Link to comment Share on other sites More sharing options...
ramo786 Posted January 16, 2009 Author Share Posted January 16, 2009 could someone plz help me with this? Link to comment Share on other sites More sharing options...
Hotclutch Posted January 16, 2009 Share Posted January 16, 2009 could someone plz help me with this? You are either looking in the wrong file or your product_listing.php is already modified, because a standard one has that code. Link to comment Share on other sites More sharing options...
ramo786 Posted January 19, 2009 Author Share Posted January 19, 2009 if its already modified then the shouldnt the code already be in there then? i am looking in the right area but for some reason it wasnt working but thx tho Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.