chayenne Posted January 29, 2005 Share Posted January 29, 2005 Hello all, I have installed the Conventional Listing for Products contri with success and find out that the shopping cart was changed as well. there is an update so its only the product list thats printed out in rows and not the shopping cart but nevertheless still no good result. The extra changement to have the shopping cart displaying correct is : In productlisting.php about line 149 find new productListingBox($list_box_contents); comment it out an call the productListingBoxrows class instead // new productListingBox($list_box_contents); //+++ HACK product listing start new productListingBoxrows($list_box_contents); //+++ HACK product listing END I have done this without any results. anybody an idea to have only the productlisting with the contri active and not also the shoppincgcart ? tks in advance, Chayenne Quote Link to comment Share on other sites More sharing options...
bainchin Posted February 11, 2005 Share Posted February 11, 2005 Conventional Listing for Products contrib New function productListingBox() in v22 conflicts with existing code used by shopping cart (MS2.2). So v23 changes the new function to productListingBoxrows(). So for MS2.2 update 2.3 is the right package. For pre MS2.2 use the original Jan.2003 package. BC Hello all, I have installed the Conventional Listing for Products contri with success and find out that the shopping cart was changed as well. there is an update so its only the product list thats printed out in rows and not the shopping cart but nevertheless still no good result. The extra changement to have the shopping cart displaying correct is : In productlisting.php about line 149 find new productListingBox($list_box_contents); comment it out an call the productListingBoxrows class instead // new productListingBox($list_box_contents); //+++ HACK product listing start new productListingBoxrows($list_box_contents); //+++ HACK product listing END I have done this without any results. anybody an idea to have only the productlisting with the contri active and not also the shoppincgcart ? tks in advance, Chayenne <{POST_SNAPBACK}> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.