Search found 50 matches

Search found 50 matches

Re: URGENT cart checkout stopping now on STEP 6 CONFIRM ORDER

Yep I downloaded from the iSense site and I've dealt with their support over the years(and they're great so don't think I'm knocking them). But I was in a hurry and it's the weekend so I was trying to see if anyone else had figured it out in the meantime. So here's what I've found and how I've solve...

Jump to post
  • Mon Nov 14, 2022 12:50 pm
  • Replies 10
  • Views 1084
Re: URGENT cart checkout stopping now on STEP 6 CONFIRM ORDER

I'm running into this same issue on three of my sites currently. Looks like it started around the 10th or so, but I did update the square release from iSenselabs and changed the API and I'm still dead in the water. Paypal is working, but when I select square during checkout it just sits at the "...

Jump to post
  • Mon Nov 14, 2022 7:52 am
  • Replies 10
  • Views 1084
Re: Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)

Thanks so much for the detailed reply I'll give it a try and then see if it solves my issue;)

I really appreciate it and apologize for my thick head on the first go round;)

Luke

Jump to post
  • Thu Jun 04, 2020 8:41 am
  • Replies 38
  • Views 22286
Re: Cart Items Duplicated When 15+ Items in Cart and Choose Register During Checkout (Multiple Ajax Calls)

I added it to: catalog/controller/checkout/login.php just after: if (!$json) { // Unset guest unset($this->session->data['guest']); // change[662] giving old cart items of the customer the current session id $this->cart->renew_session_id_old_items ($this->customer->getId()); // change[662] assignin...

Jump to post
  • Wed Jun 03, 2020 11:27 pm
  • Replies 38
  • Views 22286
Re: Square extension 3.0.2.0

So just an update for others in the same boat, as of right now it's back to communicating properly on my site. I don't know when it started, I've been checking my script every few weeks and hadn't had any results until just now. I'm waiting for word about whether this is temporary like last time or ...

Jump to post
  • Wed Oct 04, 2017 3:13 am
  • Replies 24
  • Views 9240
Re: Square extension 3.0.2.0

I forgot to mention but basically that's what I've heard from I sense via email as well. It's funny because they had it working for 24 hours there wish someone at square or 1and1 knew what they did during that stretch to get it back working ;)

Take care

Luke

Jump to post
  • Mon Aug 28, 2017 3:19 am
  • Replies 24
  • Views 9240
Re: Image Manager - Missing images

I don't have a quick answer, but what was your upgrade path? Just checking because what I recall there are some huge changes between that change enough to probably give you some serious headaches getting all the bugs tweaked out. IE Just about everything has changed between them. Also check out my n...

Jump to post
  • Sat Aug 12, 2017 7:37 am
  • Replies 10
  • Views 3748
Re: upgrade script errors problem

Spot on change the database driver like mentioned in that thread and you should be good to go. Well at least through this error;)

Luke

Jump to post
  • Sat Aug 12, 2017 7:35 am
  • Replies 3
  • Views 1437
Re: Warning: mysqli::mysqli(): (HY000/1045): Access denied for user 'my-user-name'@'localhost' (using password: YES)

Not sure if this applies, but I also got an error on fresh installs of this current version though not upgrades. But from what I can recall I clicked through and the install went fine. From what I recall it was a DB error before actually putting in the proper DB info, which made me think the code wa...

Jump to post
  • Sat Aug 12, 2017 7:34 am
  • Replies 2
  • Views 3469
Re: Square extension 3.0.2.0

Just a note to guys who may be reading and not posting. The extension went down again, well it's not connecting. Isense and I have been talking about it and I do want to say it doesn't look at all like it's their code. Rather it's either something on 1and1 or square causing the issue in the way they...

Jump to post
  • Sat Aug 12, 2017 7:32 am
  • Replies 24
  • Views 9240
Re: Square extension 3.0.2.0

And it's working. I'm not sure what changed on which end either square or 1and1 but either way one of them fixed the issue at least on my server and it's functional. So if someone else has this issue probably worth posting just to say it happened.

Take care!

Luke

Jump to post
  • Thu Aug 10, 2017 7:16 am
  • Replies 24
  • Views 9240
Re: Square extension 3.0.2.0

For anyone watching this thread with the same issue. I don't have an answer yet Isenselabs is working with me to try and solve it. Currently it looks like it's either something on the backend of square(unlikely IMHO), or something on the host side(much more likely). I'm running the site through 1and...

Jump to post
  • Thu Aug 10, 2017 12:37 am
  • Replies 24
  • Views 9240
Re: OC 3.0.2.0 Email issues

It had me questioning my sanity for a while too;) Glad to hear it's sorted for ya;) Take care Luke EDIT Also for guys reading this he's spot on you can just change the name there like mentioned. I'm fairly new to PHPMYADMIN in the past I haven't done much other than actually replacing a database or ...

Jump to post
  • Wed Aug 09, 2017 8:44 pm
  • Replies 57
  • Views 35316
Re: Square extension 3.0.2.0

I did some reading and testing, looks like my site is running TLS 1.2 currently and the lower versions as well, so I don't believe that should be a problem. I can't seem to find a link that says what version on openssl or TLS is required to talk to the square API, if anyone knows I'd appreciate it. ...

Jump to post
  • Wed Aug 09, 2017 8:57 am
  • Replies 24
  • Views 9240
Re: Square extension 3.0.2.0

Thanks so much for the reply. I did realize it was Isenselabs that did it, I was trying not to bother you guys with a community request through business channels if I could help it but that I will try as soon as I have some time;) I did that upload with php and got back: DATA: ERROR (35): Unknown SS...

Jump to post
  • Tue Aug 08, 2017 10:45 pm
  • Replies 24
  • Views 9240
Re: OC 3.0.2.0 Email issues

That is absolutely the right way to do it;) I tried apparently and failed to make a file that would import cleanly;) But others reading this that's another way to do what I did, just basically do an install and pull the event table from it and import it into your old database and you should be good ...

Jump to post
  • Tue Aug 08, 2017 1:11 am
  • Replies 57
  • Views 35316
Re: Square extension 3.0.2.0

Just a note I did install a completely new cart installation got it setup for a friends store and did the same steps to do square and came up with the same error. So best I can tell this isn't related to my old database or the upgrade since this was a fresh 3.0.2.0 install that should work with this...

Jump to post
  • Tue Aug 08, 2017 1:00 am
  • Replies 24
  • Views 9240
Re: OC 3.0.2.0 Email issues

Sorry this isn't my cup of tea or job;) But I will tell ya what is going on, my database is old and now that you mention it most newer installs use the prefix "oc_" for the database mine does not. I can't guarantee but this should work if you're running that prefix. Still backup etc so you...

Jump to post
  • Tue Aug 08, 2017 12:22 am
  • Replies 57
  • Views 35316
Re: Square extension 3.0.2.0

Thanks so much I will test another theory as time permits and post it here as well, my site is an upgrade and it's possible something didn't go well(granted I don't have any bugs currently I'm aware of). But after my email notification thread, and realizing I was missing the event table in the datab...

Jump to post
  • Mon Aug 07, 2017 11:02 pm
  • Replies 24
  • Views 9240
Re: OC 3.0.2.0 Email issues

Thanks;) I'm not sure how wide spread this will be with upgrades, I honestly don't have another database on hand that is working to test the upgrade on, nor do I have the time to keep fiddling now that it's working;) I already lost way too many hours this week to finding this issue and fixing it. Bu...

Jump to post
  • Mon Aug 07, 2017 1:11 am
  • Replies 57
  • Views 35316

Search found 50 matches