close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

hidden items

Thread began 12/16/2015 12:42 am by Jamie | Last modified 12/18/2015 9:55 am by Ray Borduin | 2372 views | 8 replies |

Jamie

hidden items

Hey Ray

In this screenshot the brand Alcon actually only has 2 live products (2 are not live) but the total of 4 is showing in the breadcrumbs. The recordset I am using is

<?php
$ManufacturerBreadcrumbs = new WA_MySQLi_RS("ManufacturerBreadcrumbs",$DBConnection,0);
$ManufacturerBreadcrumbs->setQuery("SELECT ManufacturerName, Live, ManPermalink, (SELECT count(*) FROM products WHERE ProductManufacturerID = ManufacturerID) AS manCount FROM productmanufacturers WHERE Live = 1 ORDER BY ManufacturerName ASC");
$ManufacturerBreadcrumbs->execute();
?>



and in the same vein, if one has no live items such as this screenshot it is still visible. thi sis the recordset for that:

<?php
$TypeBreadcrumbs = new WA_MySQLi_RS("TypeBreadcrumbs",$DBConnection,0);
$TypeBreadcrumbs->setQuery("SELECT CategoryName, Live, CatPermalink, (SELECT count(*) FROM products WHERE ProductCategoryID = CategoryID) AS typeCount FROM productcategories WHERE Live = 1 ORDER BY CategoryOrder ASC");
$TypeBreadcrumbs->execute();
?>



Not sure what I am doing wrong for the hidden items to still be showing in the count?

Sign in to reply to this post

Ray BorduinWebAssist

You have to add the WHERE into the nested select statement as well:

(SELECT count(*) FROM products WHERE ProductManufacturerID = ManufacturerID AND Live = 1) AS manCount

Sign in to reply to this post
Did this help? Tips are appreciated...

Jamie

'fraid thats not made any difference

Sign in to reply to this post

Ray BorduinWebAssist

Let me see a copy of the page.

Sign in to reply to this post
Did this help? Tips are appreciated...

Jamie

here you go

Sign in to reply to this post

Ray BorduinWebAssist

It looks correct... What happens when you test the query in phpMyAdmin?

Sign in to reply to this post
Did this help? Tips are appreciated...

Jamie

i get the attached

Sign in to reply to this post

Ray BorduinWebAssist

Should it be ProductLive = 1?

Sign in to reply to this post
Did this help? Tips are appreciated...

Jamie

You are of course, as always, correct!! lol

I forgot to change it for the new WHERE in the nested select statement....

Also, on the TypeBreadcrumbs, I used a show if to remove the empty entries <?php if (($TypeBreadcrumbs->getColumnVal("typeCount")) > 0) { ?><?php } ?>

Thanks for your help

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...