SHOPOWNERS
As of 4th July 2019, most shopowners will want the PHOENIX download.
https://github.com/gburton/Responsive-osCommerce/releases
PHOENIX:
Phoenix has osCommerce 2.3.4.1 as its foundation. It uses Bootstrap 4 in the Shop Side.
FROZEN:
Frozen has osCommerce 2.3.4.1 as its foundation. It uses Bootstrap 3 in the Shop Side.
Frozen is now in Sunset Status with EOL slated for 31 December 2019 [extended to 31 March 2020 by request].
GOLD:
EOL
function execute() {
global $PHP_SELF, $oscTemplate;
if (tep_not_null(MODULE_HEADER_TAGS_GRID_LIST_VIEW_PAGES)) {
$pages_array = array();
foreach (explode(';', MODULE_HEADER_TAGS_GRID_LIST_VIEW_PAGES) as $page) {
$page = trim($page);
if (!empty($page)) {
$pages_array[] = $page;
}
}
if (in_array(basename($PHP_SELF), $pages_array)) {
$script = <<<EOS
<script>
$(document).ready(function()