-
Content count
14,851 -
Joined
-
Last visited
-
Days Won
604
Posts posted by burt
-
-
Post removed as was part of a private conversation, pending permission (to unhide it) from HPDL.
-
It's gone a bit sideways, so let's try to get back on track...
@waynec444 the best plan would be a quick installation of Phoenix which will give a general idea if it may be suitable for your needs. Once you have tried it, and you (will) see missing functionality that you need...post back and you will, no doubt, get some advice on what addon(s) to add. If you keep in mind that the general ethos of osCommerce (and especially Phoenix) is a lean core, allowing shopowner to do many things without having to go deep into changing core codes. Bear in mind that there are a *lot* of addons, so opinions on the "best"/"easiest" will vary.
-
Phoenix 1.0.3.0
Demo Site:
https://template.me.uk/phoenix/index.php
Thank you to everyone who helped make this release, for the good ideas, for the chit chat and for the support.
This release introduces a number of key improvements;
-
the foundations of a bootstrapped admin (more to follow...)
You've asked for it, and now it's coming... -
revamped categories/products page in admin with product tabs and pre-placed hooks
supports adding product fields and other content with no core code changes - checkout pages with pre-placed hooks
-
removal of deprecated code, redundant pages, functions and features
Leaner = Simpler = Faster - As well as fixing bugs and introducing other minor code improvements...
- updates version to 1.0.3.0
How to Update if on 1.0.2.8;
- Download this Zip: 1.0.3.0.zip
- Unzip it
- Upload it
After which;
-
Delete un-needed files;
- admin/banner_manager.php
- admin/banner_statistics.php
- admin/includes/graphs/banner_daily.php
- admin/includes/graphs/banner_infobox.php
- admin/includes/graphs/banner_monthly.php
- admin/includes/graphs/banner_yearly.php
- admin/includes/languages/english/banner_manager.php
- admin/includes/languages/english/banner_statistics.php
- admin/popup_image.php
- includes/functions/banner.php
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.8
- Then follow "how to update if on 1.0.2.8 & after which" instructions
- OR -
You can download and install a brand new 1.0.3.0;
-
clicking the green "clone or download" button at https://github.com/gburton/CE-Phoenix
or grab it direct from osCommerce at https://www.oscommerce.com/Products - choose "download zip"
- unzip, upload, install
- OR -
You can diff your files;
- Find which version Phoenix you are on; admin > tools > version checker
-
go to this URL, changing a.b.c.d to your Phoenix version;
https://github.com/gburton/Responsive-osCommerce/compare/a.b.c.d...1.0.3.0 - Make code changes one by one
- THEN -
After Installation (whether NEW or UPDATE) is complete;
- Visit admin > tools > security checks and perform any needed actions
- Enjoy using 1.0.3.0
- Join the Phoenix Club -
- https://forums.oscommerce.com/clubs/1-phoenix/
- you'll get to see some of the "behind the scenes" work and help to steer future releases.
bonbec reacted to this -
the foundations of a bootstrapped admin (more to follow...)
-
6 hours ago, piernas said:It's ready.
- Latest oscommerce (phoenix 1.0.3.0) compatible.
- Fixed more cache issues. Now sqlite and memcache are only enabled if system supports the methods.
- Moved admin edits to hooks. Now only two files on catalog needs to be modified.
- Removed database table constants.
- TODO: Allow to processs links outside root folder (ie. ext/directory). This is useful for addons like Twitter typeahead.Can someone test the atached files before uploading to addons?
Possible changes, something to think about;
- move HT module to Hook
-
change tpl_ file of core code rather than create new modules - the tpl_files are specifically created to allow shopowner to change them...
for navbar
for box
That would (potentially) be three fewer things to have to install.
I haven't installed it, so could not say if this is do-able or possible. You'll know better.
-
1 hour ago, Stephan Gebbers said:..but i have to remove or change that google captcha hook for the catalog side. it shows up everywhere now.
Change its code. If it is the Supporters Hook...you can ask for support via Email (or go and grab the update from the Club).
-
This is just a tiny step towards "no core code change - admin side"...
How are we finding v1.0.3.0 in general ?
-
Oh, and importantly...a BIG thank you to everyone who made v1.0.3.0 a possibility.
For the code, for the ideas, for the screenshots, for the diagrams, for the chit-chat and for the support. Chapeau!
-
I will make a v1.0.3.0 upgrade .zip at some time over the weekend and release as usual on the upgrade thread.
In the meantime please install it as a new "test" shop and have a play, I would be
particularly interested in feedback on the new admin/categories.php page -
This release introduces a number of key improvements:
- the foundations of a bootstrapped admin (more to follow...)
- revamped categories/products page in admin with product tabs and pre-placed hooks
- much improved checkout pages layout with pre-placed hooks
- modernisation of Reviews system
- new Password Forgotten module
- flags for inactive modules in admin
- removal of deprecated code, redundant pages, functions and features
- bug fixes and other minor code improvements
LEANER. SIMPLER. FASTER.
Download:
https://github.com/gburton/CE-Phoenix/archive/master.zip -
14 minutes ago, milerwan said:Yes it is screenshot but as I mentioned above the EU legislation requires that there is, on the one hand, an electronic siganture and, on the other hand, at least a link to the "Terms & Conditions" at the time of the confirmation of order, so located in the "checkout_confirmation" page.
I think we can keep legal agreements in the create_account page for "Privacy Policies" but for "T&C" it must be transferred to the checkout page in the form of an electronic signature.OK, in the demo site...I think one line of code to add into the checkout_confirmation page and you have the same there. No big deal, no need for so much core code change.
As below;
milerwan and bonbec reacted to this -
Your first image is (I think) a screenshot of the Phoenix Demo ?
If so, that shows a piece of code that (I think) does it, not? -
Phoenix 1.0.2.8
Demo Site:
https://template.me.uk/phoenix/index.php
Thank you to all who found and reported bugs.
This Update;
- fixes installation bug in "upcoming products"
- updates reviews box to fix display bug
- updates bug in "admin/orders.php"
- removes cache system
- removes defunct pieces from installation SQL
- Update version to 1.0.2.8
How to Update if on 1.0.2.7;
- Download this Zip: 1.0.2.8.zip
- Unzip it
- Upload it
- Run This SQL: https://pastebin.com/XMf0zqHg
After which;
- Uninstall AND Reinstall Reviews Box Module (aka bm_reviews)
-
Delete un-needed files;
- admin/cache.php
- admin/includes/languages/english/cache.php
- includes/functions/cache.php
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.7
- Then follow "how to update if on 1.0.2.7 & after which" instructions
- OR -
You can download and install a brand new 1.0.2.8;
- clicking the green "clone or download" button at https://github.com/gburton/CE-Phoenix
- choose "download zip"
- unzip, upload, install
- OR -
You can diff your files;
- Find which version Phoenix you are on; admin > tools > version checker
-
go to this URL, changing a.b.c.d to your Phoenix version;
https://github.com/gburton/Responsive-osCommerce/compare/a.b.c.d...1.0.2.8 - Make code changes one by one
- THEN -
After Installation (whether NEW or UPDATE) is complete;
- Visit admin > tools > security checks and perform any needed actions
- Enjoy using 1.0.2.8
- Join the Phoenix Club -
- https://forums.oscommerce.com/clubs/1-phoenix/
- you'll get to see some of the "behind the scenes" work and help to steer future releases.
Rwe, peterpil19 and bonbec reacted to this -
1 hour ago, spyshop said:Hi
I'm trying to install addons ect on a standard shop but when i wnat to download a module i only get a htm page?
Where are the module itself and how to install module?
Are you certain you are using osC ? I've just found (I think) your live shop and it is using Prestashop...
Are you maybe changing over to osCommerce from Prestashop ?
-
@Garret Krampe let's stop with the drama. I think we all understand that you made a series of sub-optimal choices, now you have to take a 30 minute step back and try to rescue the situation;
- how long is the timeline until you need a working site
- of that list you posted which are "super important must haves" and which are "want it, but not immediately"
Once you have those in place, then decide which piece of software comes closest to your needs in the short term. That may or may not be a version of osCommerce.
As an Aussie, I am certain you will get this as humorous; Man Up Princess
peterpil19 reacted to this -
Phoenix 1.0.2.7
Demo Site:
https://template.me.uk/phoenix/index.php
This Update;
- makes payment icons a bit more flexible
-
adds flag to (in)active modules
TY @bonbec fred for the cool idea - Update version to 1.0.2.7
How to Update if on 1.0.2.6;
- Download this Zip: 1.0.2.7.zip
- Unzip it
- Upload it
After which;
-
Uninstall AND Reinstall Payment Icons Module (aka cm_footer_extra_icons)
and configure it appropriately
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.6
- Then follow "how to update if on 1.0.2.6 & after which" instructions
- OR -
You can download and install a brand new 1.0.2.7;
- clicking the green "clone or download" button at https://github.com/gburton/CE-Phoenix
- choose "download zip"
- unzip, upload, install
- OR -
You can diff your files;
- Find which version Phoenix you are on; admin > tools > version checker
-
go to this URL, changing a.b.c.d to your Phoenix version;
https://github.com/gburton/Responsive-osCommerce/compare/a.b.c.d...1.0.2.7 - Make code changes one by one
- THEN -
After Installation (whether NEW or UPDATE) is complete;
- Visit admin > tools > security checks and perform any needed actions
- Enjoy using 1.0.2.7
- Join the Phoenix Club -
- https://forums.oscommerce.com/clubs/1-phoenix/
- you'll get to see some of the "behind the scenes" work and help to steer future releases.
Omar_one and peterpil19 reacted to this -
Phoenix 1.0.2.6
Demo Site:
https://template.me.uk/phoenix/index.php
This Update;
- Fix xs deprecated css
- Remove tell a friend and associated files
- Restyle checkout procedure
- Update version to 1.0.2.6
How to Update if on 1.0.2.5;
- Download this Zip: 1.0.2.6.zip
- Unzip it
- Upload it
After which;
- Uninstall E-Mail Social Bookmark (aka sb_email)
- Uninstall Tell A Friend Action Recorder (aka ar_tell_a_friend)
- Uninstall AND Reinstall Product Notifications Content Module (aka cm_cs_product_notifications)
-
SQL to run (in phpmyadmin)
delete from configuration where configuration_key = 'ALLOW_GUEST_TO_TELL_A_FRIEND'; -
Delete deprecated files [ensure you have performed items 1 to 4 in this list first]
- tell_a_friend.php
- /includes/modules/social_bookmarks/sb_email.php
- /includes/modules/action_recorder/ar_tell_a_friend.php
- /includes/languages/english/tell_a_friend.php
- /includes/languages/english/modules/social_bookmarks/sb_email.php
- /includes/languages/english/modules/action_recorder/ar_tell_a_friend.php - Uninstall AND Reinstall Robot Noindex Header Tag (aka ht_robot_noindex)
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.5
- Then follow "how to update if on 1.0.2.5 & after which" instructions
- OR -
You can download and install a brand new 1.0.2.6;
- clicking the green "clone or download" button at https://github.com/gburton/CE-Phoenix
- choose "download zip"
- unzip, upload, install
- OR -
You can diff your files;
- Find which version Phoenix you are on; admin > tools > version checker
-
go to this URL, changing a.b.c.d to your Phoenix version;
https://github.com/gburton/Responsive-osCommerce/compare/a.b.c.d...1.0.2.6 - Make code changes one by one
- THEN -
After Installation (whether NEW or UPDATE) is complete;
- Visit admin > tools > security checks and perform any needed actions
- Enjoy using 1.0.2.6
- Join the Phoenix Club -
- https://forums.oscommerce.com/clubs/1-phoenix/
- you'll get to see some of the "behind the scenes" work and help to steer future releases.
-
Bear in mind that this particular count does hammer the database - which will impact on load time.
I don't know by how much and would say it would vary slightly server to server, so it may be worth doing a benchmark, before and after...
-
I'd suggest to read your own signature
QuoteosCommerce: made for programmers, ...because store owners do not want to be programmers.
Are you a store owner or a programmer?
If the former, support the programmers. If the latter, support the shopowners.
-
That site does not appear to be osCommerce, so it's probable that your question would be tough to answer.
Do you yourself use osCommerce ?
-
I provide a fairly regular, small updates;
With actual step by step instructions on exactly what to do to perform the update;
- upload X
- uninstall Y
- delete Z
I also provide a zip file of just the changes.
I also link to diff (comparison) files.
I also provide direct SQL as and when needed.With a large update, say once a year...you'd get none of that.
This way...you have a choice;
You can perform the small updates as they come out, or you can ignore them and just do a large update when that comes out.
It makes no sense, to me, that anyone would be upset by having more choice.
Heatherbell, theozsnowman and peterpil19 reacted to this -
My advice is, always;
- make for your own needs
-
if possible try to do it without core code changes
this simply makes things easier in the future for upgrading
also makes it easier to share with others
If it was me;
- I'd create a spreadsheet with the ID and full name of the taxonomy - spreadsheets are easy to keep updated if google decide to change taxonomies...
-
I'd create a dropdown box using the spreadsheet data
this box would do exactly as your input box performs, just update the category_id appropriately
Keep It Simple.
rebelsheep reacted to this -
Historically so. Dont know why.
Possibly have some unwanted effect on payment module selection ?
Moxamint reacted to this -
I would bet on her having a wrong address set up at Paypal.
Which Paypal are you using to populate the data? Express ?
-
This is what the delivered code does; https://template.me.uk/phoenix/index.php?cPath=1
So, it is obvious that something in your site is incorrect. And I suspect that is a problem in your language files.
Download a new 1.0.2.5 now and compare your main english language file to the one in 1.0.2.5.
In addition check your tep_create_sort_heading function in /includes/functions/general.php
Does osCommerce work "out of the box"?
in General Support
Posted
I don't know Opencart in-depth, though I do know Dan (owner of opencart), we had some conversations in the past.
I can tell you that it has differences opencart isn't phoenix and phoenix isn't opencart, so both of them will have things you don't want and both of them will have things missing that you do want. Phoenix only takes a minute to download and install, so best is to do that and try it. If there is then something you do want, but is missing...then ask for more advice on the best solution and I am certain that Phoenix users will give you their view.
I think you already tried a test order on the demo install - how did you like it ?