Search found 8 matches

by h2jose
15 Feb 2019, 12:34
Forum: Laravel package
Topic: Facebook sharing button not get images
Replies: 1
Views: 864

Facebook sharing button not get images

Hi, i can't resolve to get the image when click on facebook sharing, i get same demo issue, only text: https://www.facebook.com/sharer.php?u=http%3A%2F%2Flaravel2.demo.aimeos.org%2Fdefault%2Fen%2FEUR%2Fdetail%2F4%2FDemo_selection_article&t=Demo_selection_article i updated the social facebook lin...
by h2jose
01 Nov 2018, 15:35
Forum: Laravel package
Topic: Payment.expiry input is incomplete
Replies: 3
Views: 1648

Re: Payment.expiry input is incomplete

really i don't know what is wrong with stripe installation. I have reinstalled all, a fresh installation from scratch, with dummy demo data: "aimeos/ai-payments": "^2018.10", "aimeos/aimeos-laravel": "~2018.10", "fideloper/proxy": "^4.0", &...
by h2jose
30 Oct 2018, 16:26
Forum: Laravel package
Topic: Safe payment with Aimeos + Stripe
Replies: 3
Views: 2222

Re: Safe payment with Aimeos + Stripe

Hi, gladgladwrap, how have you implementing stripe? the payment form must be paste from stripe website? i am trying integrate with aimeos 2018.10 and i have error with apiKey. i created services with apikey and test mode but i got all time apikey empty error message I am still waiting for a response...
by h2jose
26 Oct 2018, 00:30
Forum: Laravel package
Topic: Payment.expiry input is incomplete
Replies: 3
Views: 1648

Payment.expiry input is incomplete

Hi, i am using laravel aimeos in a clean setup: "aimeos/ai-payments": "^2018.10", "aimeos/aimeos-laravel": "~2018.10", "fideloper/proxy": "^4.0", "laravel/framework": "5.7.*", "laravel/tinker": "^1.0"...
by h2jose
15 Jul 2018, 21:55
Forum: Laravel package
Topic: error with helper {{ url('/') }}
Replies: 1
Views: 954

error with helper {{ url('/') }}

Hi, i have problem with breadcrumb home link and logo link to return home when the detail is shown. I found the helper href="{{ url('/') }} in the line 104 at "ext/ai-client-html/client/html/templates/catalog/detail/body-standard.php", i think the helper required blade template file i...
by h2jose
05 Jun 2018, 10:16
Forum: Laravel package
Topic: How do I extend and override list.blade.php layout
Replies: 2
Views: 2889

Re: How do I extend and override list.blade.php layout

I had not seen that section, cool, thank you (Y)
by h2jose
05 Jun 2018, 01:50
Forum: Laravel package
Topic: How do I extend and override list.blade.php layout
Replies: 2
Views: 2889

How do I extend and override list.blade.php layout

Hi, i want to modify: vendor/aimeos/aimeos-laravel/src/views/catalog/list.blade.php i need add two includes: @section('aimeos_body') @include('template.include.slider') @include('template.include.banner-home-1') <?= $aibody['catalog/lists'] ?> How can i customise this layout correctly out of core fo...
by h2jose
04 Jun 2018, 23:30
Forum: Laravel package
Topic: Use Aimeos Controllers And Views Laravel Aimeos
Replies: 3
Views: 1763

Re: Use Aimeos Controllers And Views Laravel Aimeos

I need do that too.

I ned add :

Code: Select all

include('ads.banner-home')
en lists, only home
But, in detail i don't need this include, i did it in Vendor folder , but i don't find how do it from ext folder