Search found 30 matches

Search found 30 matches

Re: Out of stock email Alert on checkout

Yes. Copy attached file to /system/ and refresh modifications or use Extension - Installer Note 1: tested on OC 2.3.0.2 Note 2: Change values for minimum on lines 12 and 41 : if ($qry->row['quantity'] < 4) { if ($option_gry->row['quantity'] < 2) { You da man!! Thank you so much. People like you sho...

Jump to post
  • Thu Oct 31, 2019 2:31 pm
  • Replies 22
  • Views 17874
Re: Out of stock email Alert on checkout

Hi folks and thank you for the contribution to the developer of this xml. I have updated the xml to be compatible for version 3.0.3.1 :) It should work on any 3.X version. Enjoy! Thanks, this works on 2.3.0.2 as well tested. Is it possible to have it also notify when a product option is out of stoc...

Jump to post
  • Wed Oct 30, 2019 5:57 pm
  • Replies 22
  • Views 17874
Re: [vQmod] - Disable/Remove out of stock prod options (15x/2

Anyone kid enough to share edited version that works on Opencart 2.3? Thanks!

Jump to post
  • Tue Jul 17, 2018 4:51 pm
  • Replies 41
  • Views 39224
Re: [MOD] GeoZone - Add All Countries Button

Tried and it works on 2.3.0.2. Here is the edited working file with Dana's line of customization.

Credit goes to rch and Dana. Thank you so much guys, solved me a big headache!

Jump to post
  • Thu Oct 19, 2017 12:53 am
  • Replies 97
  • Views 97148
Re: 2Checkout Currency Conversion Issue

Sorry to bring up this post again but does anyone have a fix for this? I'm really not good with coding and i've seen fixes for 1.5 around the forum like at viewtopic.php?t=70678 but nothing for 2.0. Would really appreciate some help.

Thank you.

Jump to post
  • Wed Oct 04, 2017 2:43 pm
  • Replies 7
  • Views 1149
Re: 2Checkout Currency Conversion Issue

This is the reply i got from 2checkout. This can't be true right?
Image

Jump to post
  • Thu Sep 07, 2017 1:01 pm
  • Replies 7
  • Views 1149
Re: 2Checkout Currency Conversion Issue

You mean on my website during checkout? Yes it was in PHP.

I googled and there was those who faced same problems as well but most fixes available are for version 1.5 and i'm on 2.3.0.2.

Jump to post
  • Sun Sep 03, 2017 2:01 am
  • Replies 7
  • Views 1149
2Checkout Currency Conversion Issue

Hi, I've just got my 2Checkout account setup and ready to go however when a customer checkouts lets say for a total of PHP895, when redirected to 2Checkout's page, it calculates the amount as USD895 instead of USD17.90 which was the correct product price in USD. I contacted 2Checkout and they say th...

Jump to post
  • Sun Sep 03, 2017 1:45 am
  • Replies 7
  • Views 1149
Re: Change "Log In With PayPal" redirect URL after successful login

Thanks rjcalifornia. Found it at echo '<script type="text/javascript">window.opener.location = "' . $this->url->link and change account/account to checkout/checkout

Jump to post
  • Sun Jul 09, 2017 11:51 pm
  • Replies 2
  • Views 2432
Change "Log In With PayPal" redirect URL after successful login

Hi,

How do i change the redirect URL for "Log in with paypal" module after a successful login? Currently it redirects a user to the account page after a login but i would like to redirect them to the checkout page after login since my button is only on my checkout page.

Thank you.

Jump to post
  • Sat Jul 08, 2017 8:00 pm
  • Replies 2
  • Views 2432
Re: Store Credit Error Version 2.3.0.2

I can confirm this. The problem is due to an invalid comparison in the model (comparing a float with an array). To fix: Change line 9 of catalog/model/extension/total/credit.php from: $credit = min($balance, $total); to: $credit = min($balance, $total['total']); thank you so much for this fix man.....

Jump to post
  • Wed Jun 28, 2017 11:02 pm
  • Replies 6
  • Views 4279
Re: Admin Products Sort by Date Added

cyclops12 wrote:
Sun Jun 18, 2017 5:07 am
Well i hope isenselab doesnt mind but it just needed a few changes for 2.3.0.2, try this amended version
Wow! Thank you so so much man. It works!! God bless you.. ;D ;D ;D :yahoo: :yahoo: :banana: :banana:

Jump to post
  • Sun Jun 18, 2017 11:29 am
  • Replies 6
  • Views 2437
Re: Admin Products Sort by Date Added

I did search before posting and the only one available for 2.3.0.2 costs $20 which is too expensive for me. I found a free guide by iSenseLab at https://isenselabs.com/posts/how-to-add-sorting-by-date-to-the-product-list-in-opencart-2x but i think it needs a little tweaking to work with 2.3.0.2 caus...

Jump to post
  • Sat Jun 17, 2017 11:14 pm
  • Replies 6
  • Views 2437
Admin Products Sort by Date Added

Hi, I just moved to Opencart 2.3.0.2 (fresh installation) and realized a crucial sorting method in Admin>Products i still missing since Opencart 1 which is sorting products by date added. In 1.5.6.4 there was a free extension available but for Opencart 2 i can't seem to find this. Can someone please...

Jump to post
  • Sat Jun 17, 2017 1:29 pm
  • Replies 6
  • Views 2437
Email Account on Different Host

Hi, I'm trying to setup an email account for my Opencart 1.5.6.4 to send out confirmation emails and receive Contact Us emails. The problem is my email host is Hostgator and my webhost is a local web hosting company in my country. The reason i'm doing this is because many emails are getting bounced ...

Jump to post
  • Sat Jan 09, 2016 1:36 pm
  • Replies 0
  • Views 298
Re: Opencart Error in your SQL syntax on Products

This appears to be from an extension that you've got for handling best sellers. Happy to have a look if you let me know what extension (send the vqmod xml to me if you can). My theme might have came with a mod to handle bestsellers as i do not have any other mods i can remember of being installed t...

Jump to post
  • Sat Apr 25, 2015 11:34 pm
  • Replies 5
  • Views 691
Re: Opencart Error in your SQL syntax on Products

chulcha wrote:What is it

AND op.order_id IN (3545,3544,3543,3539,3538,353...
291,236,226,225,)

last coma
Is there anyway to know what is causing this? I wouldn't mind paying someone to fix it for me.

Jump to post
  • Fri Apr 24, 2015 11:19 am
  • Replies 5
  • Views 691
Opencart Error in your SQL syntax on Products

Hi, I really would appreciate if someone could help me solve this problem im all of a sudden having with my Opencart 1.5.6.4 website. It all of a sudden breaks a product and it seems to be doing it on my bestsellers. All of a sudden when i try to view that certain product, it shows this error: Notic...

Jump to post
  • Fri Apr 24, 2015 4:21 am
  • Replies 5
  • Views 691
Re: Don't subtract stock for PENDING orders

Fix your payment module - it's causing errors. The cart shouldn't be receiving multiple orders from the same person. That sounds like the old Paypal Standard IPN situation. What's the payment module? If all of your orders are coming through as 'pending' how would not subtracting stock help? You'd s...

Jump to post
  • Wed Jan 21, 2015 7:43 pm
  • Replies 6
  • Views 1680

Search found 30 matches