Show Posts


Messages - abolabo

Pages: 1 2 [3] 4 5 ... 137
31
AbanteCart default mysql locale is utf8_general_ci, but it's not related to error "cannot to establish database connection" at all.
Try to check database user and it's  permissions.
Also be sure database with given name already exists.
if nothing help  please contact hosting provider support.

32
General Extensions / Re: fasti checkout success hooks
« on: March 13, 2023, 10:59:00 AM »
welcome back! :-)

If you want to hook before order confirmation you should do this
Code: [Select]
public function onControllerResponsesCheckoutPay_UpdateData(){ ... }
If you wish to show something after just hook page controller ControllerPagesCheckoutFastCheckoutSuccess

Code: [Select]
public function onControllerResponsesCheckoutPay_InitData(){...}or
Code: [Select]
public function onControllerResponsesCheckoutPay_UpdateData(){...}
You can find examples into another extensions of our code distributive.

Regards


33
Support / Re: Asking help for custom api in abantecart.
« on: March 10, 2023, 10:39:12 AM »
How can we register custom api in abantecart.... and how to use existing api function which are currently not accessible.... Thanks for ur response.

1. generate your own custom extension with our developer tool extension.
2. add your custom route into main.php (into controllers)
3. Create your own api controller and call it

regarding calls. You should be sure api is enabled in the settings of cart (see admin->system->settings->api)

also you can dig into our documentation


question about inaccessible function very confuse. please clarify.

34
Abantecart problem:
I have entered the login ID, and the Transaction ID in the payments section for Authorize.net.
but that information is not being entered into the Authorizenet.php file, as it should be.!
If anyone knows where to enter the information in the file, I can edit and enter the information then save the php file.
I am no programmer, but I should be able to do this.

Here is the error I am getting:
2023-03-02 19:57:43 - Unknown Error: AbanteCart core v.1.3.3 Class "net\authorize\api\contract\v1\MerchantAuthenticationType" not found in <b>/home/lrtr9wz13wxw/public_html/PEGASUSADULTSTORE.COM/extensions/default_authorizenet/storefront/model/extension/default_authorizenet.php</b> on line <b>36</b>

my server is running PHP Version 8.1


please take a look on this folder.
Be sure vendor folder presents on your host.
I suggest to replace directory public_html/extensions/default_authorizenet with our from repository.

35
Extension Support / Re: Form_Manager: won't register new user
« on: February 16, 2023, 03:50:37 AM »
looks like you have a base FormManager extension disabled... or deleted.
Just enable or install it

36
Can not Install 1.3.3 -

installation wisard says, that MySQL is OFF, but neither PHP 7.4 nor 8.2 (which I use) have MySQL option, both have mysqlI.

What to do?

also be sure you have a mysqlnd php-extension installed

37
Fresh Installation / Re: Unable to connect to market Place v1.3.2
« on: February 06, 2023, 03:13:18 AM »
Did a Fresh install of version 1.3.2, when try to connect to the market place from extensions section, getting following error message.

{"error_title":"Login Error!","error_text":"You are not logged in. You will be redirected to login page","show_dialog":true,"reload_page":true,"error_code":401}

I can log into market place directly without a problem.

please login into marketplace and open Account / my stores page. Then disconnect store with your domain (just hover mouse on ID) and try again inside your AbanteCart admin

38
General Support / Re: Unable to create options under version 1.3.3
« on: January 27, 2023, 11:02:31 AM »
Did you tried to disable all 3dparty extensions?

39
Support / Re: Unable to approve new registrations
« on: January 23, 2023, 06:11:25 AM »
please check is your folder public/html/vendor exists.
If not - just copy it from our git repository (zip-archive)

40
Support / Re: coupon code in url
« on: December 15, 2022, 04:45:04 AM »
what url do you mean?

41
Hi core devs,

It seems that we need to have all of the blocks filled AND turned ON in the footer section of Bootstrap5 template  for the presentation to  look nice.

Is that a bug or it is coded that way intentionally?

Please look at the attachments.

it's definitely not a bug.
Footer tpl have a two rows with 4 blocks per row.
First row show square blocks, second with inline.
If you want to hide of ot them you can override this tpl with yours OR replace block with your html custom empty block.

42
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

43
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

44
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

45
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.

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

Powered by SMFPacks Social Login Mod