Search found 7 matches

by samvara
20 Jul 2023, 08:13
Forum: Laravel package
Topic: disallow product combination in basket
Replies: 2
Views: 7873

Re: disallow product combination in basket

we added it to our Basket-Plugin after finding this example...https://aimeos.org/docs/latest/provider ... ent-system >> "ProductGone"
by samvara
19 Jul 2023, 15:11
Forum: Laravel package
Topic: disallow product combination in basket
Replies: 2
Views: 7873

disallow product combination in basket

Hi everyone, I would like to disallow a certain combination of two articles in the basket. If it happens, there needs to come a message "Combination not possible in basket. Finish shopping and shop again or delete one". Either as a message when putting into the basket or during checkoutsta...
by samvara
01 Jul 2023, 13:08
Forum: Laravel package
Topic: stripe & mastercard SecureID
Replies: 16
Views: 29286

stripe & mastercard SecureID

Hello, I am using the "native"/on board stripe solution. Since yesterday people who are using a Mastercard experience problems. Once they enter the data correctly and submit the information, a new tab opens. For a short time you see the Mastercard Identity check-window loading, then the ta...
by samvara
24 Jun 2023, 09:29
Forum: Laravel package
Topic: /shop make list view default view
Replies: 1
Views: 4674

/shop make list view default view

Hi!

Is there a configuration option to make list view the default view on /shop

Thanks,
samvara.
by samvara
22 Jun 2023, 15:25
Forum: Laravel package
Topic: custom login page like aimeos.com/profile (/admin, /login, /profile)
Replies: 3
Views: 3152

Re: custom login page like aimeos.com/profile (/admin, /login, /profile)

thanks for the tips. Yet, I didn't manage to make it work. Please check my approach, tx for a hint :idea: Start I started to follow aimeos' suggestion, and added a copy to my folder: custom-theme/views/auth/login.blade.php 1st try: put in a hello world: <span class="ml-2 text-sm text-gray-600&q...
by samvara
21 Jun 2023, 08:52
Forum: Laravel package
Topic: custom login page like aimeos.com/profile (/admin, /login, /profile)
Replies: 3
Views: 3152

custom login page like aimeos.com/profile (/admin, /login, /profile)

Hello and tx for ideas: I would like to set up a custom login page including the shop-layout

just like this one:
https://aimeos.com/profile

Merci beaucoup
by samvara
14 Mar 2023, 16:29
Forum: Help
Topic: Stripe Input-Fields Design / CSS / Layout
Replies: 3
Views: 2622

Stripe Input-Fields Design / CSS / Layout

How can I change the layout of the Stripe-Formfields which appear with the default Stripe-Integration in Aimeos?

The credit card input-fields are inside an iFrame and currently with a lot of inline-css.

Thank you!