Search found 22303 matches

Search found 22303 matches

Re: Status of OC 4

No such version. https://github.com/opencart/opencart-3/blob/main/upload/index.php#L3 Version numbers are not like a decimal where you can leave off the zeros, you should always quote all four digits to avoid confusion. When leaving off zeroes leads to confusion, then I can't imagine when there's o...

Jump to post
  • Sat Apr 20, 2024 10:04 am
  • Replies 14
  • Views 859
Re: opencart 3.0.3.3 adding google ads custom codes

Trying to add specific JS adword tracking code to specific pages to track registrations successes add to cart clicks cart completed cart completed cart wont calculate because on the completed cart page, there is no order id number and no dollar amount so this page has an extra issue tried doing thi...

Jump to post
  • Sat Apr 20, 2024 10:00 am
  • Replies 2
  • Views 49
Re: Intent behind returns page

[using v4.0.2.3] Can someone explain to me the purpose behind having a "returns" page, which allows the customer to edit the order # & date, as well as the product name and code, without any validation that what is being entered was ever purchased in the first place? I feel that I mig...

Jump to post
  • Sat Apr 20, 2024 9:57 am
  • Replies 1
  • Views 32
Re: Customizing headers for the twig views that use them in OC 3

I'm using Opencart 3. I would like to use the event system to do this because I like the idea of a clean core. How do I get my event to put my code into the head tag only when my chosen view is is being generated? /* before */ public function addStylesAndScriptsToProductPages(&$route, &$arg...

Jump to post
  • Sat Apr 20, 2024 9:54 am
  • Replies 4
  • Views 160
Re: Customizing headers for the twig views that use them in OC 3

Looking through twig files like Product.twig and contact.twig I see a variable at the top that looks like this {{ header }} . I would like to add custom styles and scripts to particular views with out affecting other views that use the same headers. Is it possible to make a local copy of the conten...

Jump to post
  • Fri Apr 19, 2024 8:14 am
  • Replies 4
  • Views 160
Re: Logging customer out / token not being used

This issue has now been resolved on the MB. I'm new to OpenCart, but I'm assuming "MB" is master build? The changes made to the sitemap look to correct one of the two issues I mentioned and they are the same changes I made to my copy. The other issue I mentioned hasn't been addressed with...

Jump to post
  • Fri Apr 19, 2024 4:46 am
  • Replies 10
  • Views 270
Re: Status of OC 4

paulfeakins wrote:
Thu Apr 18, 2024 11:27 pm
straightlight wrote:
Wed Apr 17, 2024 11:45 pm
So will 3.2.
No such version.
https://github.com/opencart/opencart-3/ ... dex.php#L3

Jump to post
  • Fri Apr 19, 2024 4:44 am
  • Replies 14
  • Views 859
Re: Logging customer out / token not being used

This issue has now been resolved on the MB.

Jump to post
  • Thu Apr 18, 2024 10:11 pm
  • Replies 10
  • Views 270
Re: 3.0.3.8 to 3.0.4.0

Caused by an installed extension.

Jump to post
  • Thu Apr 18, 2024 10:10 pm
  • Replies 4
  • Views 117
Re: 3.0.3.8 or 3.0.3.9?

I believe it is now time to upgrade my 2.0.3.2 store. But most of my paid extensions have been updated to 3.0.3.8 only. I've always believed to use a version that my store requires. I saw the changelog with github but I just want to know if there are noticeable changes between 3.0.3.8 and 3.0.3.9 i...

Jump to post
  • Thu Apr 18, 2024 8:58 am
  • Replies 4
  • Views 191
Re: Logging customer out / token not being used

I do notice that catalog/controller/information/sitemap.php file does not have the customer_token lookup as opposed to the catalog/controller/common/footer.php file whereas the account/order route leads to the same location without a token. This may look like a bug. I'll address it and await for the...

Jump to post
  • Thu Apr 18, 2024 5:26 am
  • Replies 10
  • Views 270
Re: Logging customer out / token not being used

v4.0.2.3 In OC 4, the customer_token session is intentionally removed: https://github.com/opencart/opencart/blob/master/upload/catalog/controller/account/logout.php#L29 . I'm not sure you understand the issue I raised, as you have linked to the logout functionality. I am not talking about when a cu...

Jump to post
  • Thu Apr 18, 2024 4:44 am
  • Replies 10
  • Views 270
Re: Logging customer out / token not being used

I couldn't find this logged elsewhere, but the account-related links in the sitemap do not include the customer token in the URL, forcing a logged in customer to have to log in again. Similarly, the back button on the order return page does the same thing and needs the '&customer_token....' bit...

Jump to post
  • Thu Apr 18, 2024 3:03 am
  • Replies 10
  • Views 270
Re: Logging customer out / token not being used

I couldn't find this logged elsewhere, but the account-related links in the sitemap do not include the customer token in the URL, forcing a logged in customer to have to log in again. Similarly, the back button on the order return page does the same thing and needs the '&customer_token....' bit...

Jump to post
  • Thu Apr 18, 2024 1:04 am
  • Replies 10
  • Views 270
Re: Customer Locked Out and Error Code

The authorized attempts have been patched in OC v4.0.2.4 which has now become OC v4.1.0.0 release. However, this release is still under development. However, the path filenames making the use of the authorize features can be found on those files from OC v4.1.0.0 release: admin/controller/customer/c...

Jump to post
  • Thu Apr 18, 2024 1:03 am
  • Replies 9
  • Views 278
Re: Status of OC 4

The problem later on wheb you use 3.0.3.9 will be like upgrading to OC4 versions. For a lot of people this can be a big problem and then what? You pay lots of money for a company to upgrade it for you to the latest version, and then still with rics. In my opinion, 3.0.3.9 will be a solid version fo...

Jump to post
  • Wed Apr 17, 2024 11:45 pm
  • Replies 14
  • Views 859
Re: Customer Locked Out and Error Code

The authorized attempts have been patched in OC v4.0.2.4 which has now become OC v4.1.0.0 release. However, this release is still under development. However, the path filenames making the use of the authorize features can be found on those files from OC v4.1.0.0 release: admin/controller/customer/cu...

Jump to post
  • Wed Apr 17, 2024 9:30 am
  • Replies 9
  • Views 278
Re: Call from the frontend through the "route=" parameter of a custom page to a custom folder through an extension

Hello Community, I'm a developer and I want to create an extension for one of my clients for OpenCart for version 4.0.2.3. This extension will be of type "Theme" and I want it to have the following features: 1. I want to be able to run the files that will be in the extension instead of th...

Jump to post
  • Wed Apr 17, 2024 12:11 am
  • Replies 1
  • Views 321
Re: query help

Joe1234 wrote:
Tue Apr 16, 2024 10:29 pm
Thanks, I'm not able to test it yet, but when you asked, exactly what was your phrasing? I couldn't get anywhere with using AI on this....I was using Bing's copilot though.
Here's a simple example: https://stackoverflow.com/a/15667227

Jump to post
  • Tue Apr 16, 2024 11:39 pm
  • Replies 5
  • Views 192
Re: Getting error in scss.inc.php

lockbox wrote:
Tue Apr 16, 2024 9:54 pm
Editing line 1753 to this if (is_array($key)) $key = $key[1]; did not work for me
removing the line did?
All the errors are gone :)
Don't know why, maybe it may help someone

Code: Select all

if (!empty($key) && is_array($key)) $key = $key[1]

Jump to post
  • Tue Apr 16, 2024 11:36 pm
  • Replies 5
  • Views 1470

Search found 22303 matches