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

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Spixi
Posts: 9
Joined: 14 Sep 2021, 12:20

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

Post by Spixi » 10 Nov 2021, 17:59

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

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

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

Post by aimeos » 11 Nov 2021, 06:57

Spixi wrote: 10 Nov 2021, 17:59 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 )"
You've deleted the rebate product that is referenced in the coupon configuration. Either recreated it or run the setup with creating the demo data again.
Spixi wrote: 10 Nov 2021, 17:59 Also, how do I reindex the catalog please?
Which host application do you use? Laravel or TYPO3?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Spixi
Posts: 9
Joined: 14 Sep 2021, 12:20

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

Post by Spixi » 12 Nov 2021, 15:43

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

I'm using Laravel.

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

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

Post by aimeos » 14 Nov 2021, 09:46

Please execute:

Code: Select all

php artisan aimeos:setup --option=setup/default/demo:1
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply