Search found 17 matches

by IevIef
09 Sep 2018, 08:43
Forum: Help
Topic: How integrate new payment system?
Replies: 1
Views: 914

How integrate new payment system?

Hi, I have order_id, shop_id, secret_transaction_key and url to which I may send them to... after that from payment system need to be redirected to some Aimeos page for showing success or another results. The question is: 1) where I can write URL for payment system method? 2) where I can write param...
by IevIef
29 Jul 2018, 06:17
Forum: Laravel package
Topic: How to translate pages /register and /login
Replies: 7
Views: 2855

Re: How to translate pages /register and /login

Got it, thank you :) Can I make {locale} depend on browser language if browser language of user is one of purposed on the site?
by IevIef
25 Jul 2018, 17:44
Forum: Laravel package
Topic: How to translate pages /register and /login
Replies: 7
Views: 2855

Re: How to translate pages /register and /login

All made by instruction and when I write in config/shop.php and enter index page (/list): 'account' => ['prefix' => '{locale}', 'middleware' => ['web', 'auth']], 'default' => ['prefix' => '{locale}', 'middleware' => ['web']], 'confirm' => ['prefix' => '{locale}'], 'update' => ['prefix' => '{locale}'...
by IevIef
22 Jul 2018, 10:03
Forum: Laravel package
Topic: In what file are placed text/html/structure of mails?
Replies: 1
Views: 965

In what file are placed text/html/structure of mails?

Tell me please in what file(s) are placed text/html/structure of mail(s) which sended by my Aimeos? For example for this one: Aimeos Hello! You are receiving this email because we received a password reset request for your account. Reset Password If you did not request a password reset, no further a...
by IevIef
21 Jul 2018, 17:17
Forum: Laravel package
Topic: How to translate pages /register and /login
Replies: 7
Views: 2855

Re: How to translate pages /register and /login

I made this how it need to be from Laravel side but how I can connect {locale} from Aimeos and {locale} from Laravel for situations when someone need to register or login with another than english language, the language which was chosen on laravel site for example de
by IevIef
19 Jul 2018, 16:01
Forum: Laravel package
Topic: How to translate pages /register and /login
Replies: 7
Views: 2855

How to translate pages /register and /login

How to translate words on pages /register and /login?
by IevIef
16 Jul 2018, 06:03
Forum: Help
Topic: Frozen attributes for some languages and currencies
Replies: 5
Views: 2026

Re: Frozen attributes for some languages and currencies

Thank you a lot:) Now it really helps.
by IevIef
13 Jul 2018, 21:13
Forum: Help
Topic: Frozen attributes for some languages and currencies
Replies: 5
Views: 2026

Re: Frozen attributes for some languages and currencies

When I uncomment next rows: madmin' => [ 'cache' => [ 'manager' => [ 'name' => 'None', // Disable caching in \config\shop.php the problem is gone, but when after that I return //'name' => 'None', the problem returns back. I have no ability to clean cach on rented server and seems like hoster clean c...
by IevIef
11 Jul 2018, 20:19
Forum: Help
Topic: Frozen attributes for some languages and currencies
Replies: 5
Views: 2026

Re: Frozen attributes for some languages and currencies

Yes, I ask hosting provider because I have no admin rights and he make next clean: $ ./artisan aimeos:cache Clearing the Aimeos cache for site "default" and I compare with my local version on which I made the same - no changes with my local site where I upload last DB and do the same. But ...
by IevIef
10 Jul 2018, 05:53
Forum: Help
Topic: Frozen attributes for some languages and currencies
Replies: 5
Views: 2026

Frozen attributes for some languages and currencies

Hi:) I have 3 languages: uk, en and ru and 3 currencies: uah, usd and euro. And in attributes only for all euro combinations and for all English combinations all seems right: only color attribute are present. But for uk - uah, uk - usd and ru - uah and ru - usd there is still color and parameters wh...