Search found 4641 matches

Search found 4641 matches

Re: Fatal error: Class 'Controllercommonheader' not found

It would be helpful to post your OpenCart version. Check for missing of modified admin\controller\common\header.php.

Jump to post
  • Fri Mar 08, 2024 8:09 am
  • Replies 1
  • Views 521
Re: Fatal PHP Error Detected - index.php?route=checkout/register/save

Hmm, well I thought I had it correct: Mail Engine: SMPT Mail Parameters: (none) SMTP Hostname: ssl://mail.xyz.com SMTP Username: username SMTP Password: password SMTP Port: 465 SMTP Timeout: 5 I haven't seen that error reappear on Lightning mind you, so perhaps it was a bad communication to my ssl ...

Jump to post
  • Fri Mar 08, 2024 1:39 am
  • Replies 8
  • Views 414
Re: Data session issues

Check the cookies in your web browser developer tool. You may find you have multiple cookies for different subdomains or directories.

Jump to post
  • Tue Mar 05, 2024 8:00 pm
  • Replies 8
  • Views 1134
Re: td and tooltip issue

You will need to add to following to the tooltip set up in catalog/view/javascript/common.js.

Code: Select all

sanitize: false

Jump to post
  • Mon Mar 04, 2024 9:09 pm
  • Replies 3
  • Views 208
Re: td and tooltip issue

Could be that the later version of Bootstrap is removing the tags. Have you tried?

Code: Select all

data-html="true"

Jump to post
  • Mon Mar 04, 2024 2:00 am
  • Replies 3
  • Views 208
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 4096
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 1134
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 1075
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 1775
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 1075
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 1386
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 1030
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 1030
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 1775
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 1386
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

Search found 4641 matches