Code: Select all
<input class="wishlist_qty" name="quanity[{wli_id}]" type="text" value="{quantity}" size="2" maxlength="3" />Is this possible and how would i go about doing that?
Moderator: General Moderators
Code: Select all
<input class="wishlist_qty" name="quanity[{wli_id}]" type="text" value="{quantity}" size="2" maxlength="3" />