Search found 22309 matches

Search found 22309 matches

Re: Integrate Apple Pay in Opencart

In addition to OC v2.3.0.6, it is not a supported version that can be provided on opencart.com .

Jump to post
  • Thu Apr 25, 2024 1:04 am
  • Replies 2
  • Views 76
Re: Some new products in 3.0.3.9 gives client error 4XX

Publishing products in a new clean install OC 3.0.3.9. Publish a product. Product is visible in the backend, and on the category page. However clicking on the product on the category page gives a 404. It happens very rarely, but at he moment I've to republish about 25 products. Republishing is the ...

Jump to post
  • Thu Apr 25, 2024 1:03 am
  • Replies 1
  • Views 57
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 4
  • Views 201
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 782
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 223
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 1068
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 223
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 4
  • Views 201
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 506
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 506
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 782
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 1068
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 782
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 192
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 269
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 782
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 782
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 782
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 782

Search found 22309 matches