HomeHome Product Discus... Product Discus...SmithCartSmithCartCan I set a minimum product quantity?Can I set a minimum product quantity?
Previous
 
Next
New Post
11/23/2010 10:21 PM
 

Hi, I need to have the minimum order Quantity set to 5 for all product orders. I am able to do this on the Buy Now product lists, but on the Product Detail pages the quantity reverts back to 1. Thanks for any directions you may have for me.

On a second point,

no matter what quantity I enter for products (prices and shipping are calculated correctly) - when the order is passed over to Paypal the quantity reverts to 1 - (money is always correct, just the quantities are misleading to the client and the seller handling and shipping the order).

Any ideas on this issue would be very helpful too thanks.

 
New Post
11/24/2010 1:17 AM
 

Currently the cart doesnt have a setting for minimum order quantities how did you implement it on the product listing page?

What paypal version are you using, standard or pro?


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
11/25/2010 2:11 AM
 

I changed the ProductList.ascx page at line 142 from

<td><asp:TextBox ID="txtQuantity" Width="50px" MaxLength="4" CssClass="SmithProdText" runat="server" Text="1"/>

to

<td><asp:TextBox ID="txtQuantity" Width="50px" MaxLength="4" CssClass="SmithProdText" runat="server" Text="5"/>

then looked everywhere to do the same on the ProductDetail page but without success so far.

Using Paypal payments Standard

 
New Post
11/25/2010 10:43 AM
 

We are adding minimum order quantities in the cart now and it will be available in cart v3.95 scheduled for release this monday.

Here is a link to the dev roadmap:

https://www.smith-consulting.com/smit...


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
11/28/2010 4:10 AM
 

I had to change the ProductList.ascx page line 142 back from 5 to 1, because not all of my products have a min order of 5, most but not all.

Test ordering of multiple items and multiple products and checking out with Paypal Payments Standard, all products are aggregated together on one description line, and even though the test order involved some 30 product items, the quantity shown at the Paypal payment page in the description remains as 1. This is a major problem. Does this problem stem from what the cart is transferring to Paypal? or is it a Paypal Payments Standard thing?

If so, from your experience, is this different in Paypal Payments Pro?

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartCan I set a minimum product quantity?Can I set a minimum product quantity?