Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

print_catalog


Guest

Recommended Posts

i get the following problem :

 

products are not sorted by categories;

i think the problem comes from catalog/print_catalog.php file :

 

$print_catalog_query_raw = "select ...

cd.categories_name,

....

from "

. TABLE_PRODUCTS . " p left join "

...

. TABLE_CATEGORIES_DESCRIPTION . " cd on c.parent_id='0' and c.categories_id=cd.categories_id left join "

...

";

 

Everything goes right when the

on c.parent_id='0' and

is suppressed ... though when you choose more than one languages, you get the same products ... more than one time !

 

Does somebody has an idea (may be the ' ') ?

 

Thank you

 

Charles

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.
Note: Your post will require moderator approval before it will be visible.

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.

×
×
  • Create New...