Search found 5 matches
- 28 Apr 2020, 21:33
- Forum: Laravel package
- Topic: modify item
- Replies: 1
- Views: 1590
modify item
Hello a query and I have obtained an item
$ manager = \ Aimeos \ MShop :: create ($ context, 'customer');
$ item = $ manager-> getItem ($ id);
What I want is to be able to modify some data of the item and save it. Slaudos and thanks
$ manager = \ Aimeos \ MShop :: create ($ context, 'customer');
$ item = $ manager-> getItem ($ id);
What I want is to be able to modify some data of the item and save it. Slaudos and thanks
- 28 Apr 2020, 18:22
- Forum: Laravel package
- Topic: a user in multiple stores
- Replies: 4
- Views: 3263
Re: a user in multiple stores
how can i avoid saving the siteid when i finish a purchase
if( ( $code = $view->param( 'code' ) ) !== null )
{
$serviceCntl = \Aimeos\Controller\Frontend::create( $context, 'service' );
$orderItem = $serviceCntl->updateSync( $view->request(), $code, $orderid );
}
else
{
$orderCntl ...
if( ( $code = $view->param( 'code' ) ) !== null )
{
$serviceCntl = \Aimeos\Controller\Frontend::create( $context, 'service' );
$orderItem = $serviceCntl->updateSync( $view->request(), $code, $orderid );
}
else
{
$orderCntl ...
- 28 Apr 2020, 08:12
- Forum: Laravel package
- Topic: a user in multiple stores
- Replies: 4
- Views: 3263
Re: a user in multiple stores
Hi, thanks for your response. well but when it is the null value it does not bring me the collection address how can I bring the collection address regardless of the site?
- 28 Apr 2020, 01:37
- Forum: Laravel package
- Topic: a user in multiple stores
- Replies: 4
- Views: 3263
a user in multiple stores
Hello
How can I use the same user in different stores ?since registering a client in one store does not allow me to buy in the others
Greetings and thanks
How can I use the same user in different stores ?since registering a client in one store does not allow me to buy in the others
Greetings and thanks
- 23 Apr 2020, 07:22
- Forum: Laravel package
- Topic: configure the base URL to the Aimeos JSON API
- Replies: 1
- Views: 1811
configure the base URL to the Aimeos JSON API
how I can?
configure the base URL to the Aimeos JSON API of the instance you want to connect to in your client application
thank you
configure the base URL to the Aimeos JSON API of the instance you want to connect to in your client application
thank you