Search found 572 matches

Search found 572 matches

Re: Opencart cloud security for payment methods

Instead of switching platforms, why don't you figure out where the breach is? What payment method is your client using on their site? If they are having problems with information being stolen that is entered on their site. Why don't they just switch to like PayPal until you figure it out?

Jump to post
  • Tue Sep 24, 2024 8:19 am
  • Replies 2
  • Views 1094
Re: [SOLVED] OC 3.0.3.8 to 3.0.4.0 PHP 8.2

Thank you for input J.
It was actually a rewards module (mega rewards) which was inserting the lines into the twig, not the theme.

Jump to post
  • Sun Sep 22, 2024 7:39 pm
  • Replies 9
  • Views 1023
[SOLVED] Re: OC 3.0.3.8 to 3.0.4.0 PHP 8.2

.....and solved ;) So, what I did was. 1. First identified that line 36-38 was being altered. 2. asked chatgpt what the correct code could be. Tried that and worked. 3. refreshed mod and the bad code came back. 4. downloaded my public html to my local 5. Used astrogrep to find the altered code 6.Tha...

Jump to post
  • Sun Sep 22, 2024 12:50 am
  • Replies 9
  • Views 1023
Re: OC 3.0.3.8 to 3.0.4.0 PHP 8.2

Oh but it's so much more fun doing it the naughty way. ;) So, I did disable all my mods and with the help of GPT I zeroed in on lines 36-38 in twig.php Something is modifying the lines to: $loader1 = new \Twig_Loader_Array(array($filename . '.twig' => $code)); $loader2 = new \Twig_Loader_Filesystem(...

Jump to post
  • Sun Sep 22, 2024 12:36 am
  • Replies 9
  • Views 1023
Re: OC 3.0.3.8 to 3.0.4.0 PHP 8.2

Haha. Yes.

Would this work? Going into the database and disabling mods from the table?

Jump to post
  • Sat Sep 21, 2024 9:28 pm
  • Replies 9
  • Views 1023
[SOLVED] OC 3.0.3.8 to 3.0.4.0 PHP 8.2

I'm running tests on a dev server to upgrade a site from 3.0.3.8 to 3.0.4.0. I've already done a successful upgrade of another live site by doing the following: 1. Installed a fresh copy of OC 3.0.4.0. 2. Merge, but not overwrite, the 3.0.3.8 live files 3. Connect database and debug any extensions e...

Jump to post
  • Sat Sep 21, 2024 8:36 pm
  • Replies 9
  • Views 1023
Re: OpenCart 3.0.4.0 released

I upgraded from 3.0.3.8 to 4.0
I originally had my php set to 8.4 and everything worked fine except for two of my (many) extensions. So I think you can use 8.4 so long as your 3rd party extensions work

Jump to post
  • Sat Aug 31, 2024 9:38 pm
  • Replies 8
  • Views 1758
[Solved] MYSQL 8 - Opencart 3.0.3.8

I am running an Opencart 3.0.3.8
My host siteground sent my an email that they are upgrading MySQL 8.

Will we have to upgrade our site to 3.0.3.9 or can we stay put?
I know there are other factors, plugins etc. Not sure if MYSQL 8 is the same thing as PHP version which we are using 7.4

Thank you.

Jump to post
  • Thu May 16, 2024 6:05 pm
  • Replies 2
  • Views 453
AI Bot with OC Tables?

Anyone use particular bot for this? I'm looking into different MYSQL integrations but wondering if any has tried any. Would love to be able to have my admins be able to chat with my database to get customer info, products sold analysis etc. On the customer side, maybe a bot that would connect with t...

Jump to post
  • Sat Mar 09, 2024 8:43 pm
  • Replies 1
  • Views 7638
Re: Paypal Standard Being Depreciated?

I have since then installed it on several OpenCart sites, and it works. Thanks. I'm kind of curious about the extension. I see it has a line in paypal.php 'https://webto.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8'. Any ideas why that would have a salesforce reference and why it would b...

Jump to post
  • Wed Apr 12, 2023 7:29 pm
  • Replies 7
  • Views 1458
SOLVED Re: Chrome Browser SBOX_Fatal_Memory_Exceeded

It's a browser issue. Try disabling extension, anti-virus, ect. Thanks everyone. ADD I believe you are correct. Here is what I did to solve the problem: 1. I went in incognito mode and refreshed my modifications table. I was able to do it to completion, no memory issue. 2. In a regular browser wind...

Jump to post
  • Thu Mar 30, 2023 12:30 am
  • Replies 4
  • Views 690
Chrome Browser SBOX_Fatal_Memory_Exceeded

OC 3.0.3.8 Chrome: Version 111.0.5563.147 (Official Build) (64-bit) So this weird. Chrome crashes on occasion when refreshing OC Modifications in admin panel. This does not happen with Firefox. The error is: Aw, Snap! SBOX_Fatal_Memory_Exceeded Our site is on a dedicated server. Memory is set to 768...

Jump to post
  • Wed Mar 29, 2023 12:48 am
  • Replies 4
  • Views 690
Re: Paypal Standard Being Depreciated?

The built-in Paypal Commerce from OpenCart 3.0.3.8 is an old one, you should use the updated extension from https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=38358 Thanks, J! That's the one I link in my original post. They reviews of that extension seem really con...

Jump to post
  • Sat Jan 28, 2023 12:29 am
  • Replies 7
  • Views 1458
Re: Paypal Standard Being Depreciated?

Perhaps apply for another payment gateway available in your country. Your comment is not helpful. Besides, we have another merchant account because it's good practice to offer more than 1 payment option....but that's not the solution or purpose of my post. My post is about Paypal because 1. WE use ...

Jump to post
  • Sat Jan 28, 2023 12:28 am
  • Replies 7
  • Views 1458
Paypal Standard Being Depreciated?

I got an email from our paypal rep. He stated: So you currently have our old standard version of PayPal which is in the process of being deprecated. Here are instructions to ad the new version. Let me know if you have any questions. We have a team of engineers that are willing to help as well. Also,...

Jump to post
  • Fri Jan 27, 2023 8:15 pm
  • Replies 7
  • Views 1458
[SOLVED] Re: OC 3.0.3.8 Admin Panel Product Edit Page Tabs Issue

by mona wrote:
Tue Nov 15, 2022 9:29 am
unlikely all of a sudden
more likely missing closing tag
web address would be required
Thank you, Mona for your kind response.
You are right!
1. Checked console while on the page
2. found an Unexpected attribute "style" break
That was causing my tabs to not work.
Fixed it.

Jump to post
  • Tue Nov 15, 2022 9:42 am
  • Replies 3
  • Views 464
OC 3.0.3.8 Admin Panel Product Edit Page Tabs Issue

I have a funky issue all of sudden. When I go into editing a product all of the options from the Tabs (General, Data,Feed etc) appear in one long page. The only tab I can switch to is Data. The rest of the tabs are all on the page as I scroll down. I can make changes to the product no problem, so fu...

Jump to post
  • Tue Nov 15, 2022 8:37 am
  • Replies 3
  • Views 464
SOLVED Re: Product Options Duplicated From Previous OC Upgrade

, I'm wondering if I should just leave it as is (I hate a messy database though) or if there is any benefit to me trying to fix it by doing some database modifications You'll have to do some queries to remove all those duplicated options, just remember to create a full back up and dont try any quer...

Jump to post
  • Sat Nov 05, 2022 8:41 pm
  • Replies 2
  • Views 732
SOLVED Product Options Duplicated From Previous OC Upgrade

I'm using 3.0.3.8 But have been using Opencart since 1.5.4 I never really noticed but I guess somehow during a previous upgrade my options got duplicated 100s of times for each product. Basically each product has it's own option (the same options, although the values may be different). There is an o...

Jump to post
  • Mon Oct 31, 2022 9:24 pm
  • Replies 2
  • Views 732
Database Clean Up (Duplicate Options)

I've finally decided to clean up my database. Currently running OC 3.0.3.8 Journal Theme A known upgrade bug from Opencart versions 1.5x caused my product options to duplicate for each product. I have an option "Select A Size" with two choices 1.1 lbs (500g) 2.2 lbs (1kg) the issue is that...

Jump to post
  • Mon Oct 31, 2022 4:55 am
  • Replies 7
  • Views 2238

Search found 572 matches