Hi all,

I'm currently using Zen Cart v1.3.9h on my local machine.

I found that when I set a minimum, maximum, and product quantity, it'll display under the product info page.

Link to Screenshot

Looking around the tpl_product_info_display.php page, it looks like it's caused by the zen_get_products_quantity_min_units_display((int)$_GET['products_id']).

I don't want to get rid of the "quantity box" that displays all of this. I just want to get it to display differently, in a list format instead of displaying "side by side" as it is right now.

Any help on how I can go about doing this, is much appreciated. As it is, thank you for taking the time to read this post.