♥Tsimi 505 Posted December 3, 2015 @@clustersolutions Ah! I see... I don't know about the classes and functions never tried before. I don't think that it would be all too difficult to achieve something like that. Need to compare both sides files and see what is different and merge them. Then you have to change the paths for the classes and functions folders either inside the configure.php or in each single php file. What kind of benefit that will give you performance wise I don't know. Share this post Link to post Share on other sites
♥clustersolutions 94 Posted December 4, 2015 @@Tsimi, I am less of a concern with performance, but more to do with managing duplicate functions/classes. RAM's cheap... Share this post Link to post Share on other sites
♥BrockleyJohn 174 Posted December 6, 2015 @@Tsimi, I am less of a concern with performance, but more to do with managing duplicate functions/classes. RAM's cheap... I can see benefit in the current arrangement of keeping admin functions inaccessible to unauthorised access, so you could still have two places that things might be defined. So only one place to change, but maybe two places to look; a naming convention would help avoid wasted investigation time. I've certainly wanted access to catalog functions on the admin side for customisations before; typically price/tax stuff. There are some things with the same name and different definitions on either side. Needs a bit of thought - and quite a lot of implementation effort! For a new install or if your store isn't mobile-friendly, get the community-supported responsive osCommerce (2.3.4.1 CE) here: https://github.com/gburton/Responsive-osCommerce/archive/2341-Frozen.zip Working on generalising bespoke solutions for Quickbooks integration, Easify integration and pay4later (DEKO) integration at 2.3.x Share this post Link to post Share on other sites