Hi admin and QC lovers, How to erase/remove the shipping option, as i dont want to use it and i will state the quote in that field such as a quote like this "your shipping cost is depending your order weight,please call us for sure" sorry for my bad english thanks before.
this will be not best way but it will be easiest. First add only one carrier with price 0 . after add payment with price 0 and add to carrier.
After edit templates/orders_form.tpl and find this: value="$aData[iCarrier];$aData[iPayment];$aData[fPaymentCarrierPrice]" add after this: checked="checked"
Edit templates/default.css and add this: #deliveryAndPayment{display:none;} .summaryDelivery{display:none;}