HomeHome Product Discus... Product Discus...SmithCartSmithCartQuantity on HandQuantity on Hand
Previous
 
Next
New Post
1/18/2011 6:53 AM
 

Is it possible to show quantity on hand on the shopping cart page (i.e not just when you click on Checkout)?

 
New Post
1/18/2011 8:11 AM
 

Are you referring to the main buynow page aka product listing?

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
1/18/2011 9:54 AM
 

Yes I'm referring to the main BuyNow page. I want to show product name, price, qtd on hand, order amount, Add to Cart all on one page (single column layout). I don't mind making a change to the ascx page.

 
New Post
1/18/2011 6:47 PM
Accepted Answer 

Yes you can include the qty on hand field on the product list page. If you open up productlist.ascx and add the following line to your desired location in the datalist it should work for you:

<asp:Label runat="server" ID="lblQtyOnHand" Text='<%# DataBinder.Eval(Container.DataItem, "QuantityOnHand").ToString() %>' CssClass="SmithProdText"/>

If you like us to create a new buynow setting to add it for you please send an email to sales@smith-consulting.com.

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartQuantity on HandQuantity on Hand