• Hello

    There is some problem with using wp_kses in your codes that disappears button with “??????” label in /checkout/order-pay and empties all form html attributes there!

    So please update your code in class-wc-gateway-bankmellat.php and make all of array items to have empty array as their values!
    For example change line 207 to these codes:

    
    echo wp_kses($form,[
      'form'=>['action' => [],'method' => [],'class' => [],'id' => []],
      'input'=>['type' => [],'name' => [],'class' => [],'id' => [],'value' => []],
      'a'=>['class' => [],'href' => []]
    ]);
    
    • This topic was modified 3 years, 1 month ago by mehranz91.
  • The topic ‘Button disappeared in `checkout/order-pay` path’ is closed to new replies.