Show Posts


Messages - abolabo

Pages: 1 [2] 3 4 ... 137
16
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?

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

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




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

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


21
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

22
Quote
But when i try to upgrade the extension

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

23
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'];
}

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

25
Support / Re: Display Order on home page
« on: October 27, 2023, 03:41:46 AM »
Yes, I have seen that, but as I said in my first email, I have changed the date available a few times but that doesnt change the order of display in the Latest Products.

The name LATEST means recently added products. Sort order will be "date_added descending" anyway.
If you want to customize just use your custom listing block instead

26
Templates / Re: Collections, custom layout and Default Template
« on: October 26, 2023, 05:00:26 AM »
You found a bug here.
Temporary solution is creating new layout for collection only for active template. (just remove layout in admin->design->layout and recreate on collection edit page)
Fix will be in v1.3.5.
Thank you.

27
This question has been asked a few times, but I've not found a satisfactory answer, or the responders have not seemed to understand the issue, so here goes.

I have stores with Opencart and Magento, and those platforms assume that product prices include any tax that you may assign to them. (I'm in the UK so our VAT tax rate is 20%)
So, for example, a taxable product with a price of 9.99 is assumed to be 8.32 + Tax when it comes to checkout.

It seems that AbanteCart ADDS the tax to the product price instead, rather than assuming it's included. So a taxable product at 9.99 becomes 9.99 + tax at checkout - 11.99.
I can zero rate my products, but if a B2B customer requires a VAT invoice, then this is problematic.

System > Settings > Checkout > Display Prices With Tax set to no just removes "inc. Taxes" off the product page.

Is there a way of getting AbanteCart to include tax rather than add tax to product prices? I use Magento so am not afraid of a little coding if it's possible.
It seems like a good platform for what I need, but I can't be doing trying to work out all my prices ex-VAT, what with all the rounding up/down issues.

TIA.

please test our solution in the dev version v1.4.0 and let us know

28
Templates / Re: fast checkat
« on: October 16, 2023, 03:25:27 AM »
Hi.
You should to add your tpl files into directory /extensions/fast_checkout/view/YOUR_TEMPLATE_TEXT_ID/pages(responses)/...
Fast checkout is an extension too.

29
Support / Re: Human verification has failed! Please try again
« on: October 16, 2023, 03:19:43 AM »
This class is not related to captcha. AbanteCart code don't have it.  Even more, assets directory does not exists in our project.
You should to ask goDaddy about it.

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

Powered by SMFPacks Social Login Mod