Re: Square WebPay support thread.
Quote:
Originally Posted by
OJ_SIMON
do you see any of this:
HTML Code:
<div id="card-container" ></div>
<button id="card-button" type="button">Use Credit Card</button>
when you use dev tools by right click in chrome inspect?
No, I don't see anything like that. Even searched for the word 'card' and there are no matches. I tried on the checkout page along with other pages.
Re: Square WebPay support thread.
you have something very odd going on.
please post a screen shot of your admin payment modules screen.
if green we should be seeing the use credit card.
also do you have any debug logs?
Re: Square WebPay support thread.
Quote:
Originally Posted by
gizmo_girl
No, I don't see anything like that. Even searched for the word 'card' and there are no matches. I tried on the checkout page along with other pages.
then that would tell me it's broken code from the plugin file.
Re: Square WebPay support thread.
Quote:
Originally Posted by
gizmo_girl
No, I don't see anything like that. Even searched for the word 'card' and there are no matches. I tried on the checkout page along with other pages.
can you supply a demo/test account login details and also a test product that does not require and thing but add to cart? by PM.
Re: Square WebPay support thread.
actually can you replace the html div code and just place text "this is working" and see if that display's
1 Attachment(s)
Re: Square WebPay support thread.
Quote:
Originally Posted by
carlwhat
you have something very odd going on.
please post a screen shot of your admin payment modules screen.
if green we should be seeing the use credit card.
also do you have any debug logs?
Attachment 20588
It's green and I have entered all of the API codes. There's a file with logs, but there's nothing there from the timeframe when I started messing with Square WebPay
Re: Square WebPay support thread.
Quote:
Originally Posted by
gizmo_girl
Attachment 20588
It's green and I have entered all of the API codes. There's a file with logs, but there's nothing there from the timeframe when I started messing with Square WebPay
what about in test mode just replace the first key from the live one to the test key got from square dashboard?
Re: Square WebPay support thread.
Quote:
Originally Posted by
OJ_SIMON
actually can you replace the html div code and just place text "this is working" and see if that display's
What file is that located in? This is getting in way over my head.
Re: Square WebPay support thread.
Quote:
Originally Posted by
OJ_SIMON
what about in test mode just replace the first key from the live one to the test key got from square dashboard?
Nope, no changes with trying that
Re: Square WebPay support thread.
Quote:
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.