Search found 99 matches

by khizar
17 Apr 2021, 06:15
Forum: Help
Topic: translations - adding translations for attributes
Replies: 10
Views: 3492

translations - adding translations for attributes

Hey aimeos, i have integrated aimeos with laravel. versions: "aimeos/aimeos-laravel": "~2020.10", "laravel/framework": "^8.12", i have added missing translations but now i have another problem.My problem is that when i make a new site using command php artisan...
by khizar
15 Apr 2021, 10:04
Forum: Help
Topic: adding new field-payment provider
Replies: 1
Views: 874

adding new field-payment provider

hi aimeos, i have integrated aimeos with laravel versions: "aimeos/aimeos-laravel": "~2020.10", "laravel/framework": "^8.12", i am implementing a payment provider.my problem is that i want to add a select box on the form where user selects payment method.pleas...
by khizar
14 Apr 2021, 11:04
Forum: Help
Topic: Implementing Payment Provider
Replies: 12
Views: 4225

Re: Implementing Payment Provider

waiting for reply guys
by khizar
14 Apr 2021, 09:50
Forum: Help
Topic: Implementing Payment Provider
Replies: 12
Views: 4225

Re: Implementing Payment Provider

and also please tell me that the three step approach which is given in the api docs, is it possible to implement this in aimeos
by khizar
14 Apr 2021, 09:35
Forum: Help
Topic: Implementing Payment Provider
Replies: 12
Views: 4225

Re: Implementing Payment Provider

i also tried to add return view('paymentform') but it didn't work because as you know it only accepts \Aimeos\MShop\Common\Helper\Form\Standard as a return. so is there any way to return my custom form here
by khizar
14 Apr 2021, 09:33
Forum: Help
Topic: Implementing Payment Provider
Replies: 12
Views: 4225

Re: Implementing Payment Provider

aimeos wrote: 14 Apr 2021, 09:31 I meant, does the payment work with the Aimeos payment form without any change and additional code?
no it doesn't work
by khizar
14 Apr 2021, 08:58
Forum: Help
Topic: Implementing Payment Provider
Replies: 12
Views: 4225

Re: Implementing Payment Provider

We don't have any experience with HyperPay but the intergration in the docs you are mentioning seems to be a different one. Did you check if the Aimeos payment form for works nevertheless. ok.actually to show the payment form it needs 1) script tag 2) a specif class and data-brand attribute on the ...
by khizar
14 Apr 2021, 08:54
Forum: Help
Topic: Implementing Payment Provider
Replies: 12
Views: 4225

Re: Implementing Payment Provider

We don't have any experience with HyperPay but the intergration in the docs you are mentioning seems to be a different one. Did you check if the Aimeos payment form for works nevertheless. i added a script tag in the ext\ai-client-html\client\html\templates\checkout\standard\process-body-standard b...
by khizar
13 Apr 2021, 11:44
Forum: Help
Topic: update shipping cost
Replies: 3
Views: 1379

Re: update shipping cost

petra40 wrote: 13 Apr 2021, 09:44 Why didn't anyone respond?
i don't know but i completed that task by spending almost 3 days .
by khizar
13 Apr 2021, 05:19
Forum: Help
Topic: adding new translations:currency translation
Replies: 10
Views: 3744

Re: adding new translations:currency translation

how to upload all other translation files too? go to https://www.transifex.com/aimeos/aimeos-core/languages/ and select the language, a table having resources will appear(e.g admin,admin-ext etc) now one by one select the resource(e.g if you have translation file of admin then select admin).when yo...