Search found 72 matches
- 22 Mar 2022, 18:31
- Forum: Help
- Topic: discount flags
- Replies: 1
- Views: 2295
discount flags
we seem to have discount flags appearing on product when the there is a rebate applied, is there a way to disable the flag so its not visible, but we still want the rebate to be applied
- 10 Feb 2022, 15:44
- Forum: Help
- Topic: Avoid GET requests for delete operations
- Replies: 3
- Views: 3708
Re: Avoid GET requests for delete operations
Thanks guys, This package had a dependency on aimeos/aimeos-core 2021.10.*. However as I mention we are stuck on 2020.10.*. We don't have the option/budget to upgrade at the moment. Not sure what to suggest other than patch it and roll it back, but I can also understand why this was changed. Do you ...
- 09 Feb 2022, 10:43
- Forum: Help
- Topic: Avoid GET requests for delete operations
- Replies: 3
- Views: 3708
Avoid GET requests for delete operations
Hello, Currently using 2020.10.*, I notice a change was introduced July/2021. https://github.com/aimeos/aimeos-laravel/commit/55e6b07ee5cdc8403731920417c556fa3ff69270 This is now preventing me from removing items from the import/export panel. Reading the comments on the commit it references changes ...
- 12 Jan 2022, 08:56
- Forum: Help
- Topic: Adding additional salutations 2020.10.*
- Replies: 4
- Views: 5735
Re: Adding additional salutations 2020.10.*
Yes I do! And no, the configuration is defined in my extensions /ext/xxxxx/config/mshop.php file. This sounds what it might be doing, moving forward is the suggestion to configure this then under the "mshop" key within the laravel shop configuration? I'm not able to test this right now, bu...
- 11 Jan 2022, 12:01
- Forum: Help
- Topic: Adding additional salutations 2020.10.*
- Replies: 4
- Views: 5735
Re: Adding additional salutations 2020.10.*
return [ ... 'customer' => [ 'manager' => [ 'address' => [ 'name' => 'CustomerAddressManager' ], ], ], ] * For reference, the manager is in the following namespace \Aimeos\MShop\Customer\Manager\Address\CustomerAddressManager And im following the document comments as outlined here https://github.co...
- 10 Jan 2022, 12:52
- Forum: Help
- Topic: Adding additional salutations 2020.10.*
- Replies: 4
- Views: 5735
Adding additional salutations 2020.10.*
Happy new year, I just wonder if I can get some feedback on managers, sub managers please. https://github.com/aimeos/aimeos-laravel/issues/198 There was query on github regarding extending a submanager, or rather a submanagers item. I understand the need to extend the Manager, and then create the ne...
- 10 Dec 2021, 08:09
- Forum: Help
- Topic: Product Search - No Results
- Replies: 2
- Views: 3166
Re: Product Search - No Results
Thanks, this resolved the issues ![Fetzig 8-)](./images/smilies/icon_cool.gif)
![Fetzig 8-)](./images/smilies/icon_cool.gif)
- 08 Dec 2021, 07:41
- Forum: Help
- Topic: Product Search - No Results
- Replies: 2
- Views: 3166
Product Search - No Results
Morning, My search returns zero results 99% of the time. I came across the following thread, which explains that using "client/html/catalog/lists/catid-default" might not have the desired effect. https://aimeos.org/help/viewtopic.php?f=18&t=2817&p=11143&hilit=catid+default#p111...
- 03 Dec 2021, 10:21
- Forum: Help
- Topic: Plugin limitations - Duplicate entry
- Replies: 1
- Views: 2862
Plugin limitations - Duplicate entry
Hello, I notice when trying to create more than once instance of a plugin provider in the admin that it is failing. I thought perhaps this was with my custom plugin provider, but I have tested and confirmed the same with the stock plugins. SQLSTATE[23000]: Integrity constraint violation: 1062 Duplic...
- 02 Dec 2021, 15:28
- Forum: Help
- Topic: Set a basket custom rebate & multiple rebates
- Replies: 9
- Views: 12724
Re: Set a basket custom rebate & multiple rebates
Everyday is a school day, thanks again for this it works perfectly and does exactly what I want.