News:

AbanteCart v1.4.2 is released.

Main Menu

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - AERO3ds

#1
Configuration / Re: shorten my address length
May 11, 2022, 12:40:45 AM
thanks got it up and running, why is this not enabled by default?

#2
It looks like its for AbanteCart Version:   1.3.3, is there a typo or I'm missing something.


Best,
Oleg
#3
Configuration / shorten my address length
May 06, 2022, 04:33:40 PM
Hi all,

Is there a way to simplify the url address.

my current url
"test.com/index.php?rt=product/category&path=80"

and would like to shorten it to
"test.com/3dprinting"

Reason for this, is I would like to place specific page of my website on a business card.

Thank you for any tips.
#4
Embedding / Wordpress Plug running on Abantecart
February 28, 2022, 11:27:52 PM
Hi all, is there a possibility that I could run a word press plugin on AbanteCart cart. Link bellow is the pluging I would like to run.
{https://wordpress.org/plugins/3dprint-lite/}

Want the plugin to show up under one of my sub categories page.


Thank You All

#5
I had a $100 max limit, deleted the limited and that fixed the issue. Thanks
#6
After doing more bug testing I found that papal as payment method is available as long as the sub total is below $100. After $100 total free shipping goes into effect and pay-pal as payment option is disappears.

In Free shipping extension all pay-pal extensions are selected as payment option.

At the payment.php could you help where to put this code if that's still the case.

if (!$this->customer->isLogged()) {
            $this->session->data['redirect'] = $this->html->getSecureURL($checkout_rt);
            redirect($this->html->getSecureURL($login_rt));
           
        }


Any help appreciated,
Oleg
#7
How to enable PayPal as payment when customer is checking out as logged in.



Thanks,
Oleg
#8
General Support / Re: Cant set up my SMTP email
August 09, 2021, 08:31:43 PM
nvm needed to add ssl:// before my smtp host as its ssl encrypted.
#9
General Support / Cant set up my SMTP email
August 09, 2021, 08:13:26 PM
Having issues setting up my smtp email.

Recheck my user and pass several times still no luck. Is this an issue from my SMTP email provider?



2021-08-09 23:59:49 - Error: Username not accepted from server!
2021-08-10 0:00:09 - Error: Password not accepted from server!
2021-08-10 0:00:29 - Error: MAIL FROM not accepted from server!
2021-08-10 0:00:49 - Error: RCPT TO not accepted from server!
2021-08-10 0:01:09 - Error: DATA not accepted from server!
2021-08-10 0:01:29 - Error: DATA not accepted from server!
2021-08-10 0:01:49 - Error: QUIT not accepted from server!
2021-08-10 0:01:49 - AException: SQL Error: MySQL server has gone away
Error No: 2006
SQL: SELECT *
FROM ab6h_messages
WHERE title='Mailer error!'
PHP call stack:
#0 /home/XXXXXXXX/public_html/core/lib/db.php:102
#1 /home/XXXXXXXX/public_html/core/engine/extensions.php:1151
#2 /home/XXXXXXXX/public_html/core/engine/extensions.php:372
#3 /home/XXXXXXXX/public_html/core/lib/db.php:68
#4 /home/XXXXXXXX/public_html/core/lib/message.php:202
#5 /home/XXXXXXXX/public_html/core/lib/message.php:112
#6 /home/XXXXXXXX/public_html/core/lib/message.php:96
#7 /home/XXXXXXXX/public_html/core/lib/mail.php:650
#8 /home/XXXXXXXX/public_html/admin/controller/task/sale/contact.php:256
#9 /home/XXXXXXXX/public_html/admin/controller/task/sale/contact.php:162
#10 /home/XXXXXXXX/public_html/admin/controller/task/sale/contact.php:74
#11 /home/XXXXXXXX/public_html/core/engine/dispatcher.php:287
#12 /home/XXXXXXXX/public_html/core/engine/dispatcher.php:202
#13 /home/XXXXXXXX/public_html/core/lib/task_manager.php:250
#14 /home/XXXXXXXX/public_html/task.php:108
in /home/XXXXXXXX/public_html/core/database/amysqli.php:119
Stack trace:
#0 /home/XXXXXXXX/public_html/core/lib/db.php(102): AMySQLi->query('SELECT * \n ...', false)
#1 /home/XXXXXXXX/public_html/core/engine/extensions.php(1151): ADB->_query('SELECT * \n ...', false)
#2 /home/XXXXXXXX/public_html/core/engine/extensions.php(372): ExtensionsApi->__ExtensionsApiCall('_query', Array)
#3 /home/XXXXXXXX/public_html/core/lib/db.php(68): ExtensionsApi->__call('hk_query', Array)
#4 /home/XXXXXXXX/public_html/core/lib/message.php(202): ADB->query('SELECT * \n ...')
#5 /home/XXXXXXXX/public_html/core/lib/message.php(112): AMessage->getLikeMessage('Mailer error!')
#6 /home/XXXXXXXX/public_html/core/lib/message.php(96): AMessage->_saveMessage('Mailer error!', 'Can't send emai...', 'E', true)
#7 /home/XXXXXXXX/public_html/core/lib/mail.php(650): AMessage->saveError('Mailer error!', 'Can't send emai...')
#8 /home/XXXXXXXX/public_html/admin/controller/task/sale/contact.php(256): AMail->send()
#9 /home/XXXXXXXX/public_html/admin/controller/task/sale/contact.php(162): ControllerTaskSaleContact->_send_email('XXXXXXXX...', Array)
#10 /home/XXXXXXXX/public_html/admin/controller/task/sale/contact.php(74): ControllerTaskSaleContact->_send(15, 17)
#11 /home/XXXXXXXX/public_html/core/engine/dispatcher.php(287): ControllerTaskSaleContact->sendEmail(15, 17, Array)
#12 /home/XXXXXXXX/public_html/core/engine/dispatcher.php(202): ADispatcher->dispatch('')
#13 /home/XXXXXXXX/public_html/core/lib/task_manager.php(250): ADispatcher->dispatchGetOutput()
#14 /home/XXXXXXXX/public_html/task.php(108): ATaskManager->runStep(Array)
#15 {main}
#10
Found were to edit it.

deleting the #L28 removes whole address, but I just want to get rid of the street name.


Any help will be greatly appreciated.
#11
Thanks for the reply, but I'm new to this. Do I have to download it from github edit it and upload it to abante cart?
#12
Installation and Configuration / Contact Us Page
June 19, 2021, 08:50:31 AM
Hi Everyone

Is there a way to limit how my address show in Contact Us page
I would like to hide the street name from the address in contact us page.

Thank you for and help

Forum Rules Code of conduct
AbanteCart.com 2010 -