![]() |
Re: How to display all products that do not have a thumbnail
you'll need to change the query in the prodwithoutimg.php file, try something like this,
Code:
SELECT netit_xcart_products.productid, netit_xcart_products.product FROM netit_xcart_products LEFT OUTER JOIN netit_xcart_thumbnails ON netit_xcart_products.productid = netit_xcart_thumbnails.productid WHERE netit_xcart_thumbnails.productid IS NULL assuming your database uses netit_ as a prefix to it's tables. Otheriwse, check what your thumbnails table is called, |
Re: How to display all products that do not have a thumbnail
The query needed for 4.1 is probably
Code:
SELECT xcart_products.productid, xcart_products.product looks like xcart_thumbnails is an old table no longer used, |
Re: How to display all products that do not have a thumbnail
HI Amy,
All my images are in xcart\images folder so i think we need to create different query to achive this isn't it? Thanks. |
Re: How to display all products that do not have a thumbnail
they will still need to be referenced in the database,
|
Re: How to display all products that do not have a thumbnail
I am a newbie. I am really lost, Can someone tell me which file need to be modify and what need to be create? Plus location of the files too. Thanks!
|
Re: How to display all products that do not have a thumbnail
Carlisleglass, I like your site. How did you add the view all option to your product's page? Is that alot of work? Please let's me know the step by step. Thanks!
|
All times are GMT -8. The time now is 08:04 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.