Show Posts


Messages - abantecart

Pages: 1 2 [3] 4 5 ... 202
31
General Support / Re: Extending support on MarketPlace extension
« on: February 01, 2022, 07:03:21 AM »
Hello,

Extended supports requires authors to support their extensions including providing code updates and fixes with new versions. How do you envision support without code fixes?
This model very common in the industry and offered buy our competitors.

What you are looking for sounds like subscription based model. We consider this approach in the future.



32
New Features Discussion / Page builder for v1.3.3
« on: January 06, 2022, 08:22:22 PM »
As you might know, we have released an Alpha version of Page Builder for AbanteCart 1.3.3

This initiative is aimed to help user manage design and layout of pages in AbanteCart with a visual editor.
There is a possibility to create and redistribute templates/themes.
https://marketplace.abantecart.com/templates--skins/page_builder

Please help us review this functionality and provide feedback.

We welcome developers to help improving Page Builder and make is a great tool for every user.


33
Support / Re: The background opens slowly
« on: 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
Code: [Select]
return '';
I think we should add an option to disable this

34
Built-in Features / Re: Page builder supportability
« on: 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.   


35
Support / Re: Update Name After Clone
« on: 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

36
Support / Re: Using API to Send Customer Data
« on: 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.

37
News and Announcements / AbanteCart 1.3.2 is released.
« on: 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

38
AbanteCart v2.0 / Re: taxation
« on: August 29, 2021, 08:25:29 AM »
Please provide more details with use cases.

39
Configuration / Re: Fabric sales (decimal calculation)
« on: August 22, 2021, 11:00:32 PM »
Thank HADY for sharing.

40
How-to questions / Re: Sub Folders to Organise Media
« on: 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. 

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


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


44
News and Announcements / AbanteCart 1.3.1 is released.
« on: 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

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


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

Powered by SMFPacks Social Login Mod