Search found 500 matches

Search found 500 matches

Re: Help debugging an issue.

I went about it a slightly different way instead of using the looping forms and am getting the results I expect, but if anyone is interested in looking into this, I'd still like to know why this isn't working the way I think it should.

Jump to post
  • Fri Mar 01, 2024 3:06 am
  • Replies 5
  • Views 293
[SOLVED] Help debugging an issue.

I have a mod that has multiple forms in it. Each form is destinguished by a checkbox and a submit button with a specific ID attached to it. So check X ID and click it's button, then X form was submitted. The problem is the browser is always registering the last form on the module. When I go into dev...

Jump to post
  • Fri Mar 01, 2024 12:40 am
  • Replies 5
  • Views 293
Store credit

The way I'm seeing the transaction/credit work is that it doesn't actually deplete from the customer's side until the transaction is completed. I see this posing a problem if the customer buys something, goes back in and sees they have more money, and then buys something again...essentially going ov...

Jump to post
  • Wed Feb 28, 2024 1:31 am
  • Replies 1
  • Views 148
Re: OCMOD request

ok, back to my name manipulating. :bash: Perhaps it would be a better solution not to use mods that clash with each other? Great and genius solution you have there smh. I am struggling here to understand what he was trying to do .... Lets say you have mod 1 that replaces a piece of code, then you h...

Jump to post
  • Wed Feb 28, 2024 1:15 am
  • Replies 7
  • Views 433
OCMOD request

The powers that be...branch maintenance/upgrade guys...it would be great if something was integrated that we could manually order the mods refresh/install position or something that clearly lists the position that something was refreshed/installed in instead of resorting to manipulating the names of...

Jump to post
  • Tue Feb 27, 2024 2:58 am
  • Replies 7
  • Views 433
Re: Admin - How to stay logged in longer

Better strategy is to store the session id which is given to an admin user and exclude those from the session garbage collection or change the expiration time for those only. Could you give a little example or direction to head in with this...or was this just a theory in the direction to go in? The...

Jump to post
  • Sun Feb 25, 2024 3:44 am
  • Replies 16
  • Views 4716
Re: Planning a new OC 3.0.x.x release

I installed it about 3 weeks ago, and no, I don't have those lines...from about line 72 to there mine is different. I'll try that as soon as I get a chance. I don't know why the official release wouldn't have something simple like that which has been asked for for years and seems to cause many peopl...

Jump to post
  • Fri Feb 23, 2024 4:39 am
  • Replies 26
  • Views 1720
Re: Planning a new OC 3.0.x.x release

America/ny, Linux, chrome, if you mean the gc_maxlifetime that's 1440, other than that I don't see a session timeout, it is a new install but if you mean if I'm making this change after I have installed extensions.

Jump to post
  • Thu Feb 22, 2024 10:54 pm
  • Replies 26
  • Views 1720
Re: Planning a new OC 3.0.x.x release

xxvirusxx wrote:
Tue Feb 20, 2024 10:26 pm
And TimeZone fix :)
Quick unrelated interjection. By this do you mean the timezone can be changed in the admin now without any problems? If so, it is still not working. Still have to go in and manually set the default.php in system/config, otherwise you're locked out the admin.

Jump to post
  • Thu Feb 22, 2024 1:06 pm
  • Replies 26
  • Views 1720
Re: Problem with installer

I did check those things, OC error log, php log error....I believe I checked the developer console....I saw no errors, which is what made it so perplexing. The last time it happened I just went ahead and installed another extension and the list popped back up as if it just needed to be forced out. I...

Jump to post
  • Mon Feb 19, 2024 8:45 pm
  • Replies 5
  • Views 815
Problem with installer

Using v3.0.3.9 sometimes when I install an extension the entire install list disappears (not the page, just the list of extensions). I have cache in that installation directory turned off in htaccess, I hit every refresh button in the admin panel, I delete the cache on the browser, I purge the cache...

Jump to post
  • Sun Feb 18, 2024 1:51 pm
  • Replies 5
  • Views 815
Re: Ajax extension issue with 3.0.3.9

Thanks, I would have never seen that.

Jump to post
  • Fri Feb 16, 2024 3:55 am
  • Replies 3
  • Views 505
[SOLVED] Ajax extension issue with 3.0.3.9

Did something in 3.0.3.9 with jquery happen that would have stopped the popup editing with https://www.opencart.com/index.php?route=marketplace/extension/info&member_token=7e86f67cbf866315654e6a47fb0ab01d&extension_id=37537&filter_search=ajax%20edit&filter_license=0 I looked around t...

Jump to post
  • Thu Feb 15, 2024 2:39 pm
  • Replies 3
  • Views 505
Re: Setting up a beta site

Dealing with these agents is like pulling teeth. After dealing with five more of them telling me doing this is not possible....finally I figure it out on my own. Sometimes I sit and think how many people are lead astray by these people who should be able to fix/rectify problems with servers.

Jump to post
  • Sun Feb 11, 2024 4:56 pm
  • Replies 8
  • Views 422
Re: Setting up a beta site

Just checked with my host and got a different rep and she said I can with htaccess, so I'll try as soon as I get a chance, thanks.

Jump to post
  • Sun Feb 11, 2024 4:53 am
  • Replies 8
  • Views 422
Re: Setting up a beta site

Turns out I have to go with a subdomain because my future setup is going to be for php 8+, and my site is currently on php 7.4. My host told me I can't put two different php versions on the same domain...even a dedicated subfolder. So is there a specific reason why you recommend a sub dir over a sub...

Jump to post
  • Sat Feb 10, 2024 2:08 pm
  • Replies 8
  • Views 422
Setting up a beta site

Just made my site live. Now I'm looking to duplicate it and make a test site. Problem is I'm not seeing how to merge the test into the live site when I make upgrades. If it were just the files that's just copy and paste I guess that's the easy part. But what about the database where I may need to co...

Jump to post
  • Sat Feb 10, 2024 3:26 am
  • Replies 8
  • Views 422
Re: Paypal slowing down site

Ah, I missed the pay later on the home page. Thanks.

Jump to post
  • Sat Feb 10, 2024 2:57 am
  • Replies 3
  • Views 222
[SOLVED] Paypal slowing down site

Paypal is slowing down my site. Checking the network calls and it is taking 1 to 1.6 seconds for their server to respond. I don't see why this is happening on any page except the checkout. I've turned off all buttons, calls, images except the ones necessary for the checkout in the settings page and ...

Jump to post
  • Fri Feb 09, 2024 5:29 am
  • Replies 3
  • Views 222
Re: Paypal sandbox question

Thanks for the tip on the error_log, and the direction to look with this error. I had to rebuild the DNS 'a' and 'txt' records, everything was gone. Do you recommend activating and publishing the DNSSEC?

Jump to post
  • Thu Feb 08, 2024 7:45 pm
  • Replies 4
  • Views 328

Search found 500 matches