It seems to work well with scrolling on iphone.
Bootstrap 5 Template FEEDBACK NEEDED
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Bootstrap 5 Template FEEDBACK NEEDED
TY for testing 
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.
- 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
Good job !
It's nothing.
It's a pleasure to help with my modest skills.
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
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Bootstrap 5 Template FEEDBACK NEEDED
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
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.
I am here to build with you. Let's help each other.
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Bootstrap 5 Template FEEDBACK NEEDED
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.
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.
I am here to build with you. Let's help each other.
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Bootstrap 5 Template FEEDBACK NEEDED
TY for feedback everyone, very appreciated.
The fly out cart will show each products chosen options in the next release;
The fly out cart will show each products chosen options in the next release;
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.
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
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
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
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Bootstrap 5 Template FEEDBACK NEEDED
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.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"..
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.
I am here to build with you. Let's help each other.
- burt
- Core Team
- Posts: 4551
- Joined: Tue Oct 29, 2019 9:37 am
- Phoenix Version: v1.1.0.8
- : Buy Me A Beverage
- Has thanked: 252 times
- Been thanked: 412 times
Re: Bootstrap 5 Template FEEDBACK NEEDED
I am not here to build for you.
I am here to build with you. Let's help each other.
I am here to build with you. Let's help each other.