Show Posts


Messages - abolabo

Pages: [1] 2 3 ... 137
1
Tips and Tricks / Re: Options for products
« on: March 13, 2024, 04:06:19 AM »
I want to make some alterations to some of the options offered in the product page setup, like the radio buttons, etc. But where, oh where are the codes for the options? In what section where the cart is installed?

please clarify what is the aim.

2
Also you can try with enabled browser developer tools. See Console tab for js-errors.
Please let us know about result.

3
Unknown Error: AbanteCart core v.1.3.3 Unsupported operand types: string + float in <b>/home/loveyou7petsuper/public_html/core/lib/tax.php</b> on line <b>228</b>

you can try to downgrade from php8 to php7.4 to solve an issue.

4
Development Help Needed / Re: Change PayPal message
« on: February 23, 2024, 03:45:04 AM »
Probably you should to hook controller public_html/extensions/fast_checkout/storefront/controller/responses/checkout/pay.php  method _process_success
You can write _updateData hook and use $that->session->data['processed_order_id'] for order recognizing

5
Extension Support / Re: no BS5 clone available dev tools
« on: February 08, 2024, 03:44:55 AM »
We did not realized this feature in the devtools yet. Will be soon. To clone extension template just copy directory "bootstrap5" to "your_new_template_text_id" and rename all files and subdirectories  "bootstrap5" to "your_new_template_text_id" (usually it's a language subdirectory in admin and sf) Also open layout.xml file from template root directory and replace all "bootstrap5"  words with "your_new_template_text_id" (BS5 too)  After then you can install your new template.

7
General Support / Re: default wt based for 1.3.4 Issue
« on: January 29, 2024, 05:01:01 AM »
please give us full test of error. What file with line 89?

8
please check is this folder exists on your host.
This error means your cart cannot to find some file from it.

9
Built-in Features / Re: how to use phpunit in a project
« on: December 31, 2023, 11:41:35 AM »
you can check how we use phpunit testing in the abantecart next generation.
See this file tree https://github.com/abantecart/abantecart_2.0/tree/master/abantecart/abc
You can find phpunit configuration file https://github.com/abantecart/abantecart_2.0/blob/master/abantecart/abc/phpunit.xml
Just create yours and start to create test classes.




10
General Support / Re: Human verification has failed! Please try agan.
« on: December 26, 2023, 04:47:06 AM »
Hello Abolado, first of all merry christmas, ok so i copied the code to my form.php but the error continues ?

To debug you should to check what data passed to your controller.
Just open developer tools of your browser, click Network tab and see POST request data after form submission.
You need to find captcha long temporary key in it.
Note parameter name.

11
General Support / Re: Human verification has failed! Please try agan.
« on: December 24, 2023, 11:04:42 AM »
please check this bugfix


12
Template Support / Re: Bootstrap5 Logo Position
« on: December 19, 2023, 06:28:51 AM »
you can find logo here
public_html/extensions/bootstrap5/storefront/view/bootstrap5/template/common/header.tpl

https://getbootstrap.com/docs/5.3/utilities/flex/#justify-content

13
Quote
But when i try to upgrade the extension

please clarify how you did this. i mean how you did upgrade of extension.

14
General Support / Re: Update Shipping logic
« on: November 13, 2023, 06:00:18 AM »
public_html/extensions/default_weight/storefront/model/extension/default_weight.php

line 87
see
Code: [Select]
if ($product['ship_individually']) {
    $cost += $fixed_cost * $product['quantity'];
}

15
Templates / Re: fast checkat
« on: October 30, 2023, 03:03:27 AM »
Bolabo I appreciate your suggestion to add tpl files to the /extensions/fast_checkout/view/YOUR_TEMPLATE_TEXT_ID. However, there's a reason I can't include these files in the fast_checkout extension. My theme is intended for sale. If you have any alternative suggestions or guidance on how I can work around this limitation, I would greatly appreciate it.

You have only one way - copy your template directory with tpls inside  into fast_checkout/storefront/view during installation (use install.php for that)

Pages: [1] 2 3 ... 137

Powered by SMFPacks Social Login Mod