ACCEPT PAYMENTS

ACCEPT PAYMENTS

Something went wrong, Please contact the store owner.

Error code: EMPTY_SESSION

Your Aman bill reference is

To pay, Please go to the nearest Aman or Masary outlet, ask for “مدفوعات اكسبت/ Madfouaat Accept” and provide your reference number.

طريقة الدفع: رجاء التوجه إلى أقرب فرع أمان أو محل به ماكينة أمان أومصارى و أسأل عن “مدفوعات اكسبت” و أخبرهم بالرقم المرجعي

add_filter( 'woocommerce_billing_fields', 'wc_optional_billing_fields', 10, 1 ); function wc_optional_billing_fields( $address_fields ) { $address_fields['billing_address_1']['required'] = false; $address_fields['billing_address_2']['required'] = false; return $address_fields; }