News:

AbanteCart v1.4.3 is released.

Main Menu
support

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - abantecart

#46
Support / Re: The background opens slowly
January 06, 2022, 08:10:17 PM
You can disable getAvatar

https://github.com/abantecart/abantecart-src/blob/566bfb6c9d4406f13ad9dc0dfcd09c977bf94115/public_html/core/lib/user.php#L308

Just add return '';

I think we should add an option to disable this
#47
Built-in Features / Re: Page builder supportability
December 16, 2021, 09:06:41 AM
Page builder Alpha is now published for free download

https://marketplace.abantecart.com/page_builder

More documentation and details coming.

For now, the goal to try it and get as many use cases as possible.

Ultimate goal is to allow users to build pages with all kind of contents and develop themes.   

#48
Support / Re: Update Name After Clone
November 28, 2021, 04:23:24 PM
There is no host name in configuration file if this is what you ask.
But you might need to update database hostname and u/p if that changed.
Once you login to your admin, you need to update store URL with new domain name
#49
Support / Re: Using API to Send Customer Data
November 28, 2021, 04:18:16 PM
You need to integrate AbanteCart with Zapier first.

Alternatively (free), you can monitor Mysql table changes using Mysql binary log and create events based on the change.
There is a lot of information how to do this.

https://medium.com/@mohammedalrowad/monitoring-mysql-data-changes-in-real-time-via-nodejs-binary-logs-c379720c0333

This is without changing AbanteCart code.

If you want to change a code you can create a hook to registration process, and call other external process or some event queue.
#50
News and Announcements / AbanteCart 1.3.2 is released.
November 27, 2021, 10:07:56 AM
New version of AbanteCart 1.3.2 is now released.

Master branch is set to be 1.3.2.
https://github.com/abantecart/abantecart-src

New Features and improvements highlight:
https://github.com/abantecart/abantecart-src/releases/tag/1.3.2
#51
AbanteCart Charged (Former v2.0) / Re: taxation
August 29, 2021, 08:25:29 AM
Please provide more details with use cases.
#52
Thank HADY for sharing.
#53
How-to questions / Re: Sub Folders to Organise Media
August 22, 2021, 10:58:58 PM
Are these media files for products?

One solution that comes to mind, you can name your files (or title) beginning with something that is unique to the group. You can search for that group.

There is no ability to create categories for media files. We can consider adding categories, but there might be more to it and we need to discuss details. 
#55
Sounds like you need to generate unique token/id for your download and encode it to QR code with the link.
This entirely custom process, as I see it, would consist of 2 parts.

1. Backend process or admin that will generate QR code for given customer/download
2. Frontend controller (based on URL in QR code) to validate the token and provide download.

#56
Hello jmp100,

What you ask is possible with custom set up and integration implementation to ERP system.
PM to me if you are interested to work with our team.

#57
News and Announcements / AbanteCart 1.3.1 is released.
August 04, 2021, 10:36:52 PM
New version of AbanteCart 1.3.1 is now released.

Master branch is set to be 1.3.1.
https://github.com/abantecart/abantecart-src

New Features and improvements highlight:
https://github.com/abantecart/abantecart-src/releases/tag/1.3.1
#58
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.

#59
Templates / Re: Time Duplicated
July 07, 2021, 08:11:27 AM
What is a version of AbanteCart and PHP?
#60
More detailed please.
What do you need to be fixed?

Forum Rules Code of conduct
AbanteCart.com 2010 -