Search found 86 matches

by awaidqureshi
13 Dec 2019, 11:29
Forum: Laravel package
Topic: Getting Error on Checkout Process
Replies: 1
Views: 789

Getting Error on Checkout Process

Getting error while checkout process

Error: Unknown service attributes

Please guide me about this issue how i can solve this.

Thanks
by awaidqureshi
13 Dec 2019, 10:03
Forum: Laravel package
Topic: After Upgrade To Aimeos 2019.07 From Aimeos 2018.10 Old Products Are Not Adding To Basket
Replies: 3
Views: 1285

Re: After Upgrade To Aimeos 2019.07 From Aimeos 2018.10 Old Products Are Not Adding To Basket

First, 2019.07 isn't supported any more. Use the latest 2019.10.x version instead. Are there any error messages in the frontend or in the madmin_log table? If you have made custom extensions, please study the list of breaking changes between 2018.10 and 2019.10: https://aimeos.org/docs/Developers/C...
by awaidqureshi
13 Dec 2019, 09:59
Forum: Laravel package
Topic: While Checkout Process Getting Error
Replies: 3
Views: 1362

Re: While Checkout Process Getting Error

aimeos wrote: 13 Dec 2019, 08:59 The order ID seems to be lost somewhere. It's stored in the user session.
Which Aimeos version are you using?
i have updated aimeos from 2018.10.* to 2019.10.*
after upgrade i m getting this error

Thanks
by awaidqureshi
12 Dec 2019, 13:30
Forum: Laravel package
Topic: While Checkout Process Getting Error
Replies: 3
Views: 1362

While Checkout Process Getting Error

When page goes from /checkout to /checkout/process getting error Item with ID "" in "order.id" not found What can be the issue while processing also not getting any error in madmin_log table. So kindly guide me to solve this issue Note: I m using one page process for checkout Tha...
by awaidqureshi
12 Dec 2019, 13:24
Forum: Laravel package
Topic: After Upgrade To Aimeos 2019.07 From Aimeos 2018.10 Old Products Are Not Adding To Basket
Replies: 3
Views: 1285

After Upgrade To Aimeos 2019.07 From Aimeos 2018.10 Old Products Are Not Adding To Basket

We upgrade Aimeos 2018.10 to Aimeos 2019.07
Our Old products are not adding to basket only new products are adding to basket

So kindly guide us whats can be the issue and how can we solve this.

Thanks
by awaidqureshi
03 Dec 2019, 13:44
Forum: Laravel package
Topic: Add To Basket Issue After Upgrading To 2019.07
Replies: 1
Views: 867

Add To Basket Issue After Upgrading To 2019.07

When we click on add to basket and aimeos ajax run to add the product to the basket there is an error

"adding product with id " " is not allowed "

Please guide what can be the solution for this

Thanks.
by awaidqureshi
10 Oct 2019, 07:36
Forum: Laravel package
Topic: How to change default language in aimeos and how to get product data in that specific language
Replies: 6
Views: 3158

Re: How to change default language in aimeos and how to get product data in that specific language

aimeos wrote: 09 Oct 2019, 11:34 Change the order of the entries in the "Locale" panel. The first language/currency combination is the default one.
In the frontend, you will automatically get the texts for the default language.
Screenshot_2.png
Screenshot_2.png (28.89 KiB) Viewed 3128 times
Are you talking about this.

Can u guide me how it will work.
by awaidqureshi
08 Oct 2019, 09:30
Forum: Laravel package
Topic: How to change default language in aimeos and how to get product data in that specific language
Replies: 6
Views: 3158

How to change default language in aimeos and how to get product data in that specific language

How to change default language of aimeos and how can i get the data of product with that changed language

Please guide me about this
Thanks
by awaidqureshi
04 Oct 2019, 06:51
Forum: Laravel package
Topic: How to get product attribute type name
Replies: 3
Views: 1669

Re: How to get product attribute type name

The attribute type label isn't part of all attribute items any more. You have to retrieve the type items yourself using something like this: $manager = \Aimeos\MShop::create( $context, 'attribute/type' ); $search = $manager->createSearch(); $search->setConditions( $search->compare( '==', 'attribute...
by awaidqureshi
02 Oct 2019, 13:02
Forum: Laravel package
Topic: How to get product attribute type name
Replies: 3
Views: 1669

How to get product attribute type name

How to get product attribute type name like i want to get media item type name (standard ,Or custom that i made)

Please guide me about this

Thanks