Show Posts


Messages - abantecart

Pages: 1 2 [3] 4 5 ... 201
32
Installation and Configuration / Re: Bug in Export of CATEGORIES
« on: June 13, 2021, 09:58:36 PM »
Do you mind sharing your import file?

33
Upgrade / Re: Critical error
« on: June 13, 2021, 09:55:05 PM »
If you are not able to explain the issue and let forum help you, here is the official paid support page from AbanteCart team

https://managed.abantecart.com/

You can select a service time that usually starts with 1 hour

After you send your payment, you can contact here:
https://managed.abantecart.com/#contact



34
Installation and Configuration / Re: Bug with checkout?
« on: June 13, 2021, 01:08:41 PM »
Lewis White, do you have any finding to share?

35
General Support / Re: No image with Data Import
« on: May 09, 2021, 08:11:35 PM »
Any other errors in the log?
This can be issue with space on your server or permissions on the folders.

36
Extension Support / Re: Can't ship UPS
« on: May 08, 2021, 07:55:11 AM »
Merged duplicated topics

Gary,
What is your AbanteCart version?
Post exact curl error you get

37
We might need to make it a bit more clear in the settings. This is not call for price feature. But on the other hand, why would you need to block ordering and still show the price.
We need more use cases and demand for these
How many legit businesses need call for price option? I bet most customers want to see the price and avoid monkey business.

38
Hello Milan_VC,

Welcome to AbanteCart forum.

What you describe is a correct behavior. Customer's active cart is stored in the session and specific to given session. Once the session is lost or customer is logged off, sessions is cleared.
With new login, last cart content will be loaded from the database.
To achieve you requirement, you will need to reload cart from database all the time.
This code is in the customer class
https://github.com/abantecart/abantecart-src/blob/master/public_html/core/lib/customer.php#L191

39
General Support / Re: Marketplace Error Connect
« on: April 27, 2021, 06:44:03 AM »
Interesting. Glad you resolved the issue.

40
General Support / Re: Admin Quick Edit Product
« on: April 26, 2021, 06:50:51 AM »
What version of PHP do you have? Any errors in the log. Like I said before, it works for me.

41
General Support / Re: Get rid of the 'Sort By:' panel/button
« on: April 26, 2021, 06:48:32 AM »
An sorry for wrong URL. I have corrected it now.

42
Generally, you do not need to change much. You need to update your store URL in settings.
Make sure you preserve permissions. copy all files and directories and clear cache after you copy.

43
You have found an interesting small bug.

We will fix it for 1.3.1

I have created a ticket for that.
https://github.com/abantecart/abantecart-src/issues/1470


44
General Support / Re: Get rid of the 'Sort By:' panel/button
« on: April 26, 2021, 06:25:48 AM »
Here is the link to the file that shows the showing with the variable

https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/category.tpl#L32

You can remove this line or better you can use hooks to hide it.

45
General Support / Re: Admin Quick Edit Product
« on: April 23, 2021, 03:00:43 PM »
I am not Basara.

Just tried on our demo and saving in the opening modal works fine. Note, if you have options for the product, you will not be able to edit quantities  on the main level.

If you expect ext field to become editable on the click, it is not how it suppose to work.

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

Powered by SMFPacks Social Login Mod