Search found 7376 matches

Search found 7376 matches

Re: PayPal Checkout Integration spinning circle at payment

So has the open_basedir restriction been removed now by your webhost?
And is it working now?

Jump to post
  • Wed Mar 12, 2025 12:53 am
  • Replies 6
  • Views 387
Re: Slide Show

Assuming you are using an OpenCart 3.0.x.x version, you could create your theme folder, with a copy of the stylesheet.css (see this post), and then add some styling to it, e.g:

Code: Select all

.slideshow {
	padding: ...px;
	margin-top: ...px;
	margin-bottom: ...px;
	....
}

Jump to post
  • Wed Mar 12, 2025 12:52 am
  • Replies 1
  • Views 2316
Re: Add To Cart Button Color?

Yes, it can be done in the catalog/view/theme/*/stylesheet/stylesheet.css. I suggest you create your own theme folder at /catalog/view/theme/my-theme and then copy the stylesheet folder from above into it, and then modify it as per your needs. Then, in the admin backend, set it to the new theme fold...

Jump to post
  • Wed Mar 12, 2025 12:47 am
  • Replies 6
  • Views 494
Re: PayPal Checkout Integration spinning circle at payment

What's in your OC error.log? What's your website URL?

Jump to post
  • Tue Mar 11, 2025 10:42 pm
  • Replies 6
  • Views 387
Re: Cloudflare Integration with OpenCart 3.0.4.0 and Journal 3 Theme

mandom wrote:
Fri Mar 07, 2025 8:01 pm
Could you recomend any better themes?
See for example the Antropy themes.

Jump to post
  • Fri Mar 07, 2025 8:48 pm
  • Replies 5
  • Views 317
Re: Cloudflare Integration with OpenCart 3.0.4.0 and Journal 3 Theme

CloudFlare is a poor choice, it will slow down your website. The opencart.com website is a prime example for this.

Also, the Journal3 framework is of poor quality (see this forum thread), you should use a proper standard-compliant web theme for better performance.

Jump to post
  • Fri Mar 07, 2025 7:01 pm
  • Replies 5
  • Views 317
Re: Some orders with PayPal Checkout Integration V3.0.2 are marked as missing

Looks like missing IPN calls from the PayPal gateway to OpenCart after successful payments. You an verify whether you get these callbacks by looking at your server's raw access logs. If you use OC 3.0.4.0, have you tried the built-in PayPal Checkout Integration V3.0.2 ? Sometimes newer versions can ...

Jump to post
  • Thu Mar 06, 2025 3:44 am
  • Replies 9
  • Views 1850
Re: opencart 4.0.2.3 custom field not working correctly if sending order as guest or not registered user

Unfortunately there is no downgrade function in OpenCart. It's either a fresh install of OC 3.0.4.0, or wait until the upcoming 4.1.0.1 release.

Jump to post
  • Thu Mar 06, 2025 3:38 am
  • Replies 4
  • Views 2150
Re: OpenCart 4.1.0.0, but SEO URLs are not working no matter how can I configure them

You need to implement this Apache .htaccess equivalent in Caddy: ## SEO URL Settings RewriteEngine On ## If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/ RewriteBase / ## Rewrite Rules RewriteRule ^system/storage/(.*) index.ph...

Jump to post
  • Wed Mar 05, 2025 10:21 pm
  • Replies 5
  • Views 1779
Re: Opencart 3.0.4 PHP 8.2 Paypal Checkout Integration Issues - no buttons

Have you asked the author for support, see https://github.com/Dreamvention/paypal ?

This issue doesn't exist in OpenCart's built-in PayPal Checkout Integration V. 3.0.2 .

Jump to post
  • Wed Mar 05, 2025 12:10 am
  • Replies 4
  • Views 504
Re: my cart unvisible content

The following languages appear to work, with regards to showing the cart:

Russian
Latviešu
Deutsch
English

Your other languages don't appear to show the cart. It's probably caused by your 'Gardely' theme, e.g. the 'common/cart.twig'.

Jump to post
  • Tue Mar 04, 2025 1:54 am
  • Replies 3
  • Views 241
Re: my cart unvisible content

Need more details. What exact language extension? What theme? What's your website URL?

Jump to post
  • Tue Mar 04, 2025 12:29 am
  • Replies 3
  • Views 241
Re: Left Sidebar Toggle Button Not Working

This feature used to be around in OC 2.x.x.x versions, but was removed in 3.0.x.x or later versions.
You may have to search the OpenCart marketplace for a suitable extension.

Jump to post
  • Tue Mar 04, 2025 12:27 am
  • Replies 3
  • Views 652
Re: Something fundamentally wrong with coding structure of my app 4.1

You should take a look at the opencart sample module extensions, to get an idea how to write an extension module. The worst part is that OpenCart extensions don't use proper path-based namespaces, so this is always something to watch out for. Anyway, try attached modified ageverification.ocmod.zip w...

Jump to post
  • Tue Mar 04, 2025 12:24 am
  • Replies 2
  • Views 631
Re: Error with library file after upgrade from 3.0.3.9 to 3.0.4.0

There is no such class named 'Guard' in a standard OpenCart. It looks like you are using a 3rd party extension.
In general, always do a check first with all 3rd party extensions to verify they support your OpenCart version.

Jump to post
  • Mon Mar 03, 2025 6:36 pm
  • Replies 6
  • Views 776
Re: Exception: Error: Could not load model Opencart\Catalog

In general, you shouldn't use OpenCart 4 (any version) for a live website, still too many bugs. Wait until at least the upcoming 4.1.0.1, or use the stable OC 3.0.4.0.

And don't use the Journal3 framework, see here for details. Use a standard-compliant web theme.

Jump to post
  • Sat Mar 01, 2025 10:34 pm
  • Replies 4
  • Views 1868
Re: Space between"Show All"and "category.name" is gone after upgrade 3.0.2.0 to 3.0.4.1

The admin backend in OC 3.0.4.0 uses jquery-3.7.0, and in OC 3.0.4.1 is uses jquery-3.7.1. For the frontend we just kept the old jquery libraries because some themes try to be compatible accross the whole range of OC 3.0.x.x versions. But yes, I agree, the OP should use the latest jquery library, as...

Jump to post
  • Fri Feb 28, 2025 8:51 pm
  • Replies 8
  • Views 2963
Re: Space between"Show All"and "category.name" is gone after upgrade 3.0.2.0 to 3.0.4.1

by mona wrote:
Fri Feb 28, 2025 8:10 pm
OC 3.0.4.0 does not use jquery-2.1.1.
OC 3.0.4.1 supports any of the jquery-2.1.1, jquery-3-7-0, and jquery-3-7-1, to keep it backward-compatible with themes from previous OC 3.0.x.x versions. The default theme of OC 3.0.4.1 uses jquery-3-7-1.

Jump to post
  • Fri Feb 28, 2025 8:21 pm
  • Replies 8
  • Views 2963
Re: Space between"Show All"and "category.name" is gone after upgrade 3.0.2.0 to 3.0.4.1

This issue doesn't exist in a standard OC 3.0.4.1. If you want help here, you have to provide some more details. For a start, what's your website URL? What theme? What exact changes in the stylesheet? What extensions?

Jump to post
  • Fri Feb 28, 2025 5:52 pm
  • Replies 8
  • Views 2963

Search found 7376 matches