Search found 86 matches

by awaidqureshi
30 Jul 2019, 13:44
Forum: Laravel package
Topic: Can I use my custom controller and routes in aimeos admin pannel
Replies: 3
Views: 1547

Can I use my custom controller and routes in aimeos admin pannel

I want to use my custom laravel controllers and routes in aimeos admin panel
please guide me about this how i can do that.

Thanks
by awaidqureshi
25 Jul 2019, 06:56
Forum: Laravel package
Topic: How to make new services in aimeos
Replies: 1
Views: 799

How to make new services in aimeos

I wrote a new decorator file and put this in app/vendor\aimeos\aimeos-core\lib\mshoplib\src\MShop\Service\Provider\Decorator\mydecorator.php. and its working fine . Butt when i update aimeos it removes my new created decorator file that i have added in aimeos it also change the aimeos.js file to def...
by awaidqureshi
25 Jul 2019, 06:29
Forum: Laravel package
Topic: How to make new navigation links in aimeos in admin pannel
Replies: 9
Views: 3603

How to make new navigation links in aimeos in admin pannel

I want to make new navigation links , views and controller and use it in the aimeos admin pannel
Please give step by step guide so that i can do it easily


Thanks
by awaidqureshi
17 Jul 2019, 10:12
Forum: Laravel package
Topic: How to Add Attribute Options of Specific Type With Custom Controller
Replies: 3
Views: 1359

Re: How to Add Attribute Options of Specific Type With Custom Controller

aimeos wrote: 17 Jul 2019, 08:57 Can you explain by example?
Screenshot_1.png
Screenshot_1.png (34.56 KiB) Viewed 1353 times
I want to Create attribute options of specific type manually from my controller

Screenshot_2.png
Screenshot_2.png (44.87 KiB) Viewed 1353 times
by awaidqureshi
17 Jul 2019, 07:26
Forum: Laravel package
Topic: How to Add Attribute Options of Specific Type With Custom Controller
Replies: 3
Views: 1359

How to Add Attribute Options of Specific Type With Custom Controller

I want to add option of specific attribute type from my custom controller
Please guide about this

Thanks.
by awaidqureshi
06 May 2019, 13:09
Forum: Laravel package
Topic: SEO friendly URL's
Replies: 3
Views: 2181

SEO friendly URL's

"Hey there, hope you're doing well. We have a requirement that we're not entirely sure about implementing from the developer documentation. Our use case is that we would like to use "pretty permalinks" ala WordPress in our URLs instead of having IDs for SEO purposes. Could you please ...
by awaidqureshi
17 Apr 2019, 06:57
Forum: Laravel package
Topic: How to get all added products
Replies: 3
Views: 3709

How to get all added products

We r using this code to retrieve the products,we also have given the limit of 500 butt its only getting 100 products we want all of them which are in our system . $total=500; $context = app()->make('\Aimeos\Shop\Base\Context')->get(); $manager = \Aimeos\MShop\Factory::createManager($context, 'produc...
by awaidqureshi
11 Apr 2019, 06:24
Forum: Laravel package
Topic: How can i set unlimited stock to all of the products
Replies: 1
Views: 1002

How can i set unlimited stock to all of the products

I want to set stock of all products to unlimited so is there any way to do that.
Thanks
by awaidqureshi
02 Apr 2019, 11:19
Forum: Laravel package
Topic: How to Add product manualy from custom controller
Replies: 1
Views: 879

How to Add product manualy from custom controller

We want to add product from custom controller with product category and attributes(options) ,media with type
Please tell us step by step guide to do that.
We don't want to use csv file.

Thanks .
by awaidqureshi
28 Mar 2019, 11:58
Forum: Laravel package
Topic: How to get stripe payment form on onepage Checkout
Replies: 2
Views: 1511

How to get stripe payment form on onepage Checkout

Hey there, hope you're all doing fine. We've configured our shop to use the onepage checkout process by making the required changes in shop.php. When we launch, we're going to offer only one payment option and that's going to be the stripe driver via omnipay. Right now, the issue we're facing is tha...