Show Posts


Messages - abolabo

Pages: 1 2 3 [4] 5 6 ... 137
46
Extension Support / Re: Help whit fast checkout configuration
« on: October 07, 2022, 09:20:08 AM »
In the extension /extensions/fast_checkout there is no possibility to set the fields or delete them, I believe that the modification must be done through a file manager on some file inside the fast checkout folder. can anyone give me some suggestions on which file to edit and how to do? thank you

All files that you can to change placed inside public_html/extensions/fast_checkout/storefront/view/default/template/responses/checkout directory.
You can try to change them, but we recommends to create a new template extension based on default template (try to use our "developer tools" extension and clone template as extension )
Then you can copy directory public_html/extensions/fast_checkout/storefront/view/default as new directory with your newly created template text id. And then you can enable your new template and feel free to change anything inside your's template tpls.
To see directory tree as example  you can look on bootstrap5 tpls inside 1.3.3 release.

Regards

47
Support / Re: Connection to Paypal server can not be established
« on: September 23, 2022, 03:21:09 AM »
I have Paypal Commerce installed and I had no problems connecting my Paypal account.
I am now getting the following error message when testing the connection.

Connection to Paypal server can not be established.
{"name":"RATE_LIMIT_REACHED","debug_id":"9700ead716324","message":"Too many requests. Blocked due to rate limiting.","links":[]} .
Check your server configuration or contact your hosting provider.

When I click to update Webhooks I get

  App Error {"name":"RATE_LIMIT_REACHED","debug_id":"1b67008b44d0f","message":"Too many requests. Blocked due to rate limiting.","links":[]}

And when I press 'Disconnect Paypal' I just get a blank page and nothing happens.

Using the normal Paypal extension still seems be working just fine.

Any ideas?

Please try our minor improvement to solve an issue
Just replace file public_html/extensions/paypal_commerce/admin/controller/responses/extension/paypal_commerce.php with this

48
General Support / Re: unexpected error
« on: September 20, 2022, 06:47:58 AM »
You should to add column into table order_products manually via phpMyAdmin
See screenshot

49
Support / Re: Connection to Paypal server can not be established
« on: September 19, 2022, 03:07:37 AM »
it's not AbanteCart issue rather PayPal limiting policy.
Please read this https://developer.paypal.com/reference/guidelines/rate-limiting/ for details and ask Merchant Tech Support Center about limitation.
We cannot affect on their servers.

50
Support / Re: PHP High CPU
« on: September 08, 2022, 03:00:50 AM »
just install xdebug php-ext and create profile.
See https://xdebug.org/docs/profiler for details.
Then open profile in the KCachegrind or some other profile analizer(for example phpstorm) and check what part of code run slow.

I don't see any other way to check.

51
Support / Re: Black screen on loging into admin panel
« on: September 08, 2022, 02:57:03 AM »
please create file test.php inside public html directory and paste
Code: [Select]
<?php  phpinfo(); ?> into it.
Then open this file via browser (http://your-donmain.com/test.php) and check is curl extension enabled (you will see section CURL... or not).
Also post php version and abantecart version too.

52
General Support / Re: How to get referrer from a form?
« on: September 06, 2022, 01:48:35 AM »
try to use session. Set some value (current product url into $this->session->data['product_url']) and set it into your hidden field in the form

53
How-to questions / Re: Remove Button
« on: September 01, 2022, 04:36:40 AM »
hello.  These buttons loads by paypal js.sdk. You should to ask their support how to regulate it from paypal account side.

54
General Support / Re: Admin login glitched
« on: August 29, 2022, 02:41:27 AM »
strange situation.
Looks like somebody broke this file public_html/admin/view/default/template/form/form_open.tpl
Try to edit it or replace with this

If not help - try to replace all content of this file with
Code: [Select]
<form method="post">

55
General Support / Re: payPal standard success page redirect
« on: August 19, 2022, 02:21:11 AM »
I think you should to create a hook on _UpdateData() call of success page controller. Not a new controller.

You can look into other extensions for example.

Note. Paypal_standart now is deprecated since version 1.3.3.

56
Support / Re: No emails being sent
« on: August 16, 2022, 09:06:26 AM »
i have verified my php sendmail functioning is working.  I get the below error still in the AbanteCart Error logs:

AMail. transport: Symfony\Component\Mailer\Transport\SendmailTransport: Unable to write bytes on the wire.
Can you PM me a credentials to your cPanel ?

57
Support / Re: No emails being sent
« on: August 15, 2022, 01:35:39 AM »
if you use inner server mailer you should to be sure it work ok.
The best way do this via terminal (bash shell).
Please read this how to check this

58
Support / Re: Can The 'Buy It Now' Button Be Disabled?
« on: June 28, 2022, 05:04:19 AM »
Can The 'Buy It Now' Button Be Disabled?

 :(

Setting added into new version of FC inside developer branch 1.3.3.
You got it after upgrade. Or you can replace your folder extensions/fast_checkout with folder from current dev branch

59
General Support / Re: Cannot connect my store to the "marketplace"
« on: June 23, 2022, 04:23:12 AM »
To solve please try to change UNIQUE_ID inside file system/config.php and let us know regarding login to MP

60
Template Support / Re: Unable to view email messages
« on: June 08, 2022, 09:30:19 AM »
For instance when an order is placed, I do get notified automatically by email. However, when I attempt to view the message using Windows default mail app, it keeps loading endlessly without displaying anything. I've also tried viewing the message directly on my browser by logging into my email account. Interestingly, it shows on the browser, but in an unreadable format, as shown on the screenshot attached. Kindly advise.

is this issue still actual?

Pages: 1 2 3 [4] 5 6 ... 137

Powered by SMFPacks Social Login Mod