Search found 51 matches

by bill
22 Jun 2017, 15:36
Forum: Laravel package
Topic: Changing header & body for mini basket?
Replies: 12
Views: 5613

Re: Changing header & body for mini basket?

Thanks but when you do this in ./config/shop.php you are specifying that variable $aiheader['basket/mini'] in the HOME PAGE only 'page' => array( // ... 'home' => array( 'catalog/filter' ), ), I need to be able to add this variable if I want in my layout blade template and it will used by all the pa...
by bill
21 Jun 2017, 21:49
Forum: Laravel package
Topic: Changing header & body for mini basket?
Replies: 12
Views: 5613

Re: Changing header & body for mini basket?

for this :
$params = app( '\Aimeos\Shop\Base\Page' )->getSections( 'mypage' );
// do some more stuff
return \View::make('mypagetmpl', $params);

What you mean add to your action? where exactly?

I am not trying to create a new page I just need to use the $aiheader['basket/mini'] in ALL my template
by bill
21 Jun 2017, 21:15
Forum: Laravel package
Topic: Changing header & body for mini basket?
Replies: 12
Views: 5613

Re: Changing header & body for mini basket?

Yes I see your point

but I need to make it available in ALL pages Aimeos and my pages , basically in the header.blade I have created that I need to be able to call that array and it will work?

do I need to create a new serviceprovider?
by bill
21 Jun 2017, 15:51
Forum: Laravel package
Topic: Changing header & body for mini basket?
Replies: 12
Views: 5613

Re: Changing header & body for mini basket?

Maybe the content of the basket is cached if you didn't configure otherwise in your dev environment: https://aimeos.org/docs/Configuration/Core/client/html/basket/cache/enable I already have it cached , how can I make sure that when I display this : <?= $aiheader['basket/mini'] ?> . in my blade tem...
by bill
20 Jun 2017, 22:06
Forum: Laravel package
Topic: Changing header & body for mini basket?
Replies: 12
Views: 5613

Changing header & body for mini basket?

Hello I have added two files in my ext folder I have created under >> client/html/templates/basket/mini/body-default.php client/html/templates/basket/mini/header-default.php and in this file I have this code >> ------ foreach( $this->miniBasket->getProducts() as $product ) { $quantity += $product->g...
by bill
01 Jun 2017, 16:16
Forum: Laravel package
Topic: Stripe Payment gateway not working
Replies: 16
Views: 7092

Re: Stripe Payment gateway not working

Great, Thank you

does it work with Apple Pay?
by bill
31 May 2017, 21:52
Forum: Laravel package
Topic: Stripe Payment gateway not working
Replies: 16
Views: 7092

Re: Stripe Payment gateway not working

Can you please point me out what changed from your dev-master that made strip work? if you can point me to the actual git hub commits that changed would be great
by bill
31 May 2017, 21:16
Forum: Laravel package
Topic: Removing product from car tgetting me error
Replies: 8
Views: 3293

Re: Removing product from car tgetting me error

After updating aimeos and ai-payment to "dev-master" , I am missing the option to removed a product from cart and also to remove the added coupon code?

I cant test this feature any idea why?
by bill
31 May 2017, 21:10
Forum: Laravel package
Topic: Stripe Payment gateway not working
Replies: 16
Views: 7092

Re: Stripe Payment gateway not working

Can I use it with Apple Pay , or that is a separate integration?

Thanks