Search found 70 matches

by Travin
18 Jun 2020, 06:16
Forum: Laravel package
Topic: Import csv with supplier
Replies: 9
Views: 3806

Re: Import csv with supplier

https://github.com/aimeos/ai-controller-jobs/blob/master/controller/common/src/Controller/Common/Product/Import/Csv/Processor/Catalog/Standard.php Simply replace "catalog" by "supplier" and "Catalog" by "Supplier" (case sensitive). Then, your mapping will wor...
by Travin
15 Apr 2018, 07:21
Forum: Laravel package
Topic: Refitems at Aimeos\MShop\Order\Item\Base\Product\Standard
Replies: 1
Views: 1486

Refitems at Aimeos\MShop\Order\Item\Base\Product\Standard

Hi I need to get media files of added products to my mini basket. There are json string in ai-client-jsonapi which is creates from objects Aimeos\MShop\Order\Item\Base\Product\Standard It is not objects Aimeos\MShop\Product\Item\Standard, so we don't have getListItems() method there. As I understand...
by Travin
05 Apr 2018, 15:12
Forum: Help
Topic: Stripe Payments
Replies: 7
Views: 6936

Re: Stripe Payments

Hi Do I create a form outside of the Aimeos form or alter the getPaymentForm() so that the AImeos credit card fields don't show and then modify the JS so that it hooks onto and listens to the original Aimeos form? I faced a problem here too. The form at Aimeos is rendering by ext\ai-client-html\clie...
by Travin
17 Mar 2018, 14:30
Forum: Laravel package
Topic: Product attribute manipulation
Replies: 2
Views: 2228

Re: Product attribute manipulation

Please tell more clearly what do you need to do wih it
by Travin
17 Mar 2018, 12:18
Forum: Laravel package
Topic: retrivieng POST data from form
Replies: 3
Views: 2276

Re: retrivieng POST data from form

Thanks for the answer I'm trying to create a new account page with some new data. I've create this structure http://joxi.ru/J2b431li4zEDDr I've create templates for this also: http://joxi.ru/E2pebdgUBzeEoA The problem is I need to retrieve my $_POST data somewhere at my class Standard extends Aimeos...
by Travin
07 Mar 2018, 17:56
Forum: Laravel package
Topic: retrivieng POST data from form
Replies: 3
Views: 2276

retrivieng POST data from form

Hello! I'm trying to modify Account page, so I want to retrieve some POST data from form in a file ext\ai-client-html\client\html\src\Client\Html\Account\History\Standard.php . How can I do it? I've created a form at frontend, and then I've used $params = $view->param('field_name',null); at function...
by Travin
04 Mar 2018, 19:24
Forum: Laravel package
Topic: getEmail for Customer item
Replies: 1
Views: 1429

getEmail for Customer item

hey guys!
I want to show to user his email. Why I can't access it with Customer manager by getEmail()? I want to do so, will create pull request. What do you think about it?
I mean this file:
vendor\aimeos\aimeos-core\lib\mshoplib\src\MShop\Customer\Item\Standard.php
by Travin
04 Mar 2018, 10:37
Forum: Laravel package
Topic: Set of addresses
Replies: 1
Views: 1474

Set of addresses

Hello!
I want to create several billing and shipping addresses. But at admin side I see many shipping addresses, but only one billing address. How can I append to user several billing addresses?
http://joxi.ru/DrlzpQVC4g1Yq2
http://joxi.ru/a2XWO3QiyYOEnm
by Travin
27 Feb 2018, 02:32
Forum: Laravel package
Topic: Articles domain
Replies: 3
Views: 2199

Re: Articles domain

Okay, for explaining I'm selling books, and I have books like products. Also, I need articles about authors, news, some funny facts about bestsellers, and FAQ. I need to fill it at admin side -NEWS category - article - article - images of article - article - FAQ category - article (Q&A) - articl...
by Travin
25 Feb 2018, 19:10
Forum: Laravel package
Topic: Articles domain
Replies: 3
Views: 2199

Articles domain

Hey guys
I want to add solution for creating articles from Admin side. With categories and images. How I can do it faster and at best way? I think I need to create new domain or two (articles and categories).