Search found 36 matches

by akropivko
16 Feb 2021, 14:22
Forum: Laravel package
Topic: price without decimals
Replies: 2
Views: 1070

Re: price without decimals

Thanks! A small note. My version of aimeos-core/lib/mshoplib/src/MShop/Price/Manager/Standard.php has a little bit different config string: $this->precision = $context->getConfig()->get( 'mshop/price/precision', 2 ); (not 'mshop/price/manager/precision'): see attach. So when I update the core I will...
by akropivko
14 Feb 2021, 15:57
Forum: Laravel package
Topic: price without decimals
Replies: 2
Views: 1070

price without decimals

Hi!
Is there any way to configure in one place to use price without decimals? e.g. 1000 usd
by akropivko
26 Jan 2021, 13:37
Forum: Laravel package
Topic: Adapting Laravel Templates
Replies: 2
Views: 1254

Re: Adapting Laravel Templates

it is possible in /resources folder - https://aimeos.org/docs/2020.x/laravel/extend/
by akropivko
26 Jan 2021, 11:22
Forum: Laravel package
Topic: Error on save after clicking on characteristics without adding one
Replies: 10
Views: 3158

Re: Error on save after clicking on characteristics without adding one

Hi svedrine!
I've got the same problem. Could you please describe how you did resolve the issue in more detail?
by akropivko
20 Jan 2021, 13:05
Forum: Laravel package
Topic: mini basket hidden by default??
Replies: 1
Views: 863

mini basket hidden by default??

Hi, Both on Aimeos official site https://laravel.demo.aimeos.org/default/en/EUR and my local laravel installation (Win10, PHP 7.4, Aimeos 2020.10, Laravel 6.20.13) I can't find how to activate the mini basket layout on the fronend. No icon, no mouse over behaviour. I discovered that it is hidden by ...