Bloggs

 
    Help :: Bloggs

Small Business Web Site Design Brisbane, Australia

 How to Use  

Welcome to my Bloggs and ravings on .NET Web design and IT consultancy.  If you would like to participate in these discussions your welcome.  Simple register with the site and we will send you a confirmation email with a code to allow you to log in.  When you log in the code is required to verify your email address.  Then you can make comment on any articles written.  Thankyou for your participation! 

   
 Print   
 Blog List  
   
 Print   
 Search NewBlog  
   
 Print   
 How to delete from CATALOOK shopping cart in DotNetNuke all products from Single Store  
Location: BlogsGeneral Diary    
Posted by: Conrad Woolston Tuesday, April 25, 2006
How to delete from CATALOOK shopping cart in DotNetNuke all products from Single Store

delete from cat_products
where categoryid in
(select categoryid
from cat_categories where cat_categories.portalid=37)

delete from cat_categories where cat_categories.portalid=37

The second statement deletes categories created at the same time:

You may also wish to set the quantity to zero so the buy now button etc doesnt appear.  This is done using:

update CAT_Products
set
orderquant=0
WHERE
    Categoryid in
     (select categoryid from cat_categories
      where   
      cat_categories.portalid=37)

 

Copyright ©2006 Conrad Woolston
Permalink |  Trackback

Your name:
Title:
Comment:
Add Comment   Cancel 
   
  

Website Design Brisbane*Web Design Brisbane

FAQ|Articles |Free_Tools|Free Chat|Bloggs