Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

aschoelling

Pioneers
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Real Name
    Alexander Schölling

aschoelling's Achievements

  1. I think oscFileBrowser would be exactly what I need - if I could get it to work, that is. As of now, it just refuses to do what it should when clicking on the select button (the green checkmark icon) - instead of selecting the corresponding image it just displays it! I think the file _inc/lang/templates/index.tpl is responsible for this, but I don't know how to change it to get the desired behaviour. The responsible part reads: <a href="{$FB_BROWSE_FOLDER_URL}{$CWD}{$file.name}" class="select {$file.type}" title="{$FB_LANGUAGE_FILE.TXT_SELECT}"><span>{$FB_LANGUAGE_FILE.TXT_SELECT}</span></a> Anybody out there that has this contrib running as advertised, version 2.0.2, that could help me out?
  2. Greetings. I got this contribution working about 95%, the missing 5% being one strange phenomenon: When I click on a product review link (PRODUCTNAME-pr-ID.html), I get redirected to the corresponding product page (PRODUCTNAME-p-ID.html). Any idea on where this little beauty of a bug lies hidden? Yours, Alexander The corresponding part of the .htaccess, the directory is ok, rewrites other than the reviews work: RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}
  3. Greetings, I have this fine contribution running so far, but now I need a change done and don't know how. Customer wants a behaviour change for the tree menu: - remove all icons and lines - when clicking on a category that does contain subcategories, expand/collapse that part of the menu tree - when clicking on a category that does not contain subcategories, open product listing for that category Categories contain either subcategories or products, never both, so that shouldn't be a problem. Any ideas on how to do that? Alexander
×
×
  • Create New...