Show Posts


Messages - abolabo

Pages: 1 2 [3] 4 5 ... 137
31
Support / Re: Critical error
« on: May 24, 2023, 01:32:17 PM »
bug fixed in 1.3.3. Please upgrade to solve it

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

33
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;" />

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

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

36
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


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

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

39
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

40
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

41
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

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

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

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

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

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

Powered by SMFPacks Social Login Mod