It looks like you're new here. If you want to get involved, click one of these buttons!
<script type="text/javascript" charset="utf-8"> jQuery(document).ready(function($){ $(".fc_cart_item_option_name").each(function() { if ($(this).html() == "Color") { $(this).parent().hide(); } }) }); </script>
<FORM NAME="product"> <SELECT NAME="picture" size="1" onChange="showimage()"> <OPTION SELECTED VALUE="styles/images/custom_products/baseball_tee.jpg">Color</OPTION> <OPTION VALUE="styles/images/custom_products/hoodie.jpg">Color 2</OPTION> </SELECT> </FORM>
If you just don't want the cart to get that value at all you prefix the name="picture" with a x:, so name="x:picture". The x: will exclude it entirely. The h: makes it a session variable, which doesn't look like what you want in this case.
I fixed the issue with another method. Thank you so much!
I've tried adding a display:none to the CSS for li.fc_cart_category_code (as well as the class without the 'li,' even added the '!important') but it still displays.
Any ideas?
For link testing, try: http://seriscreen.foxycart.com/cart?name=902QDC: 1 Quart&price=19.00&weight=4&category=01-06
Make sense?