HomeHome Product Discus... Product Discus...SmithCartSmithCart"Add to cart""Add to cart"
Previous
 
Next
New Post
8/19/2010 1:52 PM
 

So, it was pointed out to me that in the store, if you click on the image, you can put in a quantity and click "Add to cart".

If you click on "Add to cart" immediately, then you update the quantity in the cart. I understand that.

If I turn off "Add to cart", then the "Add to cart" doesn't appear in the main store, forcing the user to instead click on the image. I like that.

However, the "Add to cart" also disappears off of the item details page; you can type in a quantity, but you can't add it to the cart.

Is there a way to have it both ways? So that "Add to cart" doesn't show up in the main store, but "Add to cart" DOES show up in the item details page?

 
New Post
8/19/2010 1:59 PM
 

The "hide add to cart" was built to support catalog only stores that dont allow checkout. We would have to add that feature if you wanted it. Here are a couple alternate solutions for you:

  1. Open up the productlist.ascs and set visible="false" for the add to cart asp button control
  2. Setup a product variant for the product and the add to cart button on the product listing page turns into an options button that forces the user to the view the product details before adding to cart.

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
8/19/2010 2:35 PM
 

I must be braindead today. I went into ProductsList.ascx, and put Visible="false" in the tag for ids "ibAddToCart" and "ibAddToCart2"... and it still shows up. Am I looking in the correct place?

 
New Post
8/19/2010 3:09 PM
 

Greg,

Sorry I forgot the viisble property for the button control is set in code behind try setting the visible property for the table row, cell or div to false.

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
8/19/2010 3:15 PM
 

Setting visibility: hiddin; in the TD style in ProductsList.ascx did it. Thank you.

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCart"Add to cart""Add to cart"