Search found 6 matches

by Armenia
01 Aug 2022, 12:56
Forum: Help
Topic: laravel blade directives in aimeos templates
Replies: 1
Views: 606

laravel blade directives in aimeos templates

Hi
In Laravel blade files we can use directives (For example @push('scripts'))
How can I do that in Aimeos templates (Admin or Client) ?
Special syntaxis or something else ?
by Armenia
28 Jul 2022, 11:45
Forum: Help
Topic: Divide order product
Replies: 4
Views: 977

Re: Divide order product

Thank you !
by Armenia
28 Jul 2022, 08:25
Forum: Help
Topic: Divide order product
Replies: 4
Views: 977

Re: Divide order product

Only after basket 'Summary' step.
by Armenia
27 Jul 2022, 14:24
Forum: Help
Topic: Divide order product
Replies: 4
Views: 977

Divide order product

Hi.
In this case I should divide order product, when product quantity is greater then 1.
For example, when quantity is equal to 4, I have to save this product in 4 different rows at database (In each row quantity is equal 1).
How can I implement this ?
by Armenia
06 Jun 2022, 14:45
Forum: Help
Topic: Overwrite payment file
Replies: 1
Views: 549

Overwrite payment file

Laravel version: 6.20
Aimeos version: 2021.04
PHP version: 7.4

I'm trying to overwrite /ai-payments/lib/custom/src/MShop/Service/Provider/Payment/OmniPay.php to my files.
In which directory I should be overwrite this file ? And path for config files
by Armenia
03 Jun 2022, 12:40
Forum: Help
Topic: One address functionality in project
Replies: 1
Views: 544

One address functionality in project

Laravel version: 6.20
Aimeos version: 2021.04
PHP version: 7.4

By default available 2 addresses: Payment and Delivery.
But there is required only one address.
Can I do it with help config or in another way ?