Show Posts


Messages - abantecart

Pages: 1 2 3 [4] 5 6 ... 202
46
General Support / Re: Qty box only needed on certain products
« on: July 22, 2021, 04:51:16 PM »
You can make qtty field as a hidden field with value of 1

Here is the template/line where it is shown
https://github.com/abantecart/abantecart-src/blob/47badf1f852a3cb2c35b5c978b4eb165766b578a/public_html/storefront/view/default/template/pages/product/product.tpl#L174

Here where you can change to hidden:
https://github.com/abantecart/abantecart-src/blob/47badf1f852a3cb2c35b5c978b4eb165766b578a/public_html/storefront/view/default/template/pages/product/product.tpl#L174

If you do not use extension/hook for this change, it can be wiped after next upgrade. Keep this in mind.


47
Templates / Re: Time Duplicated
« on: July 07, 2021, 08:11:27 AM »
What is a version of AbanteCart and PHP?

48
Template Support / Re: Designed by for Email confirmation template
« on: June 28, 2021, 01:36:23 PM »
More detailed please.
What do you need to be fixed?

49
Extension Support / Re: ElasticSearch extension
« on: June 28, 2021, 01:34:33 PM »
Hello timlight10,

I just tried really quick with ElasticCloud and it works for me.
If you still struggle, please contact extension support with the access to your admin.

Good luck


52
Installation and Configuration / Re: Bug in Export of CATEGORIES
« on: June 13, 2021, 09:58:36 PM »
Do you mind sharing your import file?

53
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



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

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

56
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

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

58
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

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

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

Pages: 1 2 3 [4] 5 6 ... 202

Powered by SMFPacks Social Login Mod