Search found 16 matches

by MirkoPinna
28 Nov 2017, 09:33
Forum: Laravel package
Topic: Get all site products
Replies: 5
Views: 4350

Re: Get all site products

Thank you now it works, but i cannot get media and price anyway. this is what i get: [13] => Aimeos\MShop\Product\Item\Standard Object ( [values:Aimeos\MShop\Product\Item\Standard:private] => Array ( [product.id] => 13 [product.siteid] => 8 [product.typeid] => 1 [product.code] => test1 [product.labe...
by MirkoPinna
27 Nov 2017, 14:07
Forum: Laravel package
Topic: Get all site products
Replies: 5
Views: 4350

Re: Get all site products

Thank you, i did try the following code but returns me an empty array. //First get the context $context = App::make('\Aimeos\Shop\Base\Context')->get(TRUE); //Obtain the manager for products $this->orderManager = \Aimeos\MShop\Factory::createManager($context, 'product'); //Create the search for retr...
by MirkoPinna
27 Nov 2017, 08:37
Forum: Laravel package
Topic: Get all site products
Replies: 5
Views: 4350

Get all site products

Hi is there a way to get all products from a site?
I know i can use https://aimeos.org/docs/Developers/Libr ... s#Get_item but id doesn't gives me enough informations, i need to take price, name, image and status.
by MirkoPinna
09 Oct 2017, 08:35
Forum: Laravel package
Topic: Get site orders
Replies: 3
Views: 1629

Re: Get site orders

Yes ok but looks like there is no apis to get all the orders from a site. There is the order manager but doesn't seems to be very helpful in this case.
by MirkoPinna
06 Oct 2017, 11:43
Forum: Laravel package
Topic: Get site orders
Replies: 3
Views: 1629

Get site orders

Hi is there a way to get all the orders relative to one site from a Laravel controller?
by MirkoPinna
26 Sep 2017, 07:15
Forum: Laravel package
Topic: Override aimeos class
Replies: 3
Views: 1731

Re: Override aimeos class

I would like to add a 'hint' parameter, since it actually takes the key as placeholder.
by MirkoPinna
25 Sep 2017, 12:07
Forum: Laravel package
Topic: Override aimeos class
Replies: 3
Views: 1731

Override aimeos class

Hi i am looking for a way to override the

Code: Select all

aimeos-core/lib/mwlib/src/MW/Criteria/Attribute/Standard.php
class.
Is it possible? I want to add one parameter.
by MirkoPinna
23 Sep 2017, 14:15
Forum: Laravel package
Topic: Passing error messages during checkout process
Replies: 3
Views: 1651

Re: Passing error messages during checkout process

Thanks for your reply. Also there is a way to edit the form? \Aimeos\MShop\Common\Item\Helper\Form\Standard
I want to ask for date int the MMYY format and set a default value in a select, is it possible?
by MirkoPinna
23 Sep 2017, 13:51
Forum: Laravel package
Topic: Passing error messages during checkout process
Replies: 3
Views: 1651

Passing error messages during checkout process

Hi everybody,
I implemented a custom payment provider and i want to pass errors through the checkout process as my payment provider can give me errors and i want to display them. How can i do it? can i show errors in the /confirm page?
by MirkoPinna
18 Sep 2017, 08:09
Forum: Laravel package
Topic: Laravel custom routes
Replies: 5
Views: 2814

Re: Laravel custom routes

Now it finds the controller but nothing happens if i go to mywebsite/checkout, this is the routes list: | | GET|POST|HEAD | checkout | aimeos_shop_checkout | \Aimeos\Shop\Controller\CheckoutController@indexAction | web,hasPaymentSet |