Re: [Add to cart button not displaying properly and gives json page after clicking it ]
I had the exact same issue on a fresh install of OpenCart 4.0.2.2. Browser refresh solved the problem. If that's not working, try to delete the cache file from the storage directory and refresh again.
Jump to post- Tue Aug 08, 2023 11:18 pm
- Replies 17
- Views 2285
Re: Print On Demand
Are there any extensions, that will speed up the development process of building the site to allow a customer, to upload a logo or add text, and allow to place it in a specific place on the garment, with a preview, so they can place an order. There are certainly extensions that will help speed up t...
Jump to post- Tue Aug 08, 2023 10:48 pm
- Replies 3
- Views 1957
Re: Possible cache issue with extension?
I suggest to try a different web-browser to see if that makes a difference. When you say that you kill the cache on the page, how are you doing that? In FireFox on macOS, there is a difference between refresh (command+R) and force refresh (command+shift+R). Forced refresh usually solves cache proble...
Jump to post- Mon Aug 07, 2023 11:09 pm
- Replies 2
- Views 1168
[Solved] Re: Extension licensing
I never suggested encrypting code, obfuscating, or trying to hide the code from a customer. I am vehemently opposed to such tactics - which is why I said I was looking for a "simple" solution. If a nefarious actor wants to circumvent licensing, then so be it. If a developer wants to tear i...
Jump to post- Mon Aug 07, 2023 1:24 pm
- Replies 11
- Views 4461
Re: Extension licensing
Looking for simplicity on the matter to avoid replication of an extension on an opensource project is simply unavoidable; replication will still occur. Forgetting simplicity and code redundancy, is there an official or recommended way to validate the purchase of an extension? I've searched the Mark...
Jump to post- Sat Aug 05, 2023 4:58 pm
- Replies 11
- Views 4461
Extension licensing
What is the recommended way to add a license validation scheme to a purchasable extension? I would like to be able to use a registration code and validate Extension purchase using REST API for Marketplace. I see that other extensions are hiding and obfuscating a curl call to validate the purchase in...
Jump to post- Thu Aug 03, 2023 12:05 am
- Replies 11
- Views 4461
Re: [4.0.0.0] admin & password reset problem
Installing the latest version from github repo commit #da4554fad22fbb0340d8b49ab0e45aee42dd7c02 fixed the admin login for me. As I suspected, the previous commit that I had installed was unfinished. There are already newer commits, so it is important for anyone testing (myself included) to realize t...
Jump to post- Wed Jun 22, 2022 10:50 am
- Replies 16
- Views 3140
Re: [4.0.0.0] admin & password reset problem
Thanks for the reply. It is perfectly clear that OC 4.0.0.0 should not be installed on a production server and that there are currently many issues that need to be resolved - as is the case with any major version upgrade. As stated, a semi-successful "upgrade" was performed, but there were...
Jump to post- Mon Jun 20, 2022 11:55 am
- Replies 16
- Views 3140
Re: [4.0.0.0] admin & password reset problem
So, I tried to update a test site that was OC3.0.2.0 to OC4.0.0.0 and that was a massive failure. So, I decided to make a clean installation of OC4.0.0.0, downloaded from the github (06/14/2022). I created a new database, went to the site which invokes the installer (everything was checked), and di...
Jump to post- Mon Jun 20, 2022 8:17 am
- Replies 16
- Views 3140
Re: Minimum price restriction for extensions?
Thanks for that info. Guess, I'll stick with the OpenCart Marketplace

- Sun Jun 04, 2017 6:03 pm
- Replies 23
- Views 7523
Re: Minimum price restriction for extensions?
A $20 minimum is too much money for some mods. I am a new extension developer, and being forced to charge $20 (paying a 50% commission). IMO it seems like highway-robbery on both ends. I hope Daniel reviews this decision when he has time. Are developers allowed to charge less money if ordered direct...
Jump to post- Sun Jun 04, 2017 5:33 pm
- Replies 23
- Views 7523
Re: Paypal Express gets Warning messages page
Here's a stab in the dark... This method seems to be adding $filename to a 1-dimensional array: public function addAttachment($filename) { $this->attachments[] = $filename; } So, possibly changing: foreach ($this->attachments as $attachment) { $mail->AddAttachment($attachment['file'],$attachment['fi...
Jump to post- Mon Feb 20, 2017 2:09 am
- Replies 7
- Views 2014
Re: Where to change the default Email Template of the shop?
Oh. Sorry about that. I use an extension called HTML Email Templates Advanced, and the file _main.tpl is part of that extension. It works well and I would recommend it.
Jump to post- Sun Feb 19, 2017 4:16 pm
- Replies 6
- Views 21003
Re: How to remove breadcrumbs
I stand corrected. @uksitebuilder has the best answer to OP. I did review the SEO concerns regarding the use of display:none. Google and other search engines will give hidden content way less ranking. Content should only be hidden if there is a user method to show/hide that content. Thanks for the f...
Jump to post- Sun Feb 19, 2017 5:27 am
- Replies 16
- Views 13295
Re: Paypal Express gets Warning messages page
Unfortunately, I am running OpenCart 2.3.0.2, so I am unable to review with more detail. As mentioned in my initial reply, you are going to have to compare the original file with the vqcache file and determine why the variable (most likely passed to substr) contains text rather than an offset (numbe...
Jump to post- Sun Feb 19, 2017 5:12 am
- Replies 7
- Views 2014
Re: Where to change the default Email Template of the shop?
Possibly
catalog/view/theme/default/template/extension/mail/_main.tpl
- Sun Feb 19, 2017 4:25 am
- Replies 6
- Views 21003
Re: Unable to change style in Opencart 2.3.0.2
What page and css style are you trying to modify? I would first try to modify something simple and confirm that the change takes effect. For example if you change: h1, h2, h3, h4, h5, h6 { color: #444; } to h1, h2, h3, h4, h5, h6 { color: #FF0000; } Does the color of the headings change? If not, cle...
Jump to post- Sun Feb 19, 2017 3:53 am
- Replies 5
- Views 2277
Re: Where to change the default Email Template of the shop?
catalog/view/theme/default/template/mail/order.tpl
Jump to post- Sun Feb 19, 2017 3:08 am
- Replies 6
- Views 21003
Re: Unable to change style in Opencart 2.3.0.2
Check under Extensions > Themes to ensure that "Theme Directory" is set to "default", and confirm that it is enabled.
Jump to post- Sun Feb 19, 2017 2:56 am
- Replies 5
- Views 2277
Re: How to remove breadcrumbs
You could remove the breadcrumb via CSS by adding
Code: Select all
display:none
Code: Select all
/* breadcrumb */
.breadcrumb {
margin: 0 0 20px 0;
padding: 8px 0;
border: 1px solid #ddd;
display:none;
}
- Sun Feb 19, 2017 2:03 am
- Replies 16
- Views 13295