Show Posts


Messages - dvagner

Pages: 1 [2] 3 4 5
16
Extension Support / Re: ElasticSearch extension
« on: June 28, 2021, 12:14:49 PM »
It works for me.

Send Screenshot with your settings.

17
Extension Support / Re: ElasticSearch extension
« on: June 27, 2021, 12:56:46 PM »
It should work. Try.

18
Extension Support / Re: ElasticSearch extension
« on: 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
« on: 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
Support / Re: Help -White page when trying to check out
« on: April 28, 2021, 04:34:20 PM »
Check php version. Should be > 7.3

21
Support / Re: Cannot Add media images
« on: April 26, 2021, 01:40:44 PM »
You should see folders like in screenshot (without "install" )

22
Support / Re: Cannot Add media images
« on: 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
« on: 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
« on: 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
« on: November 27, 2020, 06:19:40 AM »
is everything okay now?

26
Template Support / Re: Problem with Mustache
« on: 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
« on: 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
« on: 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
API Development / Re: Bank Transfer Payment Method in android APP
« on: October 29, 2020, 02:01:39 AM »
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

Pages: 1 [2] 3 4 5

Powered by SMFPacks Social Login Mod