-
Content count
14,883 -
Joined
-
Last visited
-
Days Won
607
Posts posted by burt
-
-
The point of something being modular is that if one does not like how the module works...turn it off and make a new one.
Feel free to make modules and upload to addons area.
-
Similar just happened to me, turns out I had a tpl_ [template] file ftp'd to /includes/modules/content/shopping_cart/
-
@nsf43 subscribe [follow] the announcements thread as fixes and updates are published there for those not familiar with Github.
-
If you can't get the table to play nicely...
Grid Layout;
<div class="row">
<-- each -->
<div class="col-10">
lots of text
</div>
<div class="col-2">
price
</div>
<!-- eof each -->
</div>List Group;
<ul class="list-group">
<-- each -->
<li class="list-group-item d-flex justify-content-between align-items-center">
lots of text
<span>price</span>
</li>
<!-- eof each -->
</ul>Of the two, the list group is less code and a bit nicer to play with.
Heatherbell reacted to this -
Big up to @BrockleyJohn who did all the investigating and all the fixing. TY John.
altoid reacted to this -
Phoenix 1.0.2.5
Particular thanks to @BrockleyJohn for fixing the Hooks class.
Demo Site:
https://template.me.uk/phoenix/index.php
This Update;
- Fixes bug in Hooks Class that presents itself on some, not all, servers
- Update version to 1.0.2.5
How to Update if on 1.0.2.4;
- Download this Zip: 1.0.2.5.zip
- Unzip it
- Upload it
- Visit admin > tools > security checks and perform any needed actions
- Enjoy using 1.0.2.5
How to Update if on earlier version;
- Find version you are on [admin > tools > version checker]
- Go back through this discussion and perform updates to get to 1.0.2.4
- Then follow "how to update if on 1.0.2.4" instructions
- OR -
You can download and install a brand new 1.0.2.5;
- clicking the green "clone or download" button at https://github.com/gburton/CE-Phoenix
- choose "download zip"
- unzip, upload, install
After New Installation is complete;
- Visit admin > tools > security checks and perform any needed actions
- Enjoy using 1.0.2.5
- Join the Phoenix Club -
- https://forums.oscommerce.com/clubs/1-phoenix/
-
If you are not a member of the Phoenix Club, request it;
you'll get to see some of the "behind the scenes" work and help to steer future releases.
-
59 minutes ago, 14steve14 said:@burt It was John that contacted me for more details. Thought a post here may generate a bit more help or at the very least a few ideas.
I think John has come up with the solution. Could you liaise with him and test it on your live site, thank you.
-
1 minute ago, azpro said:Clean enough! Make it Modular?
It's not modular, it's just a rejig of the existing HTML.
-
The answer has not changed since the last time you asked the exact same question
Look back through your own posts...
-
I believe all checkout pages are now running under the new "minimal" style;
https://template.me.uk/phoenix/index.php
To check out the checkout changes, you will obviously need to be logged in with something in cart...so that you can complete an order.
Feel free to offer constructive criticism, ask questions, point out broken things etc.
Omar_one reacted to this -
-
-
I dont know what NNTR means.
Does everything have to be done DIY? That is obviously a rhetorical question that does not need answering, but the point stands;
Modular page: make or get made a replacement module.
It might be that creating an actual module is difficult/impossible for shopowner. I get that, after all you guys are here to sell stuff, not code. So, too difficult to code...then the shopowner needs to decide if they need changes desperately enough to warrant getting someone with the necessary skillset to create such a module for them.
And that replacement, if better than the original...could replace the original in core. It's how the CE edition first came into being and it's how modules in CE for the last 5 years have evolved. Well, the output of mostly one coder with a number of cool shopowners who agree to have their made module available to all.
Mikepo and 14steve14 reacted to this -
Shopowner would create a new module to suit his needs. This is the concept of modularity;
- shopowner thinks "hmmm, that could be laid out nicer"...
- he turns off the module
- he creates a new module
- he turns on that new module
-
This is a modular page, so shopowner can do as they please...
-
/includes/modules/content/shopping_cart/
-
If it's in a module and it's not quite suitable for your site...you can make a new module (or amend the existing module etc)...
-
-
16 hours ago, kgtee said:I just tried placing two orders; one below $20 and another greater than $20. Yes, it is fixed. Great job! @burt
Great, thank you for testing. The improved checkout is likely to go into the next update (depends if I get it finished by the next scheduled update).
-
4 hours ago, Heatherbell said:Sorry - just a BTW - template.me.uk/phoenix update product quantity in cart has stopped working - works fine on my current install though.
WTF - tested again and now working - it definitely didn't work on Lemons left in cart from a previous login - will try to replicateI can't replicate the problem...
-
Phoenix 1.0.2.4
Thank You to Phoenix Club members for making the hard work much easier.
https://forums.oscommerce.com/clubs/1-phoenix/
If you are not a member of the Phoenix Club, request it - and you'll get to see some of the "behind the scenes" work and help to steer the future releases.
Demo Site:
https://template.me.uk/phoenix/index.php
This Update;
- Removes old .css
- fixes display issues
- fixes minor code issues
- Update version to 1.0.2.4
How to Update if on 1.0.2.3;
- Download this Zip: 1.0.2.4.zip
- Unzip it
- Upload it
- Go to admin > tools > security checks and correct any listed problems
How to Update if on earlier version;
- Find version you are on
- Go back through this discussion and perform updates to get to 1.0.2.3
- Then follow "how to update if on 1.0.2.3" instructions
After Update;
- Visit admin > tools > security checks and perform any needed actions
- Enjoy the hard work that went into 1.0.2.4
- OR -
You can download and install a brand new 1.0.2.4;
- clicking the green "clone or download" button at https://github.com/gburton/CE-Phoenix
- choose "download zip"
- unzip, upload, install
After New Installation is complete;
- Visit admin > tools > security checks and perform any needed actions
- Enjoy the hard work that went into 1.0.2.4
-
If you uninstall on index_nested [admin], ensure that you are looking at an index_nested page [shop side]...
There is a similar module for index_products.
Heatherbell reacted to this -
π module is for product_info only. To make changes in and around the product listings you would need to change the product_listing module.
-
Just now, René H4 said:Would it be easy to get the listing insted of the grid? I like the listing much better, it's much more ease in the layout.
At the moment let's say you install a Phoenix...and you have grid set to X per row.
What would happen if you set X to 1 ?René H4 reacted to this
Phoenix 1.0.2.0 stuck at Database Install Page
in osCommerce Online Merchant Community Bootstrap Edition
Posted
Pls try installation on a different server. This will rule out a server problem.
as far as I am aware no one else is reported installation problems like this.