Removing product from car tgetting me error

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
bill
Posts: 51
Joined: 24 Apr 2017, 17:51

Removing product from car tgetting me error

Post by bill » 30 May 2017, 18:56

Hi

I am getting this strange error when I remove products from my cart

Product with array key "0" not available

any idea why?

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

Re: Removing product from car tgetting me error

Post by aimeos » 30 May 2017, 20:33

Which basket plugins are activated and what's their configuration? Can you please post a screenshot?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

bill
Posts: 51
Joined: 24 Apr 2017, 17:51

Re: Removing product from car tgetting me error

Post by bill » 31 May 2017, 15:52

check the error , I am not sure what you mean which basket plugin is activated? I am just using Aimeos with Laravel

see screenshot of the error
Attachments
s-shot.png
s-shot.png (46.13 KiB) Viewed 3180 times

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

Re: Removing product from car tgetting me error

Post by aimeos » 31 May 2017, 17:52

We would need a screenshot of the admin interface, to be more precise from the Plugin tab of the Expert Mode which lists the active basket plugins.

Which Aimeos version are you using?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

bill
Posts: 51
Joined: 24 Apr 2017, 17:51

Re: Removing product from car tgetting me error

Post by bill » 31 May 2017, 18:07

I am using 2017 version

"require": {
"php": ">=5.6.4",
"aimeos/aimeos-laravel": "~2017.04",

see screen shot
Attachments
Admin - Plugins area.png
Admin - Plugins area.png (137.11 KiB) Viewed 3176 times

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

Re: Removing product from car tgetting me error

Post by aimeos » 31 May 2017, 20:49

Everything looks quite normal. Does this error always occur when you delete a product from the basket? If yes, does it happen when using the demo data or only for your own products? Can you describe the steps to reproduce the error?

I guess it's related to the data and happens due to one of the basket plugins. You can also try to deactivate one plugin after another and see if the problem occurs again.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

bill
Posts: 51
Joined: 24 Apr 2017, 17:51

Re: Removing product from car tgetting me error

Post by bill » 31 May 2017, 21:16

After updating aimeos and ai-payment to "dev-master" , I am missing the option to removed a product from cart and also to remove the added coupon code?

I cant test this feature any idea why?
Attachments
shopping-cart.png
shopping-cart.png (81.97 KiB) Viewed 3172 times

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

Re: Removing product from car tgetting me error

Post by aimeos » 01 Jun 2017, 10:06

You need the new Laravel views in "./resources/views/vendor/shop/" because Aimeos uses FontAwesome now for all icons. Delete the directory if you haven't changed the files inside and execute

Code: Select all

php artisan vendor:publish
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

bill
Posts: 51
Joined: 24 Apr 2017, 17:51

Re: Removing product from car tgetting me error

Post by bill » 01 Jun 2017, 16:23

Great Thnaks

Post Reply