Search found 9 matches

by berdev
20 Nov 2021, 08:51
Forum: Laravel package
Topic: Get Most popular categories
Replies: 1
Views: 624

Get Most popular categories

How to get the 8 most popular categories at the home page ?
by berdev
22 Oct 2021, 14:18
Forum: Laravel package
Topic: Payment gateway card form
Replies: 3
Views: 1191

Re: Payment gateway card form

Thank you for the reply ! Yes i use a payment gateway (checkout.com) but i want to show payment form at the same page This is the current case (the integration works correctly) : generates a similar payment form after the customer clicked on "Buy now" in the checkout summary page: But I ne...
by berdev
21 Oct 2021, 11:27
Forum: Laravel package
Topic: Payment gateway card form
Replies: 3
Views: 1191

Payment gateway card form

How to show card form at the same page like this :
2021-10-21 (2).png
2021-10-21 (2).png (23.14 KiB) Viewed 1191 times
by berdev
17 Apr 2021, 11:37
Forum: Laravel package
Topic: Select IItems from database
Replies: 2
Views: 976

Re: Select IItems from database

Okay I have fixed my problem thank you !
by berdev
17 Apr 2021, 09:41
Forum: Laravel package
Topic: Select IItems from database
Replies: 2
Views: 976

Re: Select IItems from database

Hi I just need to know how to use my new domain and his tables do I need to extend manager ?
PS: My function is correct It works fine for all domains that already exist like db-product
but for my new domain it doesn't work !
by berdev
16 Apr 2021, 10:57
Forum: Laravel package
Topic: Select IItems from database
Replies: 2
Views: 976

Select IItems from database

Hi aimeos, I have tried to create my own ext and I have created new table following that link https://aimeos.org/docs/2020.x/infrastructure/schema-migrations/#tables-for-new-domains My table is created, Now I need to select items from my new table but the the fucntion returns null I don't now if my ...
by berdev
14 Apr 2021, 10:07
Forum: Laravel package
Topic: Set default language to english (admin backend)
Replies: 1
Views: 893

Set default language to english (admin backend)

Hi
My local language is english but when I connect to admin interface I get another language how to change that to be english by default ?
by berdev
13 Apr 2021, 09:49
Forum: Laravel package
Topic: Payment provider
Replies: 3
Views: 1318

Re: Payment provider

Hey
thanks a lot you solved my problem !
by berdev
12 Apr 2021, 13:17
Forum: Laravel package
Topic: Payment provider
Replies: 3
Views: 1318

Payment provider

Hi i'm trying to create a new payment provider for checkout.com payment gateway for that I need to embed the Frames payment form in my payment page to enter card number, cvv... So i need just one field that will be contain the card token and it will be required and hidden. I have followed the proced...