Search found 22294 matches

Search found 22294 matches

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 2
  • Views 81
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 7
  • Views 115
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 7
  • Views 115
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 7
  • Views 115
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 7
  • Views 115
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 6
  • Views 177
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 9
  • Views 701
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 6
  • Views 177
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 237
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 177
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 1450
Re: Cart doesn't update quantity or remove products

Has anybody experienced this. No matter what I try, it will not update quantity or remove an item from the cart. This is a serious issue, especially when a real customer is making a purchase. There are no errors in the error log. The cart just will not update or remove items. When the update and re...

Jump to post
  • Mon Apr 15, 2024 10:51 pm
  • Replies 5
  • Views 182
Re: Where are "+" and "-" symbols stored?

Hello, I'm fairly new here. I'm running OC 4.0.2.3. I'm working on a small modification to suit my needs as an admin. I just need to know where I can find the "+" and "-" symbols (price_prefix) that appear in the product options form under admin. (not in the db already attached ...

Jump to post
  • Sun Apr 14, 2024 8:20 am
  • Replies 4
  • Views 165
Re: Cart doesn't update quantity or remove products

Hello, I'm fairly new here. I'm running OC 4.0.2.3. During testing I noticed that the cart doesn't update quantity or remove products. I have Windows 11 on my laptop (I know the cache system is finnicky) and my Android phone does the same thing. I have cleared the cache and reloaded pages on both b...

Jump to post
  • Sun Apr 14, 2024 8:18 am
  • Replies 5
  • Views 182
Re: Version 4.0.2.3 Product Discount V Special Query

I have a product for £10. I go to discount and enter: Qty=3, Priority = 1, Price= £5, valid start and end dates. then go to Special tab and enter: priority =2, price = £9, valid start and end dates. This to me suggests that the item is now £9, but if the customer buys 3 or more they get it at £5 ea...

Jump to post
  • Sun Apr 14, 2024 8:17 am
  • Replies 1
  • Views 93
Re: Remove /en/gb/catalog from the url

Nevertheless, you seem to miss the point that OC4 is not ready for a commercial site. Surely that decision is something that you are paid for ? You can do whatever you like but seems in any clients best interest to use a robust version to me. Ive been away from OC for a few years and have recently ...

Jump to post
  • Sun Apr 14, 2024 8:14 am
  • Replies 9
  • Views 2589
Re: OpenCart 4.0.2.3 - checkout

m.petro wrote:
Sat Apr 13, 2024 7:47 pm
1. OpenCart 4.0.2.3
2. eMarket
3. PHP 8.2
During checkout, any change in the address block resets the settings for payment and delivery methods. Can this be turned off?
The MB has been a bit reworked in regard to addresses, including the payment and shipping methods during checkout.

Jump to post
  • Sun Apr 14, 2024 8:13 am
  • Replies 1
  • Views 106
Re: How to add a Cron jobs in the panel

Hello, in the admin panel of opencart ( 4.0.2.3 ) I can edit and delete a cron job, but there isn't a 'create' button. of course I can add a php file in the 'catalog/controller/cron' folder, and this file will be my cronjob, but I want to add it by admin panel, or better, I want to add a cronjob in...

Jump to post
  • Sun Apr 14, 2024 8:12 am
  • Replies 2
  • Views 257
Re: Currencies not calculating correctly - OC4.02.3

just a thought - is there anything I can do for my existing 3.03.2 site to get it to go to ECB instead of yahoo??? Upgrade to one of the latest OC releases from the Opencart repositories. ECB is already integrated. Alternatively, you can use an extension from the Marketplace. In the meantime, now t...

Jump to post
  • Sun Apr 14, 2024 8:10 am
  • Replies 7
  • Views 582
Re: Currencies not calculating correctly - OC4.02.3

Possibly! -searched the forum for info not github.. However, which file needs to be changed? (and if I change that & then use the upgrade tool in the future, will the change get lost in the process?) - had a quick look around & cant see where to make the change Having said that I did go to ...

Jump to post
  • Thu Apr 11, 2024 3:48 am
  • Replies 7
  • Views 582

Search found 22294 matches