
Originally Posted by
gizmo_girl
Square WebPay version 1.0.4
Here is the code from that section:
public function selection()
{
$selection = [
'id' => $this->code,
'module' => $this->title,
'fields' => [
[
'title' => '',
'field' => '<div id="card-container" ></div>
<button id="card-button" type="button">Use Credit Card</button>',
],
],
];
return $selection;
}
this one.
So replace this:
HTML Code:
<div id="card-container" ></div>
<button id="card-button" type="button">Use Credit Card</button>
with
save upload and see if it displays and if that does not then uninstall the plugin and remove all the code for the plugin noting down what your doing in each file and line numbers then clear cookie data and flush what you can then download a fresh copy of the version you have then install it again making sure you do a backup before and after.
Bookmarks