Search found 70 matches

by Travin
31 Dec 2017, 16:40
Forum: Laravel package
Topic: Attributes images
Replies: 9
Views: 3818

Re: Attributes images

Hey guys I think i found a bug. I want to fix it and do my first contribution. But i have a problem - it's my first Aimeos project and my first Laravel project. My past experience is at Yii Framework. Please help me to understand Aimeos. I created attribute Wood. And attached wood picture to it. The...
by Travin
30 Dec 2017, 19:56
Forum: Laravel package
Topic: Attributes images
Replies: 9
Views: 3818

Attributes images

I want to show attributes media (images) at the product page. I'm modyfying the code snippet at client\html\templates\common\partials\attribute-default.php : <?php foreach( $attributes as $id => $attribute ) : ?> // Some code here... <?= $enc->html( $attribute->getName(), $enc::TRUST ); ?> // Some c...
by Travin
30 Dec 2017, 19:44
Forum: Laravel package
Topic: Images groups
Replies: 4
Views: 1822

Re: Images groups

A little bit not user friendly interface, but it works! i think it will be awesome in the future :) . Thank you! Merry christmas and happy new year!
by Travin
29 Dec 2017, 19:58
Forum: Laravel package
Topic: Images groups
Replies: 4
Views: 1822

Images groups

Hi
I want to add different images to different products options. For example, 5 photos for shoes size M, 4 different photos for size XL.
I think there are no default solutions for that. Can you explain me the way i should write a code for this? I can do a pull request if it will be good descision.
by Travin
29 Dec 2017, 19:49
Forum: Laravel package
Topic: categories's images at 'catalog/filter'
Replies: 1
Views: 1217

categories's images at 'catalog/filter'

Hi I want to use categories's images at 'catalog/filter'. I see the code at client\html\templates\catalog\filter\tree-default.php : <div class="media-list"><!-- <?php foreach( $item->getListItems( 'media', 'icon' ) as $listItem ) : ?> <?php if( ( $mediaItem = $listItem->getRefItem() ) !== ...
by Travin
24 Dec 2017, 19:07
Forum: Laravel package
Topic: Stripe subscriptions
Replies: 11
Views: 4637

Stripe subscriptions

Hey guys! I need to use Stripe subscriptions. So I decided to install ai-payments. I faced problems. 1) There are no subscriptions, only single products for Stripe as I understood 2) There are no onepage checkout. I set onepage checkout: 'checkout' => [ 'standard' => [ 'onepage' =>['address','delive...
by Travin
24 Dec 2017, 18:11
Forum: Laravel package
Topic: Aimeos manual order creation (webhook Stripe)
Replies: 6
Views: 2895

Re: Aimeos manual order creation (webhook Stripe)

Hi Kevin!
Could you tell me how do you use Stripe subscriptions? Are you use ai-payments for this? Will you create a new order type at db and at Aimeos for subscriptions?
by Travin
19 Dec 2017, 04:21
Forum: Laravel package
Topic: One page checkout problem
Replies: 4
Views: 1990

Re: One page checkout problem

OMG... My bad. Too much work last days, i'm going crazy. Thanks a lot guys!
by Travin
18 Dec 2017, 10:15
Forum: Laravel package
Topic: One page checkout problem
Replies: 4
Views: 1990

Re: One page checkout problem

antonlinderer, thanks for the answer! I think it's just php syntax option. Anyway, i tried your suggestion. It does not work for me I also tried to do so: 'checkout' => [ 'standard' => [ 'standard'=>[ //'subparts' => ['address', 'delivery', 'payment', 'summary', 'process' ] // By default 'subparts' ...
by Travin
18 Dec 2017, 03:18
Forum: Laravel package
Topic: One page checkout problem
Replies: 4
Views: 1990

One page checkout problem

Hello! I set one page checkout like at the documentation https://aimeos.org/docs/Configuration/Core/client/html/Change_checkout_steps 'client' => [ 'html' => [ ... 'checkout' => [ 'standard' => [ 'onepage' =>[ array( 'address', 'delivery', 'payment', 'summary' ) ] ] ] ], ], But i don't see any chang...