Search found 241 matches

Search found 241 matches

Re: Website Review Captcha Problem

Well, I have OC3038 with Captcha V3 and it was working fine untill now that I get this error message after trying to add a review: "Validation is not valid. Please try again." I have no errors showing up in my admin dashboard > Maintenance > Error Logs. How can I detect and rectify it? Tha...

Jump to post
  • Mon Feb 12, 2024 7:04 pm
  • Replies 30
  • Views 3466
Re: Changing formating of "(option) required!" error message

Hi, and how to change the message itself? I need to add ↑ keyboard symbol at the end so that it looks like eg:
"T-Shirt Size required! ↑"

Jump to post
  • Thu Feb 08, 2024 9:23 pm
  • Replies 3
  • Views 1040
Re: Some Customers Unable top Register

Hi, I have the same issue with OC3038, it was all working till the end of December and just realised there is a registration issue on my main site https://www.mediasos.co.uk/register and a custormer called and said that they are on the checkout but can't register, so I tried and even I can't registe...

Jump to post
  • Fri Jan 26, 2024 12:10 am
  • Replies 8
  • Views 1321
Re: Fatal Error after installing Modification Manager by opencart-templates on OC3038

Thanks for the reply, This was a duplicated test website and I am using php7.4. I just resored my file back to this morning and lost an hour of work. So far I bought an extension to do the same job for me and that gaved me very similar error three times and I had to ask for refund after three two fi...

Jump to post
  • Thu Jan 25, 2024 10:18 pm
  • Replies 4
  • Views 1131
Fatal Error after installing Modification Manager by opencart-templates on OC3038

Hi I use OC3038 and installed Modification Manager by opencart-templates. Now I get the following error as soon as I click on Modification in admin or Extensions>Extensions>Modification Manager. Can someone please help? Fatal error: Uncaught Error: Call to a member function getElementsByTagName() on...

Jump to post
  • Thu Jan 25, 2024 7:50 pm
  • Replies 4
  • Views 1131
Re: How to change the order receipt message text_greeting

ADD Creative wrote:
Thu Dec 21, 2023 9:01 pm
Have you edited the catalog/view/theme/default/template/mail/order_add.twig template?
Thanks Add Creative, that was it. It's now working fine.

Jump to post
  • Fri Dec 22, 2023 12:29 am
  • Replies 7
  • Views 605
Re: How to change the order receipt message text_greeting

paulfeakins wrote:
Thu Dec 21, 2023 8:09 pm
parkookk wrote:
Wed Dec 20, 2023 10:43 pm
Yes, I did clear all three Caches
Only 3?
https://www.antropy.co.uk/blog/how-to-c ... t-3-0-2-0/
How many is there Paul :laugh:

Jump to post
  • Thu Dec 21, 2023 9:54 pm
  • Replies 7
  • Views 605
How to change the order receipt message text_greeting

Hi, I am using OC3038 and I changed the following but still it's not working. Can someone help please? in /catalog/controller/mail/order.php $data['text_greeting'] = sprintf($language->get('text_greeting'), $order_info['store_name']); Replaced with: $data['text_greeting'] = sprintf($language->get('t...

Jump to post
  • Wed Dec 20, 2023 10:07 pm
  • Replies 7
  • Views 605
Re: How do I remove formatting from the product description?

Hi, I have OC3038 with the original wysiwyg CKEditor. I have removed and re-indent all my products description codes, removing all those annoying <spans> and then after a few months I found out all of them gone back to where they were before!!! all the code is on one very long line again and now I h...

Jump to post
  • Wed Dec 06, 2023 12:41 am
  • Replies 9
  • Views 2407
Re: How to show everything in admin by their sort orders?

Didn't know I had to refresh the Modification. Ok, now the product page and options are all showing by sort order, many thanks.
For the Customer Group your code didn't work but thanks for your kind effort. You're a star ^-^

Jump to post
  • Fri Nov 03, 2023 10:07 pm
  • Replies 7
  • Views 314
Re: How to show everything in admin by their sort orders?

To sort the Product List by product sort order: Go to the "Catalog" menu and click on "Products." You should see a list of your products. By default, they are sorted by name. You can change the sorting to sort by "Sort Order." To do this, click on the "Sort Order&...

Jump to post
  • Fri Nov 03, 2023 6:42 pm
  • Replies 7
  • Views 314
Re: How to show everything in admin by their sort orders?

https://github.com/opencart/opencart/blob/b2bb6f07a8f9c53639f708933b8c6cef14631b95/upload/admin/controller/catalog/product.php#L261 Replace pd.name with p.sort_order. Thanks ADD Creative, it worked for product options but not for the product list section. Also in the product discount page when I ad...

Jump to post
  • Fri Nov 03, 2023 6:37 pm
  • Replies 7
  • Views 314
How to show everything in admin by their sort orders?

Hi,
I have OC3038 and would like to make the Product List and Product Options in admin to show by product/option's sort orders.
Can someone please help?
Thanks

Jump to post
  • Fri Nov 03, 2023 1:07 am
  • Replies 7
  • Views 314
Re: Where to place custom .scss files for catalog?

Hi,
Where should I add the custom-style.scss file?

Jump to post
  • Fri Oct 27, 2023 7:52 pm
  • Replies 4
  • Views 2074
Re: v3.0.3.8 Sass support?

Hi, anybody knows how to use SASS in Opencart 3038?
Thanks

Jump to post
  • Fri Oct 27, 2023 7:33 pm
  • Replies 4
  • Views 2157
Re: SMTP 500 Error

Thanks, it worked, your support brightens my day; I'm grateful for it. I found another page here talking about replacing a few more lines, do you think I should change those too? https://forum.opencart.com/viewtopic.php?t=225890 So following your link, in the contact.php file I found: $mail->setFrom...

Jump to post
  • Thu Oct 12, 2023 5:42 pm
  • Replies 12
  • Views 1263
Re: SMTP 500 Error

Ok, I have found the problem. In the contact form mediasos.co.uk/contact, if I use the same email address as the domain such as anything@mediasos.co.uk then email works but if I use anyemail@notmydomain.any then it gives that error.

Jump to post
  • Wed Oct 11, 2023 9:27 pm
  • Replies 12
  • Views 1263
Re: SMTP 500 Error

very strange, I go to https://www.mediasos.co.uk/contact and fill the form with my personal email which is username@yahoo.co.uk and click submit, but why in the error it ask to try to send from another server than yahoo.co.uk? Is it trying to change the server and use the end user's email address do...

Jump to post
  • Wed Oct 11, 2023 8:48 pm
  • Replies 12
  • Views 1263

Search found 241 matches