not working on my side
-
Hi korkmaz,
Thanks for great work but simply not working on my side. It means plugin is not getting/writing any data dynamically to generate complete contracts while ordering.
I got this jQuery error on console, If helps. I’m sure not caused by any cache plugin.
Plugin adds two custom field to checkout page. Why we need these optional fields?
public function odeme_ekrani_custom_input_ekle($fields)
{$fields[‘billing’][‘billing_satis_sozlesme’] = [
‘type’ => ‘textarea’,
‘label’ => $this->birinci_sozlesme_link_ismi,
‘class’ => [‘billing_satis_sozlesme’],
‘required’ => false,
‘clear’ => true,
‘priority’ => 120,
];
$fields[‘billing’][‘billing_mesafeli_sozlesme’] = [
‘type’ => ‘textarea’,
‘label’ => $this->ikinci_sozlesme_link_ismi,
‘class’ => [‘billing_mesafeli_sozlesme’],
‘required’ => false,
‘clear’ => true,
‘priority’ => 121,
];`
`
Also I think plugin must replace woocommerce default “Terms and Conditions” checkbox and text part. It prints double time to order form.
- The topic ‘not working on my side’ is closed to new replies.