Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PIM-oscSlideshow 1.0 (not for 2.3.1) guide error?


Guest

Recommended Posts

in the installation guide 2.2.6 Step 6

Open catalog/admin/includes/boxes/catalog.php

Find

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

Add Below this

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

 

My catalog.php don´t have this Line

 

AND

 

2.4 Include the slideshow on osCommerce Store home page

Open catalog/index.php

Find this

<!-- body //-->

Add after

<?php if(!$_SERVER['QUERY_STRING'])require(DIR_WS_INCLUDES . 'slideshow.php'); ?>

 

If I but this line on my index.php my "old" scroller fail (from Modular Front page contribution).

 

How I can Fix it?.

Thanks

Link to comment
Share on other sites

  • 2 weeks later...

Open catalog/admin/includes/boxes/catalog.php

 

Find

array(
       'code' => FILENAME_MANUFACTURERS,
       'title' => BOX_CATALOG_MANUFACTURERS,
       'link' => tep_href_link(FILENAME_MANUFACTURERS)
     ),

 

Add Below this.

 

array(
       'code' => FILENAME_SLIDESHOW,
       'title' => BOX_CATALOG_SLIDESHOW,
       'link' => tep_href_link(FILENAME_SLIDESHOW)
     ),

 

I'll update the contribution as well shortly with corrected installation guide.

Edited by parorrey

We are what we repeatedly do. Excellence, then, is not an act, but a habit.

 

osCommerce Store Customization | PIM oscSlideshow Add-ons for v2.3.1 & v2.2

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...