I don't want Courier drop down

tomd

No avatar

2006-06-04 17:08

Hi

I don't want Courier drop down on ORDER PAGE,
because my client will send an email to the buyer
about how to pay.
So no need for selecting any Courier type in...
If I delete drop down script, then it will appear an error page
it said I HAVE TO FILL IN ALL SECTION OF FORM.

any idea ?

thanks
thomas

sergeh

Avatar: sergeh

2006-06-04 22:40

open template/orders_delivery.tpl

remove line 12 should be

,Array( 'iCourier', 'simple', '$lang[Choose_courier]'

open core/orders.php remove line 194

&& checkLength( $aForm['iCourier'], 1 )

i think that should take off the validation but there's a lot of places that you need to remove $aForm['iCourier'] otherwise it will give you errors

tomd

No avatar

2006-06-05 09:01

thanks

I will try it...

wewior (OpenSolution)

Avatar: wewior

2006-06-05 21:33

try to change courier field as hidden with some default value (some created courier id - such as "delivery" or something) then you don't need to turn it off in lot of places...

Back to top
about us | contact