Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

NooKyZ

Pioneers
  • Posts

    7
  • Joined

  • Last visited

Everything posted by NooKyZ

  1. Testing the version: ##POINTS AND REWARDS MODULE V2.1rc2a_1 / 8 Oct 2008
  2. 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.
  3. :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 ;)
  4. I have for some products many options..... A idea please ?
  5. HEllo, nice contribution :) I have just found it and l' idea is really good but it's damage they not have validation by admin, for control the pictures before the publication for the responsability of the shop.
  6. 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...