Show Posts


Messages - abolabo

Pages: [1] 2 3 ... 135
1
Support / Re: Affiliate Marketing Software
« on: August 29, 2023, 03:32:14 AM »
Hello!

I recently installed Affiliate Marketing software that is asking me to add code to our 'Cart Success' page. Can anyone tell us which page we should be editing?

Thanks!

hi, what kind of code do you mean? js? php?
For js you can dig into common/success.tpl for generic checkout process or public_html/extensions/fast_checkout/storefront/view/default/template/responses/checkout/success.tpl for FastCheckout.

In case of php  you should to hook controller. For generic checkout public_html/storefront/controller/pages/checkout/success.php. For fast checkout - public_html/extensions/fast_checkout/storefront/controller/pages/checkout/fast_checkout_success.php

2
Hi, I am trying to install the paypal extension on a fresh shop installation, I get only a white page, the error log shows

2023-08-15 18:27:43 - Unknown Error: AbanteCart core v.1.3.4 Epoch doesn't fit in a PHP integer in <b>/htdocs/core/helper/utils.php</b> on line <b>435</b>

please help

Please be sure:
1. Your default time zone in the php.ini is correct.
2. Your date & time format in the language definitions is correct

Both parameters you can check on admin->system->settings->system page. See phpinfo button.

3
Support / Re: Critical error
« on: May 24, 2023, 01:32:17 PM »
bug fixed in 1.3.3. Please upgrade to solve it

4
General Discussion / Re: v133 config.php format changes
« on: May 10, 2023, 08:53:01 AM »
Please clarify problem.

5
General Support / Re: Add class to image uploaded
« on: May 02, 2023, 03:18:29 AM »
Hi on product page admin side if we add media (image) into product_description text_editor it takes full size on product page (storefront) is it possible to add a class to it? Not in html but via visual section as soon as they add media that class gets assigned

You can affect on image via html text editor via html style attribute.
For example
Code: [Select]
<img src="resources/image/18/80/5.jpg" style="width: 300px;" />

6
Installation and Configuration / Re: Help with error messages
« on: May 01, 2023, 03:04:07 AM »
hi.
You posted a result of function call. We cannot to know who called it.
It can be some extension too. Anyway posted message is not critical error. The cause is in some other.

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

8
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


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

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

11
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

12
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

13
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

14
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?

15
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)

Pages: [1] 2 3 ... 135

Powered by SMFPacks Social Login Mod