Show Posts


Messages - abolabo

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

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

18
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

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

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

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

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

24
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

25
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

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

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

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

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

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

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

Powered by SMFPacks Social Login Mod