Search found 9 matches
- 20 Nov 2021, 08:51
- Forum: Laravel package
- Topic: Get Most popular categories
- Replies: 1
- Views: 2141
Get Most popular categories
How to get the 8 most popular categories at the home page ?
- 22 Oct 2021, 14:18
- Forum: Laravel package
- Topic: Payment gateway card form
- Replies: 3
- Views: 5082
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 need to ...
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 need to ...
- 21 Oct 2021, 11:27
- Forum: Laravel package
- Topic: Payment gateway card form
- Replies: 3
- Views: 5082
Payment gateway card form
How to show card form at the same page like this :
- 17 Apr 2021, 11:37
- Forum: Laravel package
- Topic: Select IItems from database
- Replies: 2
- Views: 2573
Re: Select IItems from database
Okay I have fixed my problem thank you !
- 17 Apr 2021, 09:41
- Forum: Laravel package
- Topic: Select IItems from database
- Replies: 2
- Views: 2573
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 !
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 !
- 16 Apr 2021, 10:57
- Forum: Laravel package
- Topic: Select IItems from database
- Replies: 2
- Views: 2573
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 ...
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 ...
- 14 Apr 2021, 10:07
- Forum: Laravel package
- Topic: Set default language to english (admin backend)
- Replies: 1
- Views: 2603
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 ?
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 ?
- 13 Apr 2021, 09:49
- Forum: Laravel package
- Topic: Payment provider
- Replies: 3
- Views: 3951
Re: Payment provider
Hey
thanks a lot you solved my problem !
thanks a lot you solved my problem !
- 12 Apr 2021, 13:17
- Forum: Laravel package
- Topic: Payment provider
- Replies: 3
- Views: 3951
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 ...
So i need just one field that will be contain the card token and it will be required and hidden.
I have followed the ...