Jack_mcs Posted May 17, 2018 Author Share Posted May 17, 2018 No, an update isn't available, though it is planned - no idea when that will be though. The steps you mentioned can be skipped since those files don't exist in the BS shop. But the code will fail because the definitions are referenced. You can install the compatibility addon and then this will work. But that goes against the idea of not changing the core code so it isn't the best option. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
Jack_mcs Posted May 22, 2018 Author Share Posted May 22, 2018 A new version has been uploaded with these changes: Corrected mistakes in the css file that would cause layout issues with some shops. Made changes to css for better appearance in BS shops. Removed the install instructions that referenced database tables and filenames for the BS version - found by member valquiria23. valquiria23 1 Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
valquiria23 Posted May 25, 2018 Share Posted May 25, 2018 Dear @Jack_mcs Just test this great contribution to an OSC EDGE 2.3.4.1 and works well in desktop mode. But with a cell phone I find a problem with the price list, the list moves a little to the right of the screen and that breaks the Bootstrap functionality. attached screenshots: thanks for your help in advance Valqui Quote Community Oscommerce fan You'll find the latest osC community version here. Link to comment Share on other sites More sharing options...
Jack_mcs Posted May 26, 2018 Author Share Posted May 26, 2018 The price list has not been fully converted and still used html code (<tr><td>) but this change should fix the problem you are seeing. In the price_list.php file, find this line <div class="table-responsive"> and change it to <div class="table-responsive price-list"> Then in the all_products_seo.css file, find this @media ( max-width: 450px ) { and add this below it .price-list {font-size:10px; Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
valquiria23 Posted May 26, 2018 Share Posted May 26, 2018 Dear @Jack_mcs I made the suggested changes but it did not work. Any other idea? Kiss Valqui Quote Community Oscommerce fan You'll find the latest osC community version here. Link to comment Share on other sites More sharing options...
MyBookShop Posted April 22, 2019 Share Posted April 22, 2019 Gidday, I need to list all my products on one page (hidden or not) for a web crawler that can't follow folders. This was most likely a good solution but is not updated for CEfrozenBS4. I suggest an alternative to this module which is complicated to install, is to just duplicate the existing [Whats New Box] module. But how to make it list all products with out page breaks [1] [2] [3] ... etc and also default to Grid view? Mark. Quote Link to comment Share on other sites More sharing options...
DAVID3733 Posted April 22, 2019 Share Posted April 22, 2019 5 hours ago, MyBookShop said: Gidday, I need to list all my products on one page (hidden or not) for a web crawler that can't follow folders. This was most likely a good solution but is not updated for CEfrozenBS4. I suggest an alternative to this module which is complicated to install, is to just duplicate the existing [Whats New Box] module. But how to make it list all products with out page breaks [1] [2] [3] ... etc and also default to Grid view? Mark. Hello I am not a expert but would thinks that main crawlers would have no problem navigating a modern OSC website Plus you have whats new, that can show all products, also if it has pagination and view-all then every product is available on a single page to the crawler, I am guessing that any version of OSC that is using BS4 would have these capabilities already, check you have them activated as header tags, without adding another module to complicate and increase the bots ability to crawl your site, remember they do have a limit of the number of pages they will crawl in a day and duplicating whats already available to them might not be the best use of the crawl budget But like i said, no expect just a shop owner regards Quote David Link to comment Share on other sites More sharing options...
artfulweb Posted June 6, 2019 Share Posted June 6, 2019 Hello Jack, With FROZEN on php 7.2 there is a deprecated function in all-products.php on line 133, "The each() function is deprecated". I know it should be a foreach but can't seem to turn it the right way; Here is the code: ________________________________ $column_list = array(); reset($define_list); while (list($column, $value) = each($define_list)) { if ($value) $column_list[] = $column; } ____________________________ Thank you so much. Barbie Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted June 7, 2019 Author Share Posted June 7, 2019 4 hours ago, artfulweb said: reset($define_list); while (list($column, $value) = each($define_list)) { Replace the above with foreach ($define_list as $column => $value) { Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
artfulweb Posted June 7, 2019 Share Posted June 7, 2019 Perfect Jack ! Thanks so much. Barbie Quote Link to comment Share on other sites More sharing options...
Jack_mcs Posted November 26, 2020 Author Share Posted November 26, 2020 A new version has been uploaded with these changes: Added a Phoenix version. Works with 1.0.7.11, which is the latest version at this time. Added a class for the price list so it displays better on small screens - found by member valquiria23. Added a manufacturers dropdown selector. Changed sub heading database filed to type TEXT to allow for longer descriptions. Changed while to foreach for 7.2 compatibility. Found by artfulweb. Fixed problem on the all products page where selecting from the categories menu didn't work. Moved the css file to ext/css/. Note: This update mainly has to do with Phoenix shops. valquiria23 1 Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
artfulweb Posted November 28, 2020 Share Posted November 28, 2020 On 11/26/2020 at 6:16 PM, Jack_mcs said: A new version has been uploaded with these changes: Added a Phoenix version. Works with 1.0.7.11, which is the latest version at this time. Added a class for the price list so it displays better on small screens - found by member valquiria23. Added a manufacturers dropdown selector. Changed sub heading database filed to type TEXT to allow for longer descriptions. Changed while to foreach for 7.2 compatibility. Found by artfulweb. Fixed problem on the all products page where selecting from the categories menu didn't work. Moved the css file to ext/css/. Note: This update mainly has to do with Phoenix shops. Thanks Jack! Confirming working perfectly on Phoenix 1.0.7.10 ! Quote Link to comment Share on other sites More sharing options...
MyBookShop Posted March 8, 2021 Share Posted March 8, 2021 Gidday, A minor update is needed to deal with tep_not_null to !Text::is_empty Changes etc. to avoid php errors. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.