Search found 6745 matches

Search found 6745 matches

Re: no ORM or even basic DB in model????

Opencart uses the MVC structure. We used ORMs in other frameworks, and them unpleasant to work with.

Jump to post
  • Sat Mar 09, 2024 2:29 am
  • Replies 6
  • Views 680
Re: How can I create an ebook product?

It only takes a few seconds to find suitable extensions via a simple Google search: https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=24520 https://webocreation.com/create-ebook-website-to-sell-pdfs-mp3-digital-products-in-opencart/#gsc.tab=0 https://www.codester.c...

Jump to post
  • Thu Mar 07, 2024 11:37 pm
  • Replies 6
  • Views 365
Re: OpenCart 3.0.3.9 Released

I do not believe 3.0.3.9 has any database changes, so unless you've modified core OpenCart files, you should be able to just upload the 3.0.3.9 files over the 3.0.3.8 ones. After that, just refresh your ocMod cache in Extensions > Modifications to generate new cache files. I haven't done an upgrade...

Jump to post
  • Thu Mar 07, 2024 11:21 pm
  • Replies 20
  • Views 16287
Re: Virtual catalog

Yes, a standard OpenCart has a slideshow.

Jump to post
  • Thu Mar 07, 2024 6:12 pm
  • Replies 4
  • Views 514
Re: spam url generator

Pramita wrote:
Wed Mar 06, 2024 7:45 pm
I also have a question, how spams are fired against this url fxtriangle[dot]com, it is growing no.
Wrong forum, yours is not an OpenCart site.

Jump to post
  • Wed Mar 06, 2024 9:42 pm
  • Replies 6
  • Views 2128
Re: Fatal PHP Error Detected - index.php?route=checkout/register/save

PayPal can be quite slow at times sending IPNs because of network bottlenecks.

Jump to post
  • Wed Mar 06, 2024 5:19 pm
  • Replies 8
  • Views 414
Re: Fatal PHP Error Detected - index.php?route=checkout/register/save

Missing IPN from PayPal due to network issues? Check your server's raw access log.

Jump to post
  • Wed Mar 06, 2024 5:47 am
  • Replies 8
  • Views 414
Re: Random redirects

sometimes on click - website redirects me randomly to customer login page My first thought is possibly server-side caching at your host? Nop, any other ideas about this? Still not solved I think your website uses the Lightning caching, and still it manages to be actually slower than it should be!

Jump to post
  • Wed Mar 06, 2024 1:52 am
  • Replies 12
  • Views 562
Re: Random redirects

I still think it's related to your web theme, which seems to be of poor software design. Why on earth does your home page require at least 392 server requests to load? Most of them to redundant webp resources. Or your product page coming in with at least 146 requests (and still counting up further a...

Jump to post
  • Tue Mar 05, 2024 10:47 pm
  • Replies 12
  • Views 562
Re: How to install/use extension with composer libraries in Opencart 4?

paulfeakins wrote:
Mon Mar 04, 2024 11:57 pm
JNeuhoff wrote:
Sat Mar 02, 2024 2:25 am
Are you using OpenCart 3, or OpenCart 4?
They have mentioned OC 4 in the post title and the text, unless they added that after your question.
In that case it's posted in the wrong forum section.

Jump to post
  • Tue Mar 05, 2024 2:19 am
  • Replies 5
  • Views 416
Re: Opencart 3 - manufacturer logos and category logos slider issue

I ma not sure what exactly you did. The bottom slider works just fine after a fresh installation of OpenCart 3.0.3.9, or 3.0.x.x !

Jump to post
  • Mon Mar 04, 2024 9:54 pm
  • Replies 5
  • Views 292
Re: Random redirects

I am unable to reproduce this issue on your website. However, you may consider a better web theme, a better location for your filter module, and a cleaner navigation.

Jump to post
  • Mon Mar 04, 2024 7:26 pm
  • Replies 12
  • Views 562
Re: Extension compatibility development request

Best to post it on the Commercial Support section of this, especially since you decided not to go with the standard OpenCart framework.

Jump to post
  • Fri Mar 01, 2024 10:09 pm
  • Replies 2
  • Views 889
Re: Opencart 3.0.3.2 smtp.php fatal error

OK, how do I: "just rewrite it as an OCmod XML script, it's only a single search/replace." And since it's the mail file, it only affects using the Mail method and not the SMTP? Is that correct? I'd prefer using the SMTP. I am happy to pay for an extension or mod as well. Below is the same...

Jump to post
  • Fri Mar 01, 2024 10:04 pm
  • Replies 19
  • Views 1072
Re: Opencart 3.0.3.2 smtp.php fatal error

You'd need a VQmod engine itself, too. Or, just rewrite it as an OCmod XML script, it's only a single search/replace.

Jump to post
  • Fri Mar 01, 2024 1:56 am
  • Replies 19
  • Views 1072
Re: Opencart 3.0.3.2 smtp.php fatal error

I use this simple VQmod XML bugfix for this: <modification> <id>Bugfix: Mail Send</id> <version>3.0.x-1.0</version> <vqmver>2.5.1</vqmver> <author>mhccorp.com</author> <file name="system/library/mail.php"> <operation> <search position="replace"><![CDATA[$this->adaptor->send();]]>...

Jump to post
  • Fri Mar 01, 2024 1:31 am
  • Replies 19
  • Views 1072
Re: Planning a new OC 3.0.x.x release

OC 3.0.x.x has only klarna_account and klarna_invoice now, none of these uses the kco_rest. From what I remember, the kco_rest doesn't even support PHP 8.x versions.

Jump to post
  • Thu Feb 29, 2024 11:25 pm
  • Replies 26
  • Views 1720
Re: Slow database Queries

So why haven't followed up on any advice which were given to you here?

Jump to post
  • Thu Feb 29, 2024 7:27 pm
  • Replies 4
  • Views 421
Re: Planning a new OC 3.0.x.x release

I don't know how the kco_rest got back in there. It's not used by Klarna Account or Klarna Invoice payment methods, not is it specified in the composer.json. I'll have to re-run the composer to be sure.

Jump to post
  • Thu Feb 29, 2024 6:53 pm
  • Replies 26
  • Views 1720

Search found 6745 matches