outcast2008-08-17 02:12 | How can we delete the following fields from the from: » Quick.Cart v3.xyoohoo |
Makaron2008-08-18 09:23 | You have to modify two files.. First from file templates/orders_form.tpl delete these fields (there are easy to find 'couse identificators are named like them ex "<div id="nip">"). This is first thing.. Another is to delete php conditions which check is these fields ar filled correctly.. So open file core/orders.php and find function: checkFields() and delete conditions which are connected with fields You want to delete.. |
outcast2008-08-18 16:30 | Aaah thanks, I actually figured out the first step, OC |