31
General Discussion / Re: AbanteCart v1.4.2 suppliers
« on: May 02, 2025, 03:31:01 AM »
hi,
it's a db skeleton for extensions
it's a db skeleton for extensions
Sorry if I'm missing something but I have permissions set properly according to that article.
php files set to 644
folders set to 755
Should I just turn off message notifications? Or is there actually something incorrect about my permission settings?
// details about allowed DSN settings https://symfony.com/doc/6.0/mailer.html#transport-setup
const MAILER = [
//'dsn' => null,
// OR
'protocol' => 'smtp', // or ses+smtp, gmail+smtp, mandrill+smtp, mailgun+smtp, mailjet+smtp, postmark+smtp, sendgrid+smtp, sendinblue+smtp, ohmysmtp+smtp
//we use "username" also as ID, KEY, API_TOKEN, ACCESS_KEY
'username' => 'merchant@yourdomain.com',
'password' => '****super-secret-password****',
'host' => 'your-hostname',
'port' => 465 //or 587 etc
];
disable_functions exec,passthru,shell_exec,system exec,passthru,shell_exec,system
sendmail_from no value no value
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
The setting for mailer is inner mailer
Hello,
My customers are not getting their order summary email after purchasing from my website. Here are the logs from my server:
2025-04-14 16:19:42 - AMail. transport: Symfony\Component\Mailer\Transport\SendmailTransport: Call to undefined function Symfony\Component\Mailer\Transport\Smtp\Stream\proc_open()
2025-04-14 16:28:34 - AMail. transport: Symfony\Component\Mailer\Transport\SendmailTransport: Call to undefined function Symfony\Component\Mailer\Transport\Smtp\Stream\proc_open()
2025-04-14 16:28:35 - AMail. transport: Symfony\Component\Mailer\Transport\SendmailTransport: Call to undefined function Symfony\Component\Mailer\Transport\Smtp\Stream\proc_open()
Email functionality was working after upgrading Abantecart to v1.4.1 but today is when we noticed the errors.
I would have to create thousands of products twice. I would rather edit a few lines of code and have it do what I want. I just don't know which lines of code control the price display while logged in.https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/model/catalog/product.php#L1560
I do appreciate you taking time to answer though. Thanks!
Coming back around to this again.You should no to edit tpl file in this case.
Could someone please point out what part of product_listing.tpl would need to be edited to get the correct group discount pricing to display on both the category page and the product page?
I know that I could make the price a special instead of a discount but that automatically puts them on the Specials page and shows the "Sale" text which I don't want.
Thanks!
i just discovered that there is an option should be activated for getting notification on admin dashboard for the contact us form enquiry details. still i need to know how to push the form enquiry to arrive to email inbox and without the unnecessary fields as well as the CAPTCHA and Google reCAPTCHA codes.