Search found 637 matches

Search found 637 matches

Install problem

I'm having an issue with installing opencart 3.0.4.0 and 3.0.4.1. It's on the same server as my other OC installations which are 3.0.4.0. The only difference here is that I'm installing this in public_html, where the others are installed on their own directories on the same dir level. The files are ...

Jump to post
  • Mon Jun 09, 2025 8:51 am
  • Replies 4
  • Views 2560
Re: htaccess blocking question

Yes, this can happen if your server uses caching or a CDN like Cloudflare. I'll look into that, thanks. I know I don't have those, I'll see if the host has those things tied in somehow. Bots may rotate IPs I'm no expert, but I programmed somethin I THINK will help detect and defend against that. @P...

Jump to post
  • Sun Jun 08, 2025 11:18 am
  • Replies 3
  • Views 1125
Re: UPS no longer working

Another alternative out there is pirateship....rates are great.

Jump to post
  • Sat Jun 07, 2025 9:36 am
  • Replies 32
  • Views 9898
htaccess blocking question

I made a security program that writes blocked ip to htaccess, it logs the time and date of the blocking so I know exactly when it is happening. I've noticed that some addresses are blocked multiple times, two of them a couple dozen times. I contacted my host and he had no idea of what happened or ho...

Jump to post
  • Fri Jun 06, 2025 11:01 am
  • Replies 3
  • Views 1125
[SOLVED] multiple model load

In going through some modified files I notice some functions have multiple model loads of the same file in the same function. Does opencart disregard secondary loads of the same include file, or are the files actually being loaded multiple times? What's the best way to address this? I have what I ca...

Jump to post
  • Tue Jun 03, 2025 10:45 am
  • Replies 3
  • Views 1323
Re: Custom products

I remember that post, and that's why I was initially confused and needed clarification of what was happening. But I guess there is a distinction between things simply being in the cart and actually starting the checkout process, which was flying over my head after trying so long to figure out what w...

Jump to post
  • Mon May 26, 2025 1:56 am
  • Replies 12
  • Views 5172
Re: Custom products

I figured out how to get rid of the problem, but it raises another question if anyone is able to answer it. I fixed it by going into the db table _cart and deleting what was there. You can clearly see customer ID attached to carts in there...I first tested it by putting in a random customer ID in pl...

Jump to post
  • Sun May 25, 2025 3:49 pm
  • Replies 12
  • Views 5172
Re: [CLOSED] Custom products

Sorry for the MIA, and thanks all that jumped in on this. After my reply and searching through the market I realized what I wanted seemed pretty customized so I dove into making the thing myself....then I dove further down in a rabbit whole expanding it beyond its initial scope. Initial scope was to...

Jump to post
  • Sun May 25, 2025 1:07 pm
  • Replies 12
  • Views 5172
Re: Custom products

Custom baskets Size -> Tier -> Occasion -> Theme Possible other options (still fleshing it out). I don't know what you mean by chained options...I've never touched the option feature before. Also, with the options, is it possible that certain options only present themselves based on a previous optio...

Jump to post
  • Tue May 13, 2025 7:44 am
  • Replies 12
  • Views 5172
[CLOSED] Custom products

I'm looking for a feature I don't know is available. Search term requires custom and it seems like everything under the sun has the word custom in it, and none of them SEEM to match up with what I need. Someone asked me to do a site for them and the premise is everything ordered is a custom job. So ...

Jump to post
  • Tue May 13, 2025 1:09 am
  • Replies 12
  • Views 5172
Feedback on exit popup implementation

I have an exit popup. Currently the way I have it setup is if someone leaves and they have $X amount in their cart a popup shows with a coupon that can only be used immediately (the coupon is encrypted in a link to the checkout so they can't easily copy it and use it at any other time and they wont ...

Jump to post
  • Mon May 05, 2025 3:55 am
  • Replies 1
  • Views 1119
Re: Framework file modification question

I hate everything to do with events. So you don't think putting the codes in the front end and admin footer is a good alternative?

Jump to post
  • Fri May 02, 2025 10:08 am
  • Replies 9
  • Views 1441
Re: Product Description Keeps Disappearing.

Did you check your log, both php and OC admin?

Jump to post
  • Fri May 02, 2025 9:58 am
  • Replies 3
  • Views 841
Re: My incomplete attempt to add a "Confirm Email" field

paulfeakins wrote:
Mon Apr 28, 2025 10:24 pm
People get annoyed by this
Agreed
paulfeakins wrote:
Mon Apr 28, 2025 10:24 pm
they just copy and paste.
A few more lines of code can prevent that

Jump to post
  • Tue Apr 29, 2025 6:18 am
  • Replies 9
  • Views 3753
Re: My incomplete attempt to add a "Confirm Email" field

This is untested, but should give you a guide. Put the script portion in the footer. Two different ways you can do it, or combine them. In the twig. <div class="form-group"> <label for="input-email">Email</label> <input type="email" name="email" id="prima...

Jump to post
  • Mon Apr 28, 2025 8:21 am
  • Replies 9
  • Views 3753
Re: My incomplete attempt to add a "Confirm Email" field

I don't have an answer to your code, but I have a suggested route. Why not do this through javascript? Either put the javascript on each of the pages that has the form, or put the javascript in the footer and based on the page/route that is currently active, the javascript kicks in to do the email c...

Jump to post
  • Mon Apr 28, 2025 3:48 am
  • Replies 9
  • Views 3753
Re: Framework file modification question

I added: https://forum.opencart.com/viewtopic.php?t=235067#p876702 so I can see the 1064 errors in the php and admin log and which file exactly they are coming from. I have another script that decrypts encrypted coupons in the URL. I have another code that is meant to be able to start an extension p...

Jump to post
  • Sat Apr 26, 2025 3:41 pm
  • Replies 9
  • Views 1441
Re: Framework file modification question

So which file do you suggest I put a code in that I need to activate on every page load? I tried the system/framework, system/startup, index and none of them will take a mod. So now I'm thinking to go with controller/startup/startup, controller/common/header and footer (for whatever reason I just do...

Jump to post
  • Mon Apr 21, 2025 10:19 am
  • Replies 9
  • Views 1441
[CLOSED] Framework file modification question

Can the system/framework.php file be OCMOD, or is that expected to not be touched? I have a modified one in the modification dir, and I see a couple other mods have edited it as well, but when i put a log write in the modified and original file, I see the original file is what is being called. Any t...

Jump to post
  • Sat Apr 19, 2025 6:35 am
  • Replies 9
  • Views 1441

Search found 637 matches