Bootstrap 5 Template FEEDBACK NEEDED

Open to all! Ask other shopowners for help.
User avatar
Kofod95
Senior Contributor
Posts: 748
Joined: Sat Feb 06, 2021 7:38 pm
Phoenix Version: 1.0.8.20
Has thanked: 99 times
Been thanked: 179 times

Re: Bootstrap 5 Template FEEDBACK NEEDED

Post by Kofod95 »

New thing:

Could pressing the search link auto-select the input?
Now you have to move the cursor into the field and click before you can type.
I know, I'm lazy... ;)

//Daniel
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
bonbec
Contributor
Posts: 190
Joined: Mon Oct 26, 2020 12:23 pm
Phoenix Version: V1.1.0.7
Has thanked: 54 times
Been thanked: 40 times

Re: Bootstrap 5 Template FEEDBACK NEEDED

Post by bonbec »

A small thing to improve I think:
When you have a lot of items in the basket (see screenshot), how to go to the basket, it's impossible.
Clicking on the basket in the navbar opens the list on the right but you don't have access to the buttons.
Sans titre 2.jpg
You do not have the required permissions to view the files attached to this post.
Old MS2.2 PHP7.4 site being converted to CE Phoenix v1.1.0.6 PHP 8.3
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Bootstrap 5 Template FEEDBACK NEEDED

Post by burt »

Kofod95 wrote: Thu Sep 26, 2024 9:33 am New thing:

Could pressing the search link auto-select the input?
Now you have to move the cursor into the field and click before you can type.
I know, I'm lazy... ;)
TY
Done, but not uploaded to demo.
I am not here to build for you.
I am here to build with you. Let's help each other.
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Bootstrap 5 Template FEEDBACK NEEDED

Post by burt »

bonbec wrote: Thu Sep 26, 2024 9:49 am When you have a lot of items in the basket (see screenshot), how to go to the basket, it's impossible.
It seems the offcanvas component of bootstrap is *not* scrollable.
Therefore the only way to make it possible is to move the buttons to the top;
qwertyuiop.jpg
Thoughts? (open to anyone)
You do not have the required permissions to view the files attached to this post.
I am not here to build for you.
I am here to build with you. Let's help each other.
User avatar
Kofod95
Senior Contributor
Posts: 748
Joined: Sat Feb 06, 2021 7:38 pm
Phoenix Version: 1.0.8.20
Has thanked: 99 times
Been thanked: 179 times

Re: Bootstrap 5 Template FEEDBACK NEEDED

Post by Kofod95 »

burt wrote: Thu Sep 26, 2024 10:35 am move the buttons to the top
[...]
Thoughts? (open to anyone)
I think that's the right solution. Even if scrollable, you would have people that won't figure that out.
It looks good in the bottom, but for UX, the top seems better.

//Daniel
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide
User avatar
bonbec
Contributor
Posts: 190
Joined: Mon Oct 26, 2020 12:23 pm
Phoenix Version: V1.1.0.7
Has thanked: 54 times
Been thanked: 40 times

Re: Bootstrap 5 Template FEEDBACK NEEDED

Post by bonbec »

burt wrote: Thu Sep 26, 2024 10:35 am Thoughts? (open to anyone)
Good idea Burt :+1:
And maybe the list of products is sorted in descending order, i.e. the last one added in the first line, the second to last one added in the second line and so on.

Or another solution: leave the buttons at the bottom and only display the last added article. I think it's the better way to have a nice offcanvas
Old MS2.2 PHP7.4 site being converted to CE Phoenix v1.1.0.6 PHP 8.3
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: Bootstrap 5 Template FEEDBACK NEEDED

Post by heatherbell »

burt wrote: Thu Sep 26, 2024 10:35 am It seems the offcanvas component of bootstrap is *not* scrollable.
Thoughts? (open to anyone)
Have made it auto scrollable, height restricted to not exceed the screen height minus the header/footer and buttons sticky.
offcanvas-scroll-bs5.zip
Screenshot 2024-09-26 133303.png
You do not have the required permissions to view the files attached to this post.
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Bootstrap 5 Template FEEDBACK NEEDED

Post by burt »

bonbec wrote: Thu Sep 26, 2024 11:30 am And maybe the list of products is sorted in descending order, i.e. the last one added in the first line, the second to last one added in the second line and so on.
I believe this fly out cart simply displays in the same way as the usual shopping_cart.php page.

If that is true it's beyond the scope of this function.
Instead it would mean a core change is added items to go newest at top.
I am not here to build for you.
I am here to build with you. Let's help each other.
User avatar
burt
Core Team
Posts: 4551
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Bootstrap 5 Template FEEDBACK NEEDED

Post by burt »

Uploaded a revised cart fly out, please take a look?
BUttons should always be showing on this version thanks to @heatherbell

https://seen-online.co.uk/ffenix/index.php

You might need to refresh a couple of times for changes to kick in.
I am not here to build for you.
I am here to build with you. Let's help each other.
User avatar
bonbec
Contributor
Posts: 190
Joined: Mon Oct 26, 2020 12:23 pm
Phoenix Version: V1.1.0.7
Has thanked: 54 times
Been thanked: 40 times

Re: Bootstrap 5 Template FEEDBACK NEEDED

Post by bonbec »

On a computer it seems to be perfect. Thanks @burt and @heatherbell

The question I have now is: how does the scroll movement behave on a mobile phone (I don't have one so I can't test it). I'm afraid that by putting my finger on an article, it will redirect to the article page instead of scrolling.
Old MS2.2 PHP7.4 site being converted to CE Phoenix v1.1.0.6 PHP 8.3


Join The Code Co-op to get access to your library in the Code Co-op Forum
Locked