Page 1 of 1
Custom Category List - Reading Quantity to add to cart
Posted: Thu Nov 03, 2011 8:29 am
by BWalt302
ListPageASCXCS.zip
Hi everyone. I am working on a new Category layout for a site. I have everything like I need it, except when I add the item to the cart, it will not read the quanity field from the "updown" control.
I have attached my two codes - CategoryListPageCP.ascx & CategoryListPageCP.ascx.cs -
ListPageASCXCS.zip
CONVERTED TO TEXT FILES
What needs to be changed? Thanks!
Re: Custom Category List - Reading Quantity to add to cart
Posted: Fri Nov 04, 2011 1:34 pm
by david-ebt
Can you also upload your ConLib/Custom/AddToCartLinkCP files? They contain the Add to Cart code.
Re: Custom Category List - Reading Quantity to add to cart
Posted: Mon Nov 07, 2011 2:15 pm
by BWalt302
Yes, here you go. thanks!
Re: Custom Category List - Reading Quantity to add to cart
Posted: Mon Nov 07, 2011 8:56 pm
by david-ebt
I've take a brief look. Because the up/down control and the cart button are part of different controls, I'm having a hard time accessing the quantity.
Would you be willing to consider a different layout? I think I can get the quantity if it is a standalone textbox and I might be able to get the quantity from the up/down control if it's part of the AddToCart user control.
Thoughts?
Re: Custom Category List - Reading Quantity to add to cart
Posted: Mon Nov 14, 2011 9:25 am
by BWalt302
Yea, I think we could change the layout up just a little bit, whatever I need to get it working.