You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Bilgin Ibryam <bi...@iguanait.com> on 2008/04/22 14:30:36 UTC

Re: Amount box in the configurable PC and the variant products in ecommerce?

Hi Alex,

The amount field should be hidden in these screens.
I suppose it is css styling issue only.

selectedAmountStr = (String) paramMap.remove("ADD_AMOUNT");
removes the entry from the map, but also returns the value of ADD_AMOUNT
key.

Bilgin