Search found 86 matches

by awaidqureshi
30 Sep 2019, 10:27
Forum: Laravel package
Topic: Get Component In aimeos 2019.07
Replies: 1
Views: 866

Get Component In aimeos 2019.07

Previously i was using this in 2018.10 $params = app('\Aimeos\Shop\Base\Page')->getSections('mypage'); Butt getting error in aimeos 2019.07 I am using this code https://aimeos.org/docs/Laravel/Create_new_pages/en Butt getting error of class not found. Please guide to solve this problem Thanks.
by awaidqureshi
27 Sep 2019, 12:59
Forum: Laravel package
Topic: How to get product and thier category details
Replies: 1
Views: 1037

How to get product and thier category details

How to get product and their category details in aimeos 2019.07
by awaidqureshi
27 Sep 2019, 06:21
Forum: Laravel package
Topic: How to get all products and products of specific category in aimeos 2019.07
Replies: 1
Views: 1095

How to get all products and products of specific category in aimeos 2019.07

Please guide me How to get
1. All products
2. productss of specific category
in aimeos 2019.07

Thanks
by awaidqureshi
25 Sep 2019, 10:37
Forum: Laravel package
Topic: Got getTypeName() function error
Replies: 1
Views: 803

Got getTypeName() function error

Aimeos\MShop\Media\Item\Standard::getTypeName()

No Found Error

After Update To Aimeos 2019.01.04 from 2018.10.*
by awaidqureshi
24 Sep 2019, 14:39
Forum: Laravel package
Topic: Error while Running Command aimeos:setup
Replies: 1
Views: 820

Error while Running Command aimeos:setup

When i run php artisan aimeos:cache


While Database Tables Checking This Error Occurs

[attachment=0]Screenshot_1.png[/attachment]

Please Suggest Some Solution About This
by awaidqureshi
23 Aug 2019, 14:04
Forum: Laravel package
Topic: Error While Update 2018.10.* to 2019.07
Replies: 3
Views: 2264

Re: Error While Update 2018.10.* to 2019.07

Again Got The Different Error You need to install the php-intl extension for Aimeos 2019.x composer require aimeos/aimeos-laravel Using version ^2019.07 for aimeos/aimeos-laravel ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including ...
by awaidqureshi
23 Aug 2019, 07:56
Forum: Laravel package
Topic: Error While Update 2018.10.* to 2019.07
Replies: 3
Views: 2264

Error While Update 2018.10.* to 2019.07

While Running This Command Geeting Error : composer require aimeos/aimeos-laravel Using version ^2019.07 for aimeos/aimeos-laravel ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be reso...
by awaidqureshi
06 Aug 2019, 14:01
Forum: Laravel package
Topic: How can i export product for google product feed
Replies: 5
Views: 2240

Re: How can i export product for google product feed

There's currently no exporter for Google yet but you can create one based on the sitemap job controller: https://github.com/aimeos/ai-controller-jobs/tree/master/controller/jobs/src/Controller/Jobs/Product/Export/Sitemap A contribution is very welcome :-) How can i make my own exporter means which ...
by awaidqureshi
05 Aug 2019, 13:42
Forum: Laravel package
Topic: How can i export product for google product feed
Replies: 5
Views: 2240

How can i export product for google product feed

i want to export products for google product feed
Is there any proper way in aimeos so that i can export them

Please guide me about this

Thanks
by awaidqureshi
31 Jul 2019, 11:30
Forum: Laravel package
Topic: Can I use my custom controller and routes in aimeos admin pannel
Replies: 3
Views: 1538

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

You only have to add links to your controllers in the navbar: https://github.com/aimeos/ai-admin-jqadm/blob/master/admin/jqadm/templates/common/page-standard.php Keep in mind that you need the page-standard template code also for your controller templates Can u please give me some proper example th...