Search found 36 matches

by akropivko
05 Nov 2023, 16:22
Forum: Laravel package
Topic: how to overwrite translation files for jobs
Replies: 3
Views: 2526

Re: how to overwrite translation files for jobs

There are multiple i18n directories with .po files, such as: vendor/aimeos/ai-controller-jobs/i18n/ vendor/aimeos/ai-client-html/i18n vendor/aimeos/ai-client-html/i18n/code ... Should I use a single .po (and .mo) file in the "i18n" directory of my extension to override all of these files?
by akropivko
28 Oct 2023, 19:06
Forum: Laravel package
Topic: There is no Invoice No. for PrePay orders
Replies: 1
Views: 1780

There is no Invoice No. for PrePay orders

Hi! I discovered that there is no "Invoice No." for PrePay orders. So, when a customer places a PrePay order, it results in a "pending" status in the backend for the order, but without the "Invoice No." The "Invoice No." only appears when the status is changed...
by akropivko
27 Oct 2023, 13:32
Forum: Laravel package
Topic: how to overwrite translation files for jobs
Replies: 3
Views: 2526

how to overwrite translation files for jobs

Hi,
I'd like to overwrite translation files from vendor/aimeos/ai-controller-jobs/i18n.
What folder in my extention I should use to do this?
"aimeos/aimeos-laravel": "2023.10.x-dev",

thanks
by akropivko
25 Oct 2023, 20:14
Forum: Laravel package
Topic: Folders junctioning list
Replies: 1
Views: 1958

Folders junctioning list

Hi! For some reason, I lost the junctions to my project folders, probably due to local folders being overwritten from the server. Could you please list the folders that I should recreate junctions for? I've already created two of them: From packages/idea/themes/client/html/<extname> to public/vendor...
by akropivko
17 Oct 2023, 14:05
Forum: Laravel package
Topic: 403 error encountered when attempting to remove a product from the mini basket.
Replies: 5
Views: 27680

Re: 403 error encountered when attempting to remove a product from the mini basket.

... and the same issue when trying to delete a subcategory in the backend -
Screenshot_56.jpg
Screenshot_56.jpg (38.39 KiB) Viewed 27619 times
The request is the default one -
/admin/default/jsonadm/catalog?locale=uk&id=24&_token=TL4Hjd172lwAvo0ucfm1CFNaqkVORxaJk6AaiLys
by akropivko
16 Oct 2023, 17:03
Forum: Laravel package
Topic: 403 error encountered when attempting to remove a product from the mini basket.
Replies: 5
Views: 27680

Re: 403 error encountered when attempting to remove a product from the mini basket.

This - /jsonapi/basket?id=default&related=product&relatedid=0&_token=3gWii4rfC7E2iStRMZwXsENWX2RMzAtXBexKdzpY It is the default AI request to delete a product item from the minibasket. Despite the 403 mistake, the product item had been deleted on my local server, but had NOT been deleted...
by akropivko
15 Oct 2023, 15:55
Forum: Laravel package
Topic: 403 error encountered when attempting to remove a product from the mini basket.
Replies: 5
Views: 27680

403 error encountered when attempting to remove a product from the mini basket.

Hi! Removing a product item from mini basket by json /jsonapi/basket?id=default&related=product&relatedid=0&_token=3gWii4rfC7E2iStRMZwXsENWX2RMzAtXBexKdzpY causes a 403 error: {"errors": [ {"title": "Not allowed for this resource"}]} Any ideas how to fix thi...
by akropivko
29 Sep 2023, 10:42
Forum: Laravel package
Topic: Attribute types translation in admin
Replies: 5
Views: 19679

Re: Attribute types translation in admin

'i18n' => [ 'en' => [ 'client/code' => [ 'Material_fasadu' => ['Facade material'] ] ] ] It works good for the frontend, but it still doesn't work for the admin part, see the screenshort: Screenshot_38.jpg Starting with 2023.10 LTS, you will be able to add translations directly to the type items in ...
by akropivko
27 Sep 2023, 19:10
Forum: Laravel package
Topic: Attribute types translation in admin
Replies: 5
Views: 19679

Re: Attribute types translation in admin

aimeos wrote: 24 Sep 2023, 20:46 You can translate the attribute types in your ./config/shop.php
Could you prodide me with the path for the translation in ./config/shop.php? I tried several options, but with no result
by akropivko
23 Sep 2023, 13:57
Forum: Laravel package
Topic: Attribute types translation in admin
Replies: 5
Views: 19679

Attribute types translation in admin

Please provide the way to translate the attribute types on product details, see the screenshot
Screenshot_37.jpg
Screenshot_37.jpg (199.07 KiB) Viewed 19679 times
Version - 2023.07
Integration - Laravel
System - Windows10