Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

NooKyZ

Pioneers
  • Posts

    7
  • Joined

  • Last visited

Posts posted by NooKyZ

  1. No Restriction for Price / ID or Categories ?

     

    I just install points reward on a fresh rc2a (merge and / or remplace) and when I enter a restriction it does not functionnaly.

    The product on catalog have a points valued are applied / visibles...

    All others options are ok (special/referal/...) just this problem on the restricsions.

    :'(

    thank you for your help.

  2. :rolleyes: Hi, great great update with 0.6 , just in admin for see the images "if you want":

    find:

    			echo $fotos['cID'].$fotos['pID'].' [<a href="'.tep_href_link('gallery.php', 'gID=1&selected_box=configuration&editcomment&cID='.$fotos['cID'].'&pID='.$fotos['pID']).'">edit comment</a>] [<a href="'.tep_href_link('gallery.php', 'gID=1&selected_box=configuration&delpic&cID='.$fotos['cID'].'&pID='.$fotos['pID']).'">delete picture</a>]<br>';

    and add after:

    // img
      $dir = "../gallery/";
      $file = $fotos['cID']."_".$fotos['pID'].".jpg";
    		echo "\n".'<a id="autoload'.$fotos['cID'].$fotos['pID'].'" href="' . tep_href_link($dir.$file) . ''.$fotos['title'].'\'})">'.tep_image($dir . $file, '', 50, 50, 'hspace="5" vspace="5"').'</a><br>';		
    // end img

     

    if that is not clean but that goes right ;)

  3. Hi, I like this contribution, but I want select just one or two categories ID to be visible in the css menu, (not enable/disable cat) in a standart categories box it's easy :-" (id = '100' for the example) but I really do not arrive there :'(

    $categories_query = tep_db_query("select c.categories_id, cd.categories_name, c.parent_id from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.parent_id = '100' and c.categories_id = cd.categories_id and cd.language_id='" . (int)$languages_id ."' order by sort_order, cd.categories_name");

    thank you for your assistance, and forgiveness for my bad English.

×
×
  • Create New...