Re: bestseller sort on category
Why doesn't OpenCart have this essential feature in the core already? You answered your own question. Search the Opencart Marketplace. 1. What is essential to you is not essential to others. 2. There is a best sellers module provided for free. 3. Unpaid search done on your behalf - One for free htt...
Jump to post- Wed Apr 16, 2025 3:33 am
- Replies 3
- Views 599
bestseller sort on category
Hello,
How to add a new field 'Bestseller' to the sort options on the category page and other sort pages, so that products can be sorted by the best-selling ones?
Why doesn't OpenCart have this essential feature in the core already?
Thank you.
- Sun Apr 13, 2025 8:17 pm
- Replies 3
- Views 599
Re: OpenCart 3.0.4.0 released
good job guys
- Tue Mar 25, 2025 2:42 pm
- Replies 14
- Views 10079
Re: Problem with Emoji in product description
Yes, some support it and some don't, I don't know where the problem is..
Jump to post- Mon Jul 24, 2023 3:27 am
- Replies 7
- Views 2004
Re: Problem with Emoji in product description
Hi yess viz scren. Jump to postADD Creative wrote: ↑Sun Jul 23, 2023 4:49 amDid you make the change in system/library/db/mysqli.php?
- Sun Jul 23, 2023 5:10 pm
- Replies 7
- Views 2004
Re: Problem with Emoji in product description
Hi,
Thanks for the reply, i switch database to utf8mb4 ] but problem still persist only some emojis appear and the others have 3x question marks viz screens.
Thanks for the help.
- Sun Jul 23, 2023 1:32 am
- Replies 7
- Views 2004
Problem with Emoji in product description
Hello,
some emoji like for example
do not want to be displayed in the product description, 3x question marks will be displayed instead.
How to solve this problem?
Thank you.
Opencart 3.0.2.0
PHP version: 7.3.29
utf8_general_ci
- Sat Jul 22, 2023 6:39 pm
- Replies 7
- Views 2004
Re: Problem with mail SMTP?
I want to ask, can't it be a php version? does oc support 3.0.2.0 with php version 7.3.17? Jump to poststraightlight wrote: ↑Mon Jul 12, 2021 5:37 pmThe error log state port 587. Try with port 465. Also ask your webhost to install the crypto library on your domain if you don't have access to cPanel WHM or SSH as root for port 587.
- Tue Jul 20, 2021 12:53 am
- Replies 14
- Views 8687
Re: [SOLVED] - CENTOS 7 WP Opencart 3.0.2.0
The problem was, setting the permissions for the domain to folders.
Jump to post- Mon Jul 12, 2021 12:08 am
- Replies 5
- Views 928
Re: Problem with mail SMTP?
Hello warriors of opencart, Haha! And you have my keyboard, Frodo! PHP Warning: fsockopen (): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/******/public_html/system/library/mail/smtp.php on line 87 Looks like one for your web host. I contacted support, we'll see ...
Jump to post- Sun Jul 11, 2021 11:48 pm
- Replies 14
- Views 8687
Re: Problem with mail SMTP?
Before contacting your hosting company, check to make sure your SMTP credentials are entered properly. If you copied and pasted your password into the field, make sure there is no space at the beginning or end of the password. If it's not working after that then contact your hosting companies suppo...
Jump to post- Sun Jul 11, 2021 11:48 pm
- Replies 14
- Views 8687
Re: Problem with mail SMTP?
Hi, Is it weird that the error is only displayed when it is sent through the opencart platform, other email clients do not generate these errors? I still haven't been able to fix the error, I haven't really paid much attention to it at the moment, I'll try to fix it as soon as possible and I'll pres...
Jump to post- Sun Jul 11, 2021 11:46 pm
- Replies 14
- Views 8687
Hledam programátory pro můj eshop
Zdravím českou stranu opencartu,
hledám šikovné programátory pro svůj opencart eshop, který jede na verzi 3.0.2.0.
jednalo by se o pár hodin práce, potřeboval bych pár úprav všemožně tam.
V případě zájmu mi napište zde, nebo soukromovou zprávu.
Díky!!
PCRobot.cz
- Sun Jan 24, 2021 9:10 pm
- Replies 0
- Views 5299
Problem with mail SMTP?
Hello warriors of opencart, I have a problem with mail, sometimes I get this error: 2021-01-11 14:45:40 - PHP Warning: fsockopen (): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/******/public_html/system/library/mail/smtp.php on line 87 2021-01-11 14:45:40 - PHP W...
Jump to post- Sat Jan 23, 2021 4:59 am
- Replies 14
- Views 8687
Re: How to do lines in contact of the comments section
Thank you very much! It works! If you are trying to render html in the settings theme comment section, then it has to be decoded from the controller first. If you are using text only and want new lines then you can do nl2br {{ comment | nl2br }} Provide a link to your site and OC version if you want...
Jump to post- Fri Jan 22, 2021 3:28 am
- Replies 14
- Views 996
Re: How to do lines in contact of the comments section
Yes, I know, unfortunately it does not work, the problem is that when I enter the text in the settings of the store in the comment section, the text appears without spaces and is purely written in a row, I need to keep the lines between the text with a spaces.
Jump to post- Fri Jan 22, 2021 2:34 am
- Replies 14
- Views 996
Re: How to do lines in contact of the comments section
It didn't help, the problem persists Text added in store settings, code is template / information / information.twig There is full code: {{ header }} <div id="information-contact" class="container"> <ul class="breadcrumb"> {% for breadcrumb in breadcrumbs %} <li><a href...
Jump to post- Fri Jan 22, 2021 2:23 am
- Replies 14
- Views 996
How to do lines in contact of the comments section [SOLVED]
How to make the text with the space in the comments section of the contacts?? Text without lines is displayed here, it ignores lines. <div class="col-sm-6"> {% if open %} <strong>{{ text_open }}</strong><br /> {{ open }}<br /> <br /> {% endif %} {% if comment %} <strong>{{ text_comment }}<...
Jump to post- Fri Jan 22, 2021 1:43 am
- Replies 14
- Views 996
Re: SMTP mail problem
I change the port SMTP and it looks like the problem has been solved.
Jump to post- Sat Sep 12, 2020 11:54 pm
- Replies 2
- Views 425
SMTP mail problem
Hello, i have problem with sending mails, Sometimes the mail leaves fine without error and sometimes it shows this error. Some ideas? 2020-09-08 17:58:01 - PHP Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/pcrobotc/public_html/system/library/m...
Jump to post- Wed Sep 09, 2020 12:02 am
- Replies 2
- Views 425