Search found 9 matches

by Spixi
12 Nov 2021, 15:43
Forum: Help
Topic: No item found for conditions product.code => test-voucher
Replies: 3
Views: 1052

Re: No item found for conditions product.code => test-voucher

The answer didn't help me. It still doesn't work, still the same error.

I'm using Laravel.
by Spixi
10 Nov 2021, 17:59
Forum: Help
Topic: No item found for conditions product.code => test-voucher
Replies: 3
Views: 1052

No item found for conditions product.code => test-voucher

Hello,

i tried to add coupon, but I can't add it to basket due to "No item found for conditions: Array ( [product.code] => demo-percent )"

I tried running aimeos:setup, did not help.

Also, how do I reindex the catalog please?

aimeos-core 2021.07.6, php 7.4, mac
by Spixi
31 Oct 2021, 10:05
Forum: Help
Topic: Unable to find product
Replies: 4
Views: 1413

Re: Unable to find product

Not really, still happens.
by Spixi
28 Oct 2021, 12:10
Forum: Help
Topic: Unable to find product
Replies: 4
Views: 1413

Unable to find product

How to fix unable to find product error? Happens when clicking through the catalog with "> Next" button. Is it a bug?
by Spixi
20 Oct 2021, 19:24
Forum: Help
Topic: Deny some payment methods for delivery method
Replies: 1
Views: 718

Deny some payment methods for delivery method

Hey,

I've got multiple payment methods as well as multiple delivery methods. I want to allow customers to pay cash only with some of the delivery methods. How can I deny payment method for a particular delivery method, please?
by Spixi
04 Oct 2021, 15:18
Forum: Help
Topic: Locale object not available
Replies: 3
Views: 1073

Re: Locale object not available

Thanks, but how can I make it work again?
by Spixi
03 Oct 2021, 14:30
Forum: Help
Topic: Locale object not available
Replies: 3
Views: 1073

Locale object not available

Heyy, I renamed my default site, now I can't access anything due to "Aimeos\MShop\Exception Locale object not available" - vendor/aimeos/aimeos-core/lib/mshoplib/src/MShop/Context/Item/Standard.php:425 I tried hardcoding the setting of Locale object - it just changes the error to " In...
by Spixi
14 Sep 2021, 12:38
Forum: Help
Topic: How to override common summary template?
Replies: 1
Views: 648

Re: How to override common summary template?

Found it

Code: Select all

	'basket' => [
                    'standard' => [
                        'summary' => [
                            'detail' => resource_path('views/shop/common/summary/detail-standard'),
                        ],
                    ],
                ],
by Spixi
14 Sep 2021, 12:23
Forum: Help
Topic: How to override common summary template?
Replies: 1
Views: 648

How to override common summary template?

Hello,

how can I override Common summary template? Can someone insert a code snippet I need in my shop.php config, please?