Removing the "This catalog has no products" message.

I have a hierarchy that has catalogs within a catalog that go to their own departments of products. On the main catalog page however, there's a message displaying that "This catalog has no products." I'm aware of that, it's intentional (in the future they may sell things other than courses), so how do I get rid of the error message?
http://www.grahamwebbacademy.edu/classes
This is one of the last things to do before launch of the cart so I appreciate any help!
Thanks!
    Wendy

Wendy, you just need to look at this, very easy:
{tag_productlist}
Lists the products in the current catalogue (Use {tag_productlist,u,v,w,x,y,z} where u is the number of products per row; v is the target frame, e.g. _blank or leave empty; w is the number of products per page (limit of 500 products per page); x is the sort type, e.g. Price, or Alphabetical; y allows you to hide empty message, e.g. 'this catalog has no products' and z is list type). Change: {tag_productlist,4} to {tag_productlist,4,,,,,true} to display as LI.
So you can see your options
{tag_productlist,u,v,w,x,y,z}
So you can see that Y is the option to hide the message.
Here is a working example
{tag_productlist,2,,,Weight,true,true}
2 items per row does not matter as the last option showing true turns the table layout into an li. The true before it hides the empty message.
You will note that I have Weight in the ordering.
While not documented you can use weight, weightreverse and date, datereverse here as well as price and althebetical ordering.
Very easy.

Similar Messages

  • How do I change "this catalog has no products".

    In ecommerce when there are no products in a certain catalog the following message is displayed "this catalog has no products". Apparently this is system generated but I would like to change this message to something else. I don't want to simply hide it but want to change it. Is this possible?
    Any help would be greatly appreciated. Thanks in advance.

    The only way to change it is to use javascript to obtain the string and replace it with a different string. I'd recommend jQuery.

  • Make the 'This catalog has no sub-catalogs' text not display

    Does anyone know how to deactivate, so to speak, the  'This catalog has no sub-catalogs' text or not to make it display? Or where I should add the css to do this?
    Any help appreciated,
    Cheers,
    Pat

    Hey DFT, sorry not sure what your name is.
    Thanks very much for that, still nto quite sure where that tag is sitting however?
    And why would you set the catalogue list to show 5?
    Cheers,
    Pat

  • "This tab has been recovered" message

    I've recently purchased this laptop, a Satellite L505 series,  so far I've been impressed but I've been getting the "This tab has been recovered" message constantly for no reason.  Several will pop up randomly all over the screen at one time for no reason.  Is there a fix to this?
    Solved!
    Go to Solution.

    civicman4 wrote:
    which L505? what exactly does the message say. post the exact message in it own line of your next post
    It's a L505D-GS6000.  The exact wording is
    This tab has been recovered A problem with this webpage caused Internet Explorer to close and reopen the tab
    ......but it happens randomly and for no apparent reason.....all over the page....

  • After upgrading, I am getting the dreaded "iTunes has stopped working" message.  I've followed all of the troubleshooting tips on the forum without success.  Fortunately, it works on my other computers.  Running Win7 pro.

    After upgrading iTunes, I'm getting the dreaded "iTunes has stopped working" message after launch.  I've tried the troubleshooting tips on the Forum without success (though most are pretty old...).  Fortunately, iTunes works on my other computers, but I have iPad backups on this one that I'd like to keep.  Anybody else with this issue??

    My inclination is that it is something in the projects or in the manuals being linked that is the culprit because that is where the consistency lies - projects were created identically and manuals all follow identical formats. The problem typically only occurs after the project has been successfully created and the manual is subsequently updated and I am syncing the manual in RH so I can generate a new AIR file. This is the first time the project has consistently corrupted every time I try to generate the Word document after linking it in RH. This makes little sense to me since it generated fine a couple weeks ago and I did nothing special when I updated it in Word yet when I tried to update it in RH, that is when it originally corrupted. The bottom line is that I cannot 100% trust that any project I run will work the next time. I end up just crossing my fingers and hoping for the best.
    My problems seemed to start once I went to RH9 (from RH8) because we had upgraded from MS Office 2003 to the 2010 version and I needed 9 for the docx extension. Like I said, it is not all the time - I can be beating my head against the wall getting one of the projects to work, then create 3 more projects that have no problems and then the next one leaves me wanting to throw my PC through a window....
    Deleting the CPD does not corrupt the project, it just removes my default linked document that allows me to circumvent linking the styles individually for that project. Once I have a manual linked and I remove the CPD, it just creates a new one. What I am saying is that if I delete the CPD file, it does not prevent the project from corrupting nor does it make the corrupted project viable again.
    thanks!
    Kathi

  • How can I remove the 'Qty' text from individual product descriptions?

    I didn't know if this was possible or not... I've recently taken the reins of handling an ecommerce site that had been published before I got on board. My boss wants me to remove the 'Qty:' description from some products because the image shown for some products is a misleading description of the actual quantity available (i.e. there is a picture that shows a stack of conveyors parts, and it says 'Qty: 1' to represent one 'stack' of conveyor parts - this confuses customers into thinking there's only one individual conveyor part available however). To avoid any confusion he requested that I remove the 'Qty' text from similar images. I see that you can change the 'In Stock' amount of a particular product underneath the 'Inventory' tab of the 'Products' menu, but I didn't know if it was possible just to remove the quantity description altogether without just typing the quantity in at zero. This is likely a strange question but I didn't know where else to ask! I would appreciate any help or advice Thank you

    Hi ewhelhalu,
    I just figured out a way to do it, but it's a little weird and complex, and I have no idea what the consequences for editing this .plist string might be. I'm thinking it'll be OK, but you never know what might happen when you screw around with Apple's intentions.
    So if you have the Developer Tools on your install of OS X, you can use the Property List Editor to edit the Dock files. (If you don't have this program, you can use a program like [Pacifist|http://www.charlessoft.com> to selectively install stuff from your Leopard disk).
    The file you're interested in is within Macintosh HD > Users > Your Username > Library > Preferences, and it's called com.apple.dock.plist. Open that up with Property List Editor, and open the arrow drop-down next to "Root." The lines you're looking for are "persistent-apps" (the left side of your Dock) and "persistent-others" (the right side). If you open the drop-down arrows, you'll see there are numbers below each. The numbers correspond to your Dock items, from left to right.
    If you click on drop-arrows by the numbers, a sample hierarchy looks like this: 0 > tile-data > file-label. It's the "file-label" string that you want to edit. Just make it ("it" being the name of the icon under the "value" column) blank, save the file, go into Terminal and type "killall Dock" without the quotes, and your Dock icon should appear without a name. You'll have to do this for all of them.
    I should insert the usual caveats here about backing up beforehand and making sure that you have a copy of the .plist file before you start tweaking it so that you can replace it if things go wrong. And perhaps someone with more knowledge of Terminal or third-party apps than I have will come along and suggest a simpler solution. But that's the only one I have.
    Hope that helps!
    —Hazy

  • HT5361 MacMail has stopped noting when I have read an email.  For example, I had 17 unread messages, so I read them.  Despite me having read them AND deleted them, the inbox still has 17 new messages displayed.  Can anyone help resolve the incorrect displ

    MacMail has stopped noting when I have read an email.  For example, I had 17 unread messages, so I read them.  Despite me having read them AND deleted them, the inbox still has 17 new messages displayed.  Can anyone help resolve the incorrect display?

    Lord K.  Thank you. Yes I am within the 90 time period, however I travel Intertionally and I can not receive not make a call to Apple. I was just at the Genius Bar in Chicago and they said, don't worry about it.  It just floats out there, however, I can not recover my messages on a flash drive. I need to go back to my old computer which I don't have with me.  My messages were in folders for a lawsuit.  It is going to take an incredible amount of work for me to, you have no Idea.  We are talking thousands of pages!  I the defendent will have them during discovery so I am not so worried.  However, I can not bring them to him on a Flashdrive when I meet with him without an extraordinary amount of presssure on my part.  THis is not just some little email issue. This is suing EXPEDIA and Tripadviosr.com

  • Unable to remove the Set Type assignment to product Hierarchy

    Hi
    I have created a set type and assigned to a product hierarchy.
    Now I want to undo the assignment as this has been inherited by the lower level hierarchies.
    Can anyone suggest how to remove this.
    Thanks & Regards
    Subhabrata

    Hi Dash,
    Sorry to say that once you have assigned the set type to a product hierarchy you can not remove this.
    Best regards,
    Vikash.

  • I get the "This is a legacy conversation message" But i am updated and so are my friends.

    This is a legacy conversation from an old Skype client. Sending messages is not supported.  But I am updated and so are my friends! This has been very stressful for me.. I have updated skype to it's latest client but can only limit me to so much. Not sure what I am doing wrong but I need help. 

    I have got the same issue, it also started yesterday for me. I also cannot join group calls.

  • Consistent "This Application has Unexpectedly Quit Messages"

    I have a 15" Powerbook G4 800MHz with 1gb of RAM (I upgraded from 512 to 1gb a couple of years ago). Recently it has been quitting out of applications consistently. It started when I opened iTunes and was in the store trying to buy an album, everytime I got to the buy now screen it quits with the "Unexpectedly Quit" message. I thought it might be the actual iTunes program so I trashed the existing one and went to apple.com to download the new one. Again, when I got to the DOWNLOAD NOW button, it "Unexpectedly Quit" yet again. On all of these I have shutdown and restarted multiple times, shut down for the night and restarted the next evening, Repaired Disk Permissions, etc. What could be causing it to repeatedly quit? It basically renders the machine useless. I am quite a novice on the "fix it" side so assuming I don't know something is probably safe. I have been out here on this discussion forum looking for the topic that really covered my issue and I haven't found one. So I am posting this.
    thanks in advance!!

    An update on my previous post. I tried to reinstall itunes from the cd that came with it. It installed successfully and then when I went to find it in APPS and add it to my dock the system crashed
    Here is the full message:
    System Failure: cpu=0; code 00000008 (unknown failure code)
    Latest Crash info for cpu0:
    Exception state (sv=0x2A122780)
    PC=0x00094080; MSR=0x00001030; DAR=0xF740C402; DSISR=0x40000000; LR=0x00093F8C; R1=-xFC14FB47; XCP=0x00000098 (System Failure)
    backtrace terminated - unaligned frame address: 0xFC14FB47
    Proceeding back via exception chain:
    Exception State (sv=0x2A122780)
    PC=0x0008C784; MSR=0x02143000; DAR=0xF740C402; DSISR=0x40000000; LR=0x0008AF24; R1=0xFC14FC27; XCP=0x00000008 (0x200 - Machine Check)
    backtrace terminated - unaligned frame address: 0xFC14FC27
    then it had another list of exception states, then it lists a Kernel Version:
    Darwin Kernel Version 7.9.0 with an attached date
    Then a Memory Access Exception (1,0,0)
    an ethernet mac address
    ip address
    and Waiting for debugger connection.
    After this it is doing nothing. It is frozen on the screen. I'm not sure those numbers and letters will help anyone identify the issue but I thought I'd try.
    Any help would be HUGELY appreciated!!

  • HT1495 I am using imessage on my phone but i dont want them to appear on my ipad how do i remove the number from my ipad for messages

    Hi i am using an iphone with imessage but I dont want to use that number on my ipad for imessage or facetime can I change this ??

    Use a free gmail.com address on the iPad.
    Using FaceTime http://support.apple.com/kb/ht4319http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/http://www.apple.com/ca/ios/messages/
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Set Up Alert Sounds
    http://www.quepublishing.com/articles/article.aspx?p=1873027&seqNum=3http://www.quepublishing.com/articles/article.aspx?p=1873027&seqNum=3
    Extra FaceTime IDs
    http://tinyurl.com/k683gr4http://tinyurl.com/k683gr4
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htmhttp://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    Fix Can’t Sign Into FaceTime or iMessage iOS 7
    http://ipadtutr.com/fix-login-facetime-imessage-ios-7/http://ipadtutr.com/fix-login-facetime-imessage-ios-7/
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970http://support.apple.com/kb/TS3970
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90https://discussions.apple.com/thread/4649373?tstart=90
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.htmlhttp://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457#19087457https://discussions.apple.com/message/19087457#19087457
    How to watch FaceTime calls on the big screen with Apple TV
    http://www.imore.com/daily-tip-ios-5-airplay-mirroring-facetimehttp://www.imore.com/daily-tip-ios-5-airplay-mirroring-facetime
    Send an iMessage as a Text Message Instead with a Quick Tap & Hold
    http://osxdaily.com/2012/11/18/send-imessage-as-text-message/http://osxdaily.com/2012/11/18/send-imessage-as-text-message/
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.htmlhttp://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    How to Receive SMS Messages on an iPad
    http://yourbusiness.azcentral.com/receive-sms-messages-ipad-16776.htmlhttp://yourbusiness.azcentral.com/receive-sms-messages-ipad-16776.html
    Apps for Texting http://appadvice.com/appguides/show/apps-for-textinghttp://appadvice.com/appguides/show/apps-for-texting
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • How do you remove the "Peer Assisted Networking" pop up message?

    I am a newbie to Adobe Flex. I am using the NetGroup / GroupSpecifier API. But the pop up message "<URL> may user peer assisted networking. Do you want to allow access to upload bandwidth?" keeps showing. How do I prevent this message from showing to the user? thanks.

    See this article about the New Tab page (about:newtab):
    *https://support.mozilla.org/kb/new-tab-page-show-hide-and-customize-top-sites
    Try to reset some preferences to the default with the SearchReset extension:
    *https://addons.mozilla.org/firefox/addon/searchreset/
    Note that the SearchReset extension only runs once and then uninstalls automatically, so it won't show on the "Firefox > Add-ons" page (about:addons).
    If you do not keep changes after a restart then see:
    *http://kb.mozillazine.org/Preferences_not_saved

  • Get USB device attached to this computer has malfunctioned error message

    Hi All, my first post. iPod was working fine and been synching without issue for 2 years. I have recently had a couple of intermittent problems where it gets stuck playing and will not respond to clicking on wheel. However, seemed to be over that but now get USB error when I plug it into PC. ie PC is not recognising the hardware. Have done 4 of the 5 R's (does not register in iTunes so cannot restore). Have read other articles with interest but not seem anything quite the same.
    I have been into Device Manager via the USB troubleshooter and tried to force it to load drivers from the installation CD but thinks it does not need any. Feels like I have plugged a potato into the USB socket rather than an IPOD. Got a suspicion that the iPod itself is corrupt and not being recognised by Windows.
    Got same result on another PC with iTunes installed.
    Any ideas ?
    Compaq Deskpro   Windows XP   iPod 40Gb
    Compaq Deskpro   Windows XP Pro  

    Yep - same error messages - looks like it can't find drivers but when I try and get it to search for them on installation disk it says it can't find anything more appropriate than current settings (which btw says does not need any drivers !).
    Great so a few of us have the same issue. Does anyone have an answer ? Is there anyway of getting these questions to Apple or did they cut their support costs by replacing tech support with discussion groups.
    Compaq Deskpro   Windows XP  

  • I activated home sharing but after syncing, the cd's Tunes which I had burned on my PC, did not share to my other devices but instead the cloud symbol has an error message next to each song not purchased through iTunes.

    I activated iTunes Match but the songs in my iTunes library that were not purchased through iTunes did not share to my other devices. instead there is a cloud with an exclaimation point nnext to eahc one and it says errror when you mouse over the cloud.  How do I get these songs to share on iTuens Match?

    Well, now I feel like a real dope. I restarted iTunes (can't believe I didn't do that before) and now the TV's see the share, and the iPhone see it too (I assume the iPad sees it but I have not checked yet).

  • Hiding Sub-Catalogs on Large Product View

    Hi BC Community,
    Wondering if anyone has any tips or tricks for hiding (or removing) the Sub-Catalog list from the Large Product.html page (e-commerce).  When looking at a detail view of a product, and that particular catalog has say 20 sub-catalogs, the detail view of the individual product is at the bottom of the sub-catalog list (which it should be), but it sucks that you have to scroll to the bottom of the page just to see the individual product.
    Any way around this?
    Thanks,
    Aaron

    Hey Aaron,
    You will have to look for an identifier element from the large product layout. If that exists on the page then with javascript you can manipulate the html to as you need with that and some css.

Maybe you are looking for

  • Error in import in 10g

    I am trying to import an xml file through deployment manager in OIM 10g. I am getting an error stating "Lookup dependency could not be resolved". Please help me to solve this issue. TIA. Regards, Durgaprasad

  • Bill of exchange Forfieted,

    Can u expalin me the complete process of Bill of exchange Forfieted, From Sale invoice to Forfieting. What is difference between F-36 payment & F-34 collection?

  • Posting keys for account determination

    Hi all I'll try to post an sales ticket from Retail modul to SD module. I have this message error : Posting keys for account determination for transaction ZST do not exist                                                                               

  • Open Directory and connection to shared folders fail

    Hi, For testing i've setup an Open Directory Master (Leopard server 10.5.2) with shared folders and portable home directories. Login and synhronizing works as it should. But once logged in, when i click on the server in finder i just get connection f

  • Error in Pwa 2010 report

    Hi, when I am adding fields to my pivot table in Report in Pwa 2010. I am getting the error below.