Bootstrap 5 Template FEEDBACK NEEDED

Open to all! Ask other shopowners for help.
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 »

TY for testing :+1:
bonbec wrote: Fri Sep 27, 2024 11:18 am 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.
It seems to work well with scrolling on iphone.
I am not here to build for you.
I am here to build with you. Let's help each other.


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 »

Good job !

It's nothing.
It's a pleasure to help with my modest skills.
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 »

TY to the great few shopowners who took the time to help us with thoughts and ideas and noticing things that needed changes etc on our Bootstrap 5 implementation.

You've been a really great help. As a thank you a nice piece of code will come your way (by PM), just as soon as the bs5 goes live.

@bonbec
@Kofod95
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 »

And now the upcoming 1.0.9.7 has the bs5 template included.
Feel free to go and install a test shop to see for yourself the (really nice) changes.

https://github.com/CE-PhoenixCart/Phoen ... .0.9.7.zip

Myself and @heatherbell have worked tirelessly on this for a long time to try and perfect as much as we could.

IMPORTANT NOTES
1. 1.0.9.7 is NOT yet released, but I have plan to do that tomorrow, along with all the usual update zip etc
2. BS4 is EOL (End Of Life), read more https://getbootstrap.com/docs/4.6/end-of-life/

If anyone does install our 1.0.9.7 please do so on a TEST SHOP. Have a play with it and let us know your thoughts/ideas and feedback *please*.

--

On a side note, the most asked for "conceptual change" in the Phoenix ecosphere was to give shopowners the opportunity to have their say, so I am left wondering what more we could do to involve the community. If anyone has an idea, please post your your thoughts, thanks. We obviously can't work by `committee` as nothing would ever get done, but we try our best to listen/react to ideas/feedback as best we can.
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 »

TY for feedback everyone, very appreciated.

The fly out cart will show each products chosen options in the next release;
foc.jpg
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.
Fiber
Contributor
Posts: 173
Joined: Mon Oct 26, 2020 12:16 pm
Phoenix Version: v1.1.0.6
Has thanked: 17 times
Been thanked: 27 times

Re: Bootstrap 5 Template FEEDBACK NEEDED

Post by Fiber »

Was testing (1.0.9.7) even more also regarding the bootstrap template, installed cutomer_data module cd_gender, immediately came up with the idea to add a field, nowadays you don't just have men and women or people who just want to be addressed differently, and I just called that field "Different", everything works after some testing, but in the admin at customers I can no longer edit gender fields, I renamed tpl_cd_gender from the bootstrap theme and I could edit it but I lost the "layout"..
Turn up the Max
Fiber
Contributor
Posts: 173
Joined: Mon Oct 26, 2020 12:16 pm
Phoenix Version: v1.1.0.6
Has thanked: 17 times
Been thanked: 27 times

Re: Bootstrap 5 Template FEEDBACK NEEDED

Post by Fiber »

I also noticed that the VAT Number had disappeared, I added it in \templates\bootstrap5\includes\modules\content\footer\tpl_cm_footer_contact_us.php

Code: Select all

<?php
  if (!Text::is_empty(STORE_TAX_ID)) {
   echo sprintf(MODULE_CONTENT_FOOTER_CONTACT_US_TAX_ID, STORE_TAX_ID);
  }
  ?>
Turn up the Max
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 »

Fiber wrote: Mon Oct 14, 2024 10:59 am Was testing (1.0.9.7) even more also regarding the bootstrap template, installed cutomer_data module cd_gender, immediately came up with the idea to add a field, nowadays you don't just have men and women or people who just want to be addressed differently, and I just called that field "Different", everything works after some testing, but in the admin at customers I can no longer edit gender fields, I renamed tpl_cd_gender from the bootstrap theme and I could edit it but I lost the "layout"..
There is an example extra gender in app.php/tag/s04e03 which adds in "non binary gender". The idea is to UNinstall the core gender module and install this module that adds in an extra gender.

This module would obviously need to be updated to look correct in the BS5 template, just like as happened in the core gender module. That aside, this has nothing to do with the Bootstrap 5 template.
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 »

Fiber wrote: Mon Oct 14, 2024 11:01 am I also noticed that the VAT Number had disappeared, I added it in \templates\bootstrap5\includes\modules\content\footer\tpl_cm_footer_contact_us.php
TY
https://github.com/CE-PhoenixCart/Phoen ... 3cecb21e37
I am not here to build for you.
I am here to build with you. Let's help each other.


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