Search found 70 matches

by Travin
25 Feb 2018, 18:27
Forum: Laravel package
Topic: Different sets of fields
Replies: 2
Views: 1560

Re: Different sets of fields

Not actual. Did it with JS
by Travin
25 Feb 2018, 18:09
Forum: Laravel package
Topic: Different sets of fields
Replies: 2
Views: 1560

Different sets of fields

Hi all!
I'm creating Payment Provider. I want to create 4 necessary fields. But if 5th field is filled too, other 4 become not necessary. How can I do that? Thanks!
by Travin
25 Feb 2018, 03:11
Forum: Laravel package
Topic: Add Mini basket to all pages Aimeos
Replies: 4
Views: 2521

Re: Add Mini basket to all pages Aimeos

https://aimeos.org/docs/Laravel/Create_new_pages
Please have a look here to know how to include the parts at your own pages
by Travin
17 Feb 2018, 15:59
Forum: Laravel package
Topic: Authorize.net
Replies: 2
Views: 1741

Authorize.net

Hi guys! I'm creating Authorize.net payment service. I want to allow users to add cards to my DB. It will help to prevent double typing card's data. I know it's not safe to store card's data, so I want to create user's profile and paymentProfile according to this: https://github.com/AuthorizeNet/sam...
by Travin
15 Feb 2018, 10:50
Forum: Laravel package
Topic: Aimeos work
Replies: 0
Views: 9066

Aimeos work

Hi all
At Tuesday I recieved -20% at my Upwork score with no one any visible reason for that. Now I have only 80%.
I'm used to Aimeos and want to write cool projects at Aimeos platform. So I'm looking for a good men and cool projects to work with, for about $25/hour. :)
by Travin
12 Feb 2018, 13:47
Forum: Laravel package
Topic: How to move localhost Aimeos onto Production Server
Replies: 3
Views: 2335

Re: How to move localhost Aimeos onto Production Server

Hi!
I think you can pack it to .zip before uploading to the server. Then unpack it there. It will be much much faster. I'm always doing so
by Travin
10 Feb 2018, 20:13
Forum: Laravel package
Topic: php artisan aimeos:jobs
Replies: 2
Views: 1529

Re: php artisan aimeos:jobs

Hi Dave!
What about crontab? I think you have to use it.
by Travin
10 Feb 2018, 04:50
Forum: Laravel package
Topic: get product data at checkout process
Replies: 1
Views: 1469

get product data at checkout process

Hey guys Could you explain me how can I access order products data during the checkout process? I'm trying: public function process( \Aimeos\MShop\Order\Item\Iface $order, array $params = [] ) { $orderBaseItem = $this->getOrderBase( $order->getBaseId() ); print_r(get_class($orderBaseItem)); // Aimeo...
by Travin
09 Feb 2018, 17:30
Forum: Laravel package
Topic: Products are not avaliable
Replies: 1
Views: 1225

Products are not avaliable

I had one product at my demo data. It works fine. But when I added new product, this new one can't be put to the basket. My investigation shows me only one difference between these products. The new one haven't any row at Stocks section http://joxi.ru/p27Ro57i0X7YJm http://joxi.ru/12MepDjU4EoQB2 Ans...
by Travin
08 Feb 2018, 15:21
Forum: Laravel package
Topic: Attributes bug
Replies: 3
Views: 1673

Re: Attributes bug

oh.. cool, thanks