Search found 19 matches

by mmm
09 Feb 2019, 16:08
Forum: Laravel package
Topic: Getting empty data values while accessing jsonapi resource
Replies: 3
Views: 1592

Re: Getting empty data values while accessing jsonapi resour

Yes I did, and this is not only related to product but also for all the resources like order, stock etc
by mmm
08 Feb 2019, 18:27
Forum: Laravel package
Topic: Getting empty data values while accessing jsonapi resource
Replies: 3
Views: 1592

Getting empty data values while accessing jsonapi resource

HI, I am getting empty array in data key while accessing JSON API. Can you provide some help. URL: http://mysite/jsonapi/product Result: { meta: { total: 0, prefix: null, content-baseurl: "http://mysite", csrf: { name: "_token", value: "cg4TJlZw7Bm3MUOebTItFgjajOjrcjfjMwd7u4...
by mmm
17 Nov 2018, 04:03
Forum: Laravel package
Topic: Crone jobs for removal
Replies: 1
Views: 1162

Crone jobs for removal

Hello, My understanding about admin/cache (remove old cache entries) and admin/log (remove old log entries) is that they clear the contents of admin_cache or admin_log tables in database but it is not happening. Similarly order/cleanup/unfinished removes unfinished orders (unblock product stock and ...
by mmm
09 Nov 2018, 05:27
Forum: Laravel package
Topic: Cannot get email after Creating new customer account
Replies: 9
Views: 3535

Cannot get email after Creating new customer account

Windows 8.1 XAMPP PHP 7.2.7 Laravel Framework 5.6.29 aimeos 2018.10 Hello , I am unable to get an email after creating new account. After creating account either via admin UI or via php artisan command i execute manually following crone job: php artisan aimeos:jobs "customer/email/account"...
by mmm
25 Sep 2018, 16:38
Forum: Laravel package
Topic: Delivery address not copied over from Billing address
Replies: 2
Views: 1495

Re: Delivery address not copied over from Billing address

Thanks a lot for the hint.
It was AddressesAvailable plugin that when I disabled removed that error.
by mmm
25 Sep 2018, 07:51
Forum: Laravel package
Topic: Delivery address not copied over from Billing address
Replies: 2
Views: 1495

Delivery address not copied over from Billing address

Windows 8.1 XAMPP PHP 7.2.7 Laravel Framework 5.6.29 aimeos 2018.7 Hi, I am working on multi shop configuration. During Checkout process , while on address page I checked radio button 'as billing address' under Delivery address. This means to me that Billing address fields will be copied over to Del...
by mmm
17 Sep 2018, 12:27
Forum: Laravel package
Topic: product image's preview is not visibile
Replies: 1
Views: 1171

Re: product image's preview is not visibile

I found out that the preview link was directing to another aimeos application installed on my server.
By temporarily disbaling vhost of that installation my Product images are displaying Now.
by mmm
17 Sep 2018, 06:19
Forum: Laravel package
Topic: product image's preview is not visibile
Replies: 1
Views: 1171

product image's preview is not visibile

Hi, After adding product via aimeos admin interface, my product image's preview is not shown on front end while i can see them in public/files and public/preview folders. <div class="media-item" data-src="http://localhost/preview/1/b/1b6a8c8c7ba39dba6adaf1ee3faf767e.jpg" style=&q...
by mmm
10 Sep 2018, 12:30
Forum: Help
Topic: Separate tree, search and attribute from filter component
Replies: 12
Views: 5073

Re: Separate tree, search and attribute from filter componen

Sorry I meant component not client..
by mmm
10 Sep 2018, 07:11
Forum: Help
Topic: Separate tree, search and attribute from filter component
Replies: 12
Views: 5073

Re: Separate tree, search and attribute from filter componen

I meant Standard.php files under
Catalog/Tree
Catalog/Search
and
Catalog/Attributes