Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

A Conventional Listing for Products


chayenne
 Share

Recommended Posts

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

Link to comment
Share on other sites

  • 2 weeks later...

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...