Under shipping on Step 1 of 3 I do not want any reference about any shipping. We invoice our customers as most are on a net 30 days. I see that there must be at least some form of shipping either store pick up , Flat rate, Free Per Item etc... I have narrowed this done to Flat Rate Best Way. I want to totally remove this box from the page. I found that if I remove this line of code with Firebug it will be removed. The problem is I can't find what sheet or file it is located in to remove it. http://www.usaofficesupplies.com/oemsupplies . Any help would be appreciated.
<fieldset>
<legend>Flat Rate </legend>
<div class="important forward">$0.00<input type="hidden" value="flat_flat" name="shipping"></div>
<input type="radio" id="ship-flat-flat" checked="checked" value="flat_flat" name="shipping"><label
class="checkboxLabel" for="ship-flat-flat">Best Way</label>
<!--</div>-->
<br class="clearBoth">
</fieldset>


Reply With Quote

