News:

AbanteCart v1.4.3 is released.

Main Menu

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 - dvagner

#16
Extension Support / Re: ElasticSearch extension
June 28, 2021, 12:14:49 PM
It works for me.

Send Screenshot with your settings.
#17
Extension Support / Re: ElasticSearch extension
June 27, 2021, 12:56:46 PM
It should work. Try.
#18
Extension Support / Re: ElasticSearch extension
June 27, 2021, 12:48:05 AM
Hi.
Elasticsearch extension supports only basic http auth.
Common template for use it:

http://user:pass@hostname:port
#19
General Support / Re: Admin Quick Edit Product
May 04, 2021, 02:35:27 AM
Hello, the problem is that the extension replaces templates that I have not updated with the release of new versions abantecart.
Now, unfortunately, I don't have time to fix it.
As there is an opportunity, I will try to fix it.
#20
Check php version. Should be > 7.3
#21
Support / Re: Cannot Add media images
April 26, 2021, 01:40:44 PM
You should see folders like in screenshot (without "install" )
#22
Support / Re: Cannot Add media images
April 26, 2021, 01:24:06 PM
Please provide result of
# ls -lua
in folder your site.

#23
API Development / Re: Fetch Resources of a Product
February 18, 2021, 03:34:00 AM
Abantecart not have api for return all resources of products.
You can extend api via new extension.
Please see, it can help you:
https://abantecart.atlassian.net/wiki/spaces/DOC/pages/17695186/Catalog+API+Requests+Parameters+and+Responses#CatalogAPI:Requests,ParametersandResponses-GetProductResources
#24
Support / Re: Storefront API
February 18, 2021, 03:27:30 AM
Create category via storefront - bad idea.
What error you see?
What code in file?
#25
Template Support / Re: Problem with Mustache
November 27, 2020, 06:19:40 AM
is everything okay now?
#26
Template Support / Re: Problem with Mustache
November 25, 2020, 06:10:49 AM
Check init.php in core
it should contain:

define('DIR_VENDORS', DIR_CORE.'/vendors/');

require DIR_VENDORS.'/Mustache/Autoloader.php';
Mustache_Autoloader::register();
#27
Template Support / Re: Problem with Mustache
November 23, 2020, 05:41:15 AM
Check your local files:

https://github.com/abantecart/abantecart-src/tree/master/public_html/core/vendors
it should contain Mustache folder with files
#28
How-to questions / Re: Task Manager Configuration
November 02, 2020, 04:13:50 AM
You can add 2 different tasks and run it from cron as 2 record in cron

php task_cli.php run --task_id=1 --force
php task_cli.php run --task_id=2 --force
....
#29
In case of using other payments, you can try use webview
Payments not ready for work via API.
#30
You can install nginx on dedicated server for proxy external connections to localhost

Forum Rules Code of conduct
AbanteCart.com 2010 -