Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Min: 0 Units: 0 (on main page)

Min: 0 Units: 0 (on main page)

Locked

Views: 2,103

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
16 Feb 2007, 6:02 PM
#1
ginginca avatar

ginginca

Zen Follower

Join Date:
Oct 2006
Posts:
129
Plugin Contributions:
1

Min: 0 Units: 0 (on main page)

I'm having trouble removing Min: 0 Units: 0 from the list of products on the main page.

In the config > product types, I have edited the layout, but this is only changing the product detail.

I also looked at previous posts on this subject, which refer to the data.

I was thinking I had to remove something on one of the template pages, but couldn't determine if there was a simpler method.

If not, which template page is the actual CONTENTS of the center box?

16 Feb 2007, 6:39 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Min: 0 Units: 0 (on main page)

The defaults are:

Product Qty Minimum: 1
Product Qty Maximum: 0 = Unlimited, 1 = No Qty Boxes
Product Qty Units: 1

16 Feb 2007, 6:50 PM
#3
ginginca avatar

ginginca

Zen Follower

Join Date:
Oct 2006
Posts:
129
Plugin Contributions:
1

Re: Min: 0 Units: 0 (on main page)

I don't think this answers my question. If it does ... I don't understand then.

My settings are:

Product Qty Minimum: 1
Product Qty Maximum: 0
Units: 1
Product Qty Min/Unit Mix: No

16 Feb 2007, 6:54 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Min: 0 Units: 0 (on main page)

Then I don't understand your error ...

You cannot get the error message about:
Min: 0 Units: 0

If you have used the defaults ...

Have you an URL where this is happening?

18 Feb 2007, 3:00 PM
#6
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Min: 0 Units: 0 (on main page)

The solution to this was to fix what appeared to be bad data in the products table ...

Running the Tools ... Store Manager ... for resetting the master_categories_id and products_price_sorter was not enough

Updating all of the fields for:

UPDATE products SET products_quantity_order_min=1, products_quantity_order_units=1, products_quantity_order_max=0;

Corrected these issues ...