Show Posts


Messages - abantecart

Pages: 1 2 [3] 4 5 ... 203
31
Opinions / Re: Products
« on: November 06, 2022, 02:55:12 PM »
I am not very clear what you request, but it looks like you need to enable stock tracking on your product options.

Check this document:
https://abantecart.atlassian.net/wiki/spaces/AD/pages/6750219/Products+Inventory

32
General Support / Re: MySQL version
« on: September 11, 2022, 02:55:27 PM »
Mysql v4.x is end of live long time ago

https://endoflife.software/applications/databases/mysql

I would not install old AbanteCart as you will have compatibility with PHP versions.

Upgrade your Mysql version.

PS. I am surprised that GoDaddy still support end of live MySQL

33
Tips and Tricks / Re: Product Video Tab
« on: September 11, 2022, 02:51:42 PM »
You can do this with Page Builder using online editor. https://marketplace.abantecart.com/design-elements/page_builder
You will need to do this for every product.

If you want to automate this, will need to be coded into the page.

34
General Support / Re: Install Error verison
« on: September 11, 2022, 02:48:55 PM »
What is your PHP version? Are you use all files from original source and not modified?

35
News and Announcements / AbanteCart 1.3.3 is released.
« on: August 07, 2022, 05:04:08 PM »
New version of AbanteCart 1.3.3 is now released.

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

New Features and improvements highlight:
https://github.com/abantecart/abantecart-src/releases/tag/1.3.3

36
Installation and Configuration / Re: Purchase Orders
« on: March 08, 2022, 12:48:27 PM »
Payment method is required to place the order.
You can use cash on delivery payment and rename it to something else that make more sense to your business.
Hope this helps

37
Support / Re: Abandoned Basket, Faceted Search and more
« on: February 15, 2022, 06:22:56 AM »
Welcome to AbanteCart community cymru78!

In addition to extensions that Basara mentioned, some items on your list will require custom changes of the code.
Hiding 'Reviews' and 'Tags' tabs, as well as hiding the 'Qty' option will be relatively easy.
'Search by Size' requires some clarifications.

If you are not PHP proficient, I suggest to hire some help for that. Our team can help as well with customization.

Good luck.

38
How-to questions / Re: How can I build saas?
« on: February 14, 2022, 08:36:22 AM »
Welcome to AbanteCart forum Obaviet,

What you ask will require substantial work on all processes, code organization and hosting platform set up.

We can help you build saas with abantecart if you need our help. Please PM for details.

39
Support / Re: Unable to send emails
« on: February 12, 2022, 07:20:29 AM »
Karlos, try to check your logs for AbanteCart after you try to send the message.


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



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


42
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

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


44
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

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

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

Powered by SMFPacks Social Login Mod