Show Posts


Messages - abolabo

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

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

18
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

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

20
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.3.5 and let us know

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

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

24
I deleted page builder and bootstrap5 and now i cannot get it back :( How do i redownload the bootstrap5 extn, any idea ?

BS5 is an extension from our distributive.

25
I am able to see the register button to click to create a new user account however when i change the template to bootstrap5 there is no button to submit new accounts. Please find screenshot.

You have an javascript errors on the page.
Try to disable or uninstall jivochat extension's js code and test.

26
Support / Re: cache.php and critical app errors
« on: September 27, 2023, 09:02:59 AM »
Well we have had another PayPal order come through but not register, no email from store but in orders under incomplete. Payment gone through to PayPal though.
And that is after switching to old PayPal module so it must be something deeper.

Also keep getting this error in the logs every 2 hours from the original missing order:
2023-09-26 18:17:51 - Paypal webhook PAYMENT.CAPTURE.COMPLETED: order ID 9540
Paypal related OrderId: 89U11368WC821835M but not found in the database.


Along with this one also:
2023-09-27 5:18:46 - Unknown Error: AbanteCart core v.1.3.4 Unknown named parameter $message in <b>/home/customer/www/ourstore.com/public_html/store/extensions/default_pp_standart/storefront/controller/responses/extension/default_pp_standart.php</b> on line <b>352</b>

Going to switch back to the newer PayPal module.
Client is pulling their hair out and not happy. I have no clue what is going on with it.

default_pp_standart does not supported anymore. Please use paypal_commerce extension instead

27
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

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

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

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

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

Powered by SMFPacks Social Login Mod