HomeHome Product Discus... Product Discus...SmithCartSmithCartdetails v/s add to cart in list viewdetails v/s add to cart in list view
Previous
 
Next
New Post
1/24/2011 7:43 PM
 

So I have some products that have variants, and some that don't. So in the products list view, some say "Options" and some say "Add To Cart".... now I know how to change and rename the image so they say the same thing. HOWEVER, I need it so that whenever someone clicks on the button, it takes them to the product detail page, even if the product has NO variants. Currently, it simply adds to cart if the product has NO variant. Any suggestions???

Here's the page with the product list....

http://www.thehonolulusoapco.com/Hono...

 
New Post
1/26/2011 12:07 AM
 

Any ideas?? Anyone :)

 
New Post
1/26/2011 12:42 AM
 

If you open productlist.ascx and locate the following button:

  • ibAddToCart - if using single column product listing
  • ibAddToCart2 - if using multi column product listing

Change the click event for the button as follows:

OnClick="btnSelect_Click"


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartdetails v/s add to cart in list viewdetails v/s add to cart in list view