Search found 86 matches

by awaidqureshi
01 Mar 2019, 14:04
Forum: Laravel package
Topic: How to get orders with their products
Replies: 13
Views: 5045

Re: How to get orders with their products

i have used these types for attributes that i attach with the product but when user buy product and select some options .butt when order created order did not save those attributes (Options that user select like size or color) are not saving with the order for reference : http://prntscr.com/mrusw9 r...
by awaidqureshi
01 Mar 2019, 13:03
Forum: Laravel package
Topic: how to setup customer and admin account
Replies: 2
Views: 2821

how to setup customer and admin account

Please give me step by step guid that i which . customer can register and login to their account and customer can only see their details and order details and the second thing is i want to redirect the customer to their dashboard means if admin is login it should go to admin dashboard and if simple ...
by awaidqureshi
21 Feb 2019, 08:38
Forum: Laravel package
Topic: How to get orders with their products
Replies: 13
Views: 5045

How to get orders with their products

I want to get order with their products and their attribute that customer select . Please tell me step by step guide to get those details. Secondly Ordered Product with attributes are not saving that what can be the issue that the customer select some attribute while ordering something my system not...
by awaidqureshi
18 Feb 2019, 14:42
Forum: Laravel package
Topic: How To Get Basket Products And Their Details.
Replies: 4
Views: 2038

How To Get Basket Products And Their Details.

How To Get All Basket Products In Custom Controller.
by awaidqureshi
15 Feb 2019, 05:56
Forum: Laravel package
Topic: How to add gif images to products from backend
Replies: 12
Views: 5051

Re: How to add gif images to products from backend

Imagick Support Gif Images So Please Provide Support About IT
by awaidqureshi
13 Feb 2019, 08:39
Forum: Laravel package
Topic: How to add gif images to products from backend
Replies: 12
Views: 5051

Re: How to add gif images to products from backend

Maybe Imagick simply doesn't support animations when saving GIF files. If no max width/height is given, the file isn't scaled but only read and written again. You can upload videos in the "Image" tab of the admin interface too as well as all other files. In the 2019.x releases, the tab ha...
by awaidqureshi
13 Feb 2019, 08:19
Forum: Laravel package
Topic: Adyen Payment Support
Replies: 1
Views: 1036

Adyen Payment Support

we want to add adyen payment process please advice.let us know if this payment process is supported by aimeos.if not how can we implement this.
by awaidqureshi
12 Feb 2019, 15:51
Forum: Laravel package
Topic: Email Customer For abandoned Cart .
Replies: 3
Views: 1715

Re: Email Customer For abandoned Cart .

Not yet but you can increase the session timeout so the shopping cart won't be deleted during session cleanup. Then you can create an e-mail if the session still contains an Aimeos basket with items. "Thank you for the clarification. Could you please advise on whether aimeos persist the cart s...
by awaidqureshi
12 Feb 2019, 12:27
Forum: Laravel package
Topic: How To Setup Shipping Cost Based On Location
Replies: 2
Views: 1651

Re: How To Setup Shipping Cost Based On Location

For country based shipping costs, create a delivery service option for each country. Then add the "Country" decorator to each of this options and configure the included and excluded countries: https://aimeos.org/docs/User_Manual/Administration_Interface/Service_decorators#Country For free...
by awaidqureshi
12 Feb 2019, 08:29
Forum: Laravel package
Topic: How To Setup Shipping Cost Based On Location
Replies: 2
Views: 1651

How To Setup Shipping Cost Based On Location

I Want To Setup Shipping Cost Based On Location.That Each Country Can Have Different Shipping Cost .

Can U Please Tell Me That How I Can Set That If Cart Total More Than Specific Amount Then Shipping Can Be Free

Please Tell Me Step By Step Guid Cz I am New To Aimeos .