Totally Zenned
- Join Date:
- Jun 2009
- Location:
- Orange County, California
- Posts:
- 547
- Plugin Contributions:
- 3
WishList v0.4 -- v1.3.7 compatible
Sure, if you look just below where you removed the Add to Cart button, you'll see the following code:
<label class="tabbed-m" for="wishlist_quantity[]"><?php echo UN_TEXT_QUANTITY . UN_LABEL_DELIMITER; ?></label>
<?php echo zen_draw_input_field('wishlist_quantity[]', $products->fields['quantity'], 'size="2" maxlength="3" class="xs"'); ?>
</li>
<li>
<label class="tabbed-m" for="comment[]"><?php echo UN_TEXT_COMMENT . UN_LABEL_DELIMITER; ?></label>
<?php
echo zen_draw_input_field('comment[]', $products->fields['comment'], 'maxlength="255" class="l"');
?>
</li>
<li>
<label class="tabbed-m" for="priority[]"><?php echo UN_TEXT_PRIORITY . UN_LABEL_DELIMITER; ?></label>
<?php
echo un_draw_priority_pull_down_menu('priority[]', '', $products->fields['priority'], 'class="l"');
?>
Remove that, and you should be good to go