Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Advanced Search


hercz

Recommended Posts

Posted

Hi guys,

 

I recently just finished my course in we development and part of my major assignment was to create a e - commerce website. For my E- commerce soultion i used Os - commerce and used a template from another site. I truly regret using this template as it had countless bugs throught the script and the script ws very messy. One of the errors i couldnt get around was an error with the advanced search. When i search for an item in the advanced search section i come up with this error;

 

1054 - Unknown column 'p.products_id' in 'on clause'

 

select count(distinct p.products_id) as total from products p left join manufacturers m using(manufacturers_id), products_description pd left join specials s on p.products_id = s.products_id, categories c, products_to_categories p2c where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and ((pd.products_name like '%dsfsdf%' or p.products_model like '%dsfsdf%' or m.manufacturers_name like '%dsfsdf%') )

 

[TEP STOP]

 

 

This website is for a client, and being a student who is now looking for work, i dont want this type of error to dampen my portfoilo. If anyone could be of help it would truly be appreciated as its killed me for a couple months now

 

Thanks alot

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...