Search found 22306 matches

Search found 22306 matches

Re: Intent behind returns page

Having looked into this more, there is a good reason not to do what I suggested. The reason is the "guest order" feature. If you have guest checkout turned on, there would be no way for those customers to get to the returns page if we insist on having customers login and select an order/p...

Jump to post
  • Tue Apr 23, 2024 4:34 am
  • Replies 3
  • Views 142
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
  • Sat Apr 20, 2024 10:39 pm
  • Replies 13
  • Views 607
Re: opencart 3.0.3.3 adding google ads custom codes

regarding: completed cart this is the resulting page: /index.php?route=checkout/success 1. i need the code on 2. i need the resulting order number and confirming $$$ amount to display Trying to add specific JS adword tracking code to specific pages to track registrations successes add to cart click...

Jump to post
  • Sat Apr 20, 2024 10:38 pm
  • Replies 3
  • Views 201
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 1011
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 3
  • Views 201
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 3
  • Views 142
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 5
  • Views 390
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 5
  • Views 390
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 13
  • Views 607
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 1011
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 13
  • Views 607
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 167
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 227
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 13
  • Views 607
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 13
  • Views 607
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 13
  • Views 607
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 13
  • Views 607
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 318
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 1011
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 318

Search found 22306 matches