Search found 4635 matches

Search found 4635 matches

Re: Login with Amazon and Pay with Amazon Module not saving

Amazon login and pay have worked well until I recetly rebuilt my site using 3.0.3.9 Everthing appears to be in order, Amazon 3.2.2 extension appears to be included in the stock 3.0.3.9 package. I've added all my credentials, refreshed Them and Modification cache multiple times, enabled A-Pay and A-...

Jump to post
  • Sat Mar 02, 2024 8:37 am
  • Replies 17
  • Views 4094
Re: Help debugging an issue.

Not the form IDs, the element IDs. For example id="dashboard_task_id", id="input-task-status" which will be repeated in each form. IDs must be unique withing the DOM.

Jump to post
  • Fri Mar 01, 2024 11:26 pm
  • Replies 5
  • Views 293
Re: Data session issues

How are you triggering/calling your custom function?

Jump to post
  • Fri Mar 01, 2024 11:12 pm
  • Replies 8
  • Views 1107
Re: Help debugging an issue.

You are using the same IDs for some of the form elements. IDs should be unique. You don't need the form and formaction on the button, if the button is in the form. These should't make a difference as the names are used to submit per form.

Jump to post
  • Fri Mar 01, 2024 6:06 pm
  • Replies 5
  • Views 293
Re: Opencart 3.0.3.2 smtp.php fatal error

Thank you for the reply! I tried to use the built in mail function-but it seemed to get blocked a ton or just not get delivered. I'd love to try your suggestion of: "Another option would be to modify system/library/mail/smtp.php and replace the throw new \Exception errors with trigger_error fo...

Jump to post
  • Fri Mar 01, 2024 1:29 am
  • Replies 19
  • Views 1072
Re: Planning a new OC 3.0.x.x release

I don't know how the kco_rest got back in there. It's not used by Klarna Account or Klarna Invoice payment methods, not is it specified in the composer.json. I'll have to re-run the composer to be sure. It looks like Daniel added Klarna Checkout back when he last updated the PayPal extension. https...

Jump to post
  • Thu Feb 29, 2024 10:51 pm
  • Replies 26
  • Views 1719
Re: Opencart 3.0.3.2 smtp.php fatal error

I have the exact same problem. I use SMTP, settings are correct. Is there a way to allow the order to complete and the email obviously gets bounced? Right now, if a customer tries to submit the order with an incorrect email or one that doesn't exist - the checkout page will just spin...BUT the card...

Jump to post
  • Thu Feb 29, 2024 10:47 pm
  • Replies 19
  • Views 1072
Re: New Product Not Accepting Categories

Gobbo wrote:
Thu Feb 29, 2024 9:47 pm
paulfeakins wrote:
Thu Feb 29, 2024 8:15 pm
Also ask your web host to disable ModSecurity.
If I do this won't I be open to attacks?
Disable it and test. If disabling helps, get your host to fix the ModSecurity rules.

Jump to post
  • Thu Feb 29, 2024 10:35 pm
  • Replies 43
  • Views 1381
Re: Featured Products Limit

Although it looks like it was fixed by removing the limit.

Jump to post
  • Thu Feb 29, 2024 6:05 pm
  • Replies 2
  • Views 1012
Re: Featured Products Limit

Looks like a reported bug, fixed in 4.0.x.x but not in 3.0.x.x.
https://github.com/opencart/opencart/issues/6077

Jump to post
  • Thu Feb 29, 2024 5:59 pm
  • Replies 2
  • Views 1012
Re: Planning a new OC 3.0.x.x release

The Klarna Checkout REST SDK seems to have been added back to the vendor directory.
https://github.com/opencart/opencart/tr ... a/kco_rest

It was removed from composer.json.
https://github.com/opencart/opencart/co ... b5cc956677

Jump to post
  • Thu Feb 29, 2024 6:00 am
  • Replies 26
  • Views 1719
Re: New Product Not Accepting Categories

Could be something wrong with your template. Try disabling any extensions the modify the admin. Or find admin/view/template/catalog/product_form.twig and also see if there is a version in storage/modification and compare them to https://github.com/opencart/opencart/blob/3.0.3.2/upload/admin/view/tem...

Jump to post
  • Thu Feb 29, 2024 3:28 am
  • Replies 43
  • Views 1381
Re: Wrangling with the girl called Opencart 3.0.3.9

The code you are entering looks wrong. Do you mean?

Code: Select all

<img src="..." width="450" height="300">

Jump to post
  • Thu Feb 29, 2024 12:56 am
  • Replies 2
  • Views 332
Re: New Product Not Accepting Categories

Sorry, I did look at developer tool, but couldn't see anything. Again, sorry I wasn't igroning them, as I thought I had checked it. But after reading your repost I didn't look at the network tab. See attached. That looks OK although 433ms seems a bit long. Were there any messages in the console tab...

Jump to post
  • Thu Feb 29, 2024 12:47 am
  • Replies 43
  • Views 1381
Re: New Product Not Accepting Categories

For the fifth time! Have you check your web browser's developer tool console for errors? Usually F12. Also look at the Network tab of the developer tool to see if any requests are being blocked.

Please feel free to ask more details if you don't understand the above.

Jump to post
  • Wed Feb 28, 2024 5:37 pm
  • Replies 43
  • Views 1381
Re: "Default" is not the default sort order!

Find your catalog/model/catalog/product.php file. Also look for a system/storage/modification/catalog/model/catalog/product.php file. Compare these two files against a clean version of that file from a clean download or from the following link. https://github.com/opencart/opencart/blob/2.3.0.2/uploa...

Jump to post
  • Wed Feb 28, 2024 5:36 pm
  • Replies 19
  • Views 1572
Re: MS SQL Server

After install using the mysqli driver into a MySQL database. You would have to export the database from MySQL and then import it into your MS SQL database.

Jump to post
  • Tue Feb 27, 2024 6:00 pm
  • Replies 6
  • Views 782
Re: New Product Not Accepting Categories

No you missed, this question. Have you check your web browser's developer tool console for errors? Usually F12. Also look at the Network tab of the developer tool to see if any requests are being blocked.

Please feel free to ask more details if you don't understand the above.

Jump to post
  • Tue Feb 27, 2024 5:17 pm
  • Replies 43
  • Views 1381
Re: Enable SEO URL's (on local installation)

If you look at this tutorial, https://www.antropy.co.uk/blog/how-to-how-to-enable-seo-friendly-urls-in-opencart/ and scroll down, you will see the image of the product edit, which includes the SEO dropdown I mention. The tutorial doesn't mention the OC version however. That isn't a dropdown, it's o...

Jump to post
  • Mon Feb 26, 2024 11:23 pm
  • Replies 13
  • Views 1426

Search found 4635 matches