Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Options as Images for bootstrap 2.3.4


Recommended Posts

Hi all,

I installed this Options_as_Images v2.1 for BSwhich was modified March 2017 and says modified to work with the community bootstrap Gold version of oscommerce.

I have been trying to install it but I have some issues.

1- where is the admin and catalog filenames.php files, I can not find them in my include folders any more, have they been removed or replace in the new bootstrap?

2- The includes/boxes/catalog.php is also changed, mine is different format, mine is like this;

      array(
        'code' => 'products_attributes.php',
        'title' => BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES,
        'link' => tep_href_link('products_attributes.php')
      ),

 

BUT the installation says different, in the installation meant to be like this;

In the file /admin/includes/boxes/catalog.php find this line:-

'<a href="' . tep_href_link(FILENAME_MANUFACTURERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_MANUFACTURERS . '</a><br>' .

and add this after it:-

'<a href="' . tep_href_link(FILENAME_OPTIONS_IMAGES, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_OPTIONS_IMAGES . '</a><br>'

 

Can some one tell me how I can install this module and fix the above two issues?

Many thanks in advance

Mitchell

 

 

 

 

 

 

 

 

Link to comment
Share on other sites

Link to comment
Share on other sites

36 minutes ago, austcoll said:

1- where is the admin and catalog filenames.php files, I can not find them in my include folders any more, have they been removed or replace in the new bootstrap?

Look here:

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...