Re: mini cart in header not updating to show option price
Yeah luckily us web developers still have jobs at this point. Anyway, why not just make the product price the price of the lowest option and make the other options the differences? That's how it's supposed to work. I thought of that way and mentioned it a few times but the client is adamant they wa...
Jump to post- Mon Jun 30, 2025 7:53 pm
- Replies 5
- Views 759
mini cart in header not updating to show option price
I'm using opencart 3.0.4.0 on a clients site I'm building/developing for them and the product price is 0.00 as the product has options so in a way the option prices become the products base price. I have managed to update the code for the cart to show the option price instead of the 0.00 and think i...
Jump to post- Mon Jun 30, 2025 6:57 pm
- Replies 5
- Views 759
Re: add line break or html tags to option value name input field
You could try something like the following. {{ option_value.name|replace({'(': '<br>('}) }} Thank you, I worked it out a different way that looks to have worked, I changed the database to the following as it was putting <br> in the database as &lt;br&gt; so updated it using the foll...
Jump to post- Wed Jun 25, 2025 10:27 pm
- Replies 9
- Views 2355
Re: add line break or html tags to option value name input field
What file would I need to modify and what code would I need to look for please? Jump to postpaulfeakins wrote: ↑Wed Jun 25, 2025 6:02 pmYou won't be able to get the < and > past the PHP htmlentities() type functions. You'll need to modify the code.ianhaney50 wrote: ↑Wed Jun 25, 2025 5:01 amThank you, I tried that but still got Front Screen<br>(Glass Only)
- Wed Jun 25, 2025 7:09 pm
- Replies 9
- Views 2355
Re: add line break or html tags to option value name input field
Thank you, I tried that but still got Front Screen<br>(Glass Only) Jump to post
- Wed Jun 25, 2025 5:01 am
- Replies 9
- Views 2355
Re: add line break or html tags to option value name input field
I tried that but on the product page on the front end, it shows <br> within the text instead of putting it on a new line Jump to post
- Wed Jun 25, 2025 3:10 am
- Replies 9
- Views 2355
[SOLVED] add line break or html tags to option value name input field
I've got a option name called Front Screen (Glass Only) for the radio type options and I would like to add a line break or br html tag to the name so it would look like the following on the product page
Front Screen
(Glass Only)
£price
Is that possible to do in opencart 3.0.4.0?
- Wed Jun 25, 2025 3:02 am
- Replies 9
- Views 2355
Re: show text description of selected option in different place on product page when click radio button of option openca
To display the description dynamically .... <SNIP> Sounds like an AI reply, new "users" first post too. I thought that and thought it was bit of a robotic reply and didn't seem to be written by a human. I've managed to solve the issue I was having, if anyone needs the coding to how I did ...
Jump to post- General Support
- [SOLVED] show text description of selected option in different place on product page when click radio button of option
- Wed Jun 25, 2025 1:23 am
- Replies 3
- Views 1804
[SOLVED] show text description of selected option in different place on product page when click radio button of option
I added a textarea box in the option tab of the admin product form page next to the select dropdown option value column in opencart 3.0.4.0. On the front end, the options are radio buttons so for example if I select a specific radio product option, it shows the text description related to the option...
Jump to post- General Support
- [SOLVED] show text description of selected option in different place on product page when click radio button of option
- Tue Jun 24, 2025 4:59 am
- Replies 3
- Views 1804
Re: 123 Reg email issues, has anyone had issues with them
The client did a second mail-tester.com email and they got a score of 8.5, think the first one they did, they did not add any text but the second test they did, they added text and got the 8.5/10 score. Will the latest mail.php and smtp.php files work on 3.0.3.8? How are they using mail-tester.com?...
Jump to post- Sat Jun 21, 2025 7:48 pm
- Replies 18
- Views 3399
Re: 123 Reg email issues, has anyone had issues with them
The client did a second mail-tester.com email and they got a score of 8.5, think the first one they did, they did not add any text but the second test they did, they added text and got the 8.5/10 score. Will the latest mail.php and smtp.php files work on 3.0.3.8? How are they using mail-tester.com?...
Jump to post- Sat Jun 21, 2025 7:22 pm
- Replies 18
- Views 3399
Re: 123 Reg email issues, has anyone had issues with them
If you are only getting 4.5 in mail tester then the email being HTML could be getting marked as spam. If you change all the emails to not use HTML you can't guarantee these also won't get marked as spam at some point. I've seen plenty of plain text emails get marked as spam. A score that low sugges...
Jump to post- Sat Jun 21, 2025 7:00 pm
- Replies 18
- Views 3399
Re: 123 Reg email issues, has anyone had issues with them
Ahh ok, I put in 30 in the SMTP timeout and tried again but got a blank page again on the contact form and checked the error log again and got the following error "2025-06-20 21:51:04 - PHP Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/s...
Jump to post- Sat Jun 21, 2025 4:42 pm
- Replies 18
- Views 3399
Re: 123 Reg email issues, has anyone had issues with them
In the error logs on the admin side has the following 2025-06-20 16:49:28 - PHP Warning: fsockopen() expects parameter 5 to be float, string given in /home/servername/public_html/system/library/mail/smtp.php on line 88 In the error_log file on the server has the following [20-Jun-2025 16:49:28 Euro...
Jump to post- Sat Jun 21, 2025 4:54 am
- Replies 18
- Views 3399
Re: 123 Reg email issues, has anyone had issues with them
I looked online and it says anything lower than 8 is not good. I'm surprised to see it as low as 4.5. I didn't see any report as the client just sent me a screenshot of the score. I said to the client to send that to 123 Reg. Hopefully they can fix the issue or could it be a coding issue for the ma...
Jump to post- Sat Jun 21, 2025 4:18 am
- Replies 18
- Views 3399
Re: 123 Reg email issues, has anyone had issues with them
I looked online and it says anything lower than 8 is not good. I'm surprised to see it as low as 4.5. I didn't see any report as the client just sent me a screenshot of the score. I said to the client to send that to 123 Reg. Hopefully they can fix the issue or could it be a coding issue for the ma...
Jump to post- Sat Jun 21, 2025 4:07 am
- Replies 18
- Views 3399
Re: 123 Reg email issues, has anyone had issues with them
The client did the mail-tester.com steps and they got a score of 4.8/10 The minimum acceptable standard is 9.5 out of 10. You may refer to the report and implement any necessary fixes. I looked online and it says anything lower than 8 is not good. I'm surprised to see it as low as 4.5. I didn't see...
Jump to post- Sat Jun 21, 2025 3:45 am
- Replies 18
- Views 3399
Re: 123 Reg email issues, has anyone had issues with them
The client did the mail-tester.com steps and they got a score of 4.8/10 Jump to postADD Creative wrote: ↑Fri Jun 20, 2025 11:44 pmLook in you PHP error log as well as the OpenCart error log to see what caused the blank page.
Try using an online email deliverability checker such as mail-tester.com to check for any issues with the emails being sent.
- Sat Jun 21, 2025 1:52 am
- Replies 18
- Views 3399
Re: 123 Reg email issues, has anyone had issues with them
Sorry just found out how to use mail-tester.com
I've sent the instructions on how to use it, I'll post a update once they have done it
- Sat Jun 21, 2025 12:14 am
- Replies 18
- Views 3399
Re: 123 Reg email issues, has anyone had issues with them
Look in you PHP error log as well as the OpenCart error log to see what caused the blank page. Try using an online email deliverability checker such as mail-tester.com to check for any issues with the emails being sent. In the error logs on the admin side has the following 2025-06-20 16:49:28 - PHP...
Jump to post- Sat Jun 21, 2025 12:00 am
- Replies 18
- Views 3399