Custom Category List - Reading Quantity to add to cart
Custom Category List - Reading Quantity to add to cart
I have attached my two codes - CategoryListPageCP.ascx & CategoryListPageCP.ascx.cs - CONVERTED TO TEXT FILES
What needs to be changed? Thanks!
Re: Custom Category List - Reading Quantity to add to cart
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
Yes, here you go. thanks!
Re: Custom Category List - Reading Quantity to add to cart
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?
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
Yea, I think we could change the layout up just a little bit, whatever I need to get it working.