Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kgtee

Members
  • Posts

    281
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    kgtee reacted to TITO4 in Nivo Slider Content Module (Bootstrap)   
    Now I found another bug. When you add a link to aproduct or a category in the slide, it doesn't work in an EDGE version, since FILENAME_PRODUCT_INFO and  FILENAME_DEFAULT wasn't changed. To fix it, go to the template file of every module and change 
    $link_slide = tep_href_link(FILENAME_DEFAULT, 'cPath=' . $url_2); } else if ( $url_1 == 'p' ) { $link_slide = tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $url_2); To
    $link_slide = tep_href_link('index.php', 'cPath=' . $url_2); } else if ( $url_1 == 'p' ) { $link_slide = tep_href_link('product_info.php', 'products_id=' . $url_2); Also, I suggest to create a directory inside catalog/images to keep all slides together. In my case, I have them inside catalog/images/banners
  2. Like
    kgtee reacted to Jack_mcs in Easier Attributes   
    It should accept an entry without a price but be sure to select the blank prefix.
×
×
  • Create New...