Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

RobinAngelo

Pioneers
  • Posts

    18
  • Joined

  • Last visited

Everything posted by RobinAngelo

  1. Hello there, I'm also trying to fix the problem to my live shop(s). I have applied the adjustments mentioned in earlier post but keep getting the folowing errors. Any help would be very appreciated ! Strict Standards: Non-static method stopDirectAccess::makeSessionId() should not be called statically in /home/blokhut/domains/blokhutreus.nl/public_html/admin/attributeManager/classes/stopDirectAccess.class.php on line 35 Strict Standards: Non-static method stopDirectAccess::checkAuthorisation() should not be called statically in /home/blokhut/domains/blokhutreus.nl/public_html/admin/attributeManager/attributeManager.php on line 47 Strict Standards: Non-static method stopDirectAccess::makeSessionId() should not be called statically in /home/blokhut/domains/blokhutreus.nl/public_html/admin/attributeManager/classes/stopDirectAccess.class.php on line 62 Warning: Cannot modify header information - headers already sent by (output started at /home/blokhut/domains/blokhutreus.nl/public_html/admin/attributeManager/attributeManager.php:47) in /home/blokhut/domains/blokhutreus.nl/public_html/admin/attributeManager/attributeManager.php on line 72
  2. Hello, Does anybody know if it is possible to apply a extra field ONLY to the main category and NOT automaticly apply these also to it's subdirectories? For example: If I have a main categorie: "shoes" with 2 sub categories "High" heels and "low heels". When a visitor clicks and see's the main catagorie shoes, they kan filter by 2 extra fields I have made: color and heel-type. Now the visitor clicks in the menu on the "high heel" category and see's all the High heel shoes. But the filter option "Heel types" is also show'n here witch is not necessary here. How can I change the code that when I apply a extra field to a main categorie it not automaticly applies to it's subcategories? Kind regards, Carmelo
  3. Hello, Does anybody know if it is possible to apply a extra field ONLY to the main category and NOT automaticly apply these also to it's subdirectories? For example: If I have a main categorie: "shoes" with 2 sub categories "High" heels and "low heels". When a visitor clicks and see's the main catagorie shoes, they kan filter by 2 extra fields I have made: color and heel-type. Now the visitor clicks in the menu on the "high heel" category and see's all the High heel shoes. But the filter option "Heel types" is also show'n here witch is not necessary here. How can I change the code that when I apply a extra field to a main categorie it not automaticly applies to it's subcategories? Kind regards, Carmelo
  4. Hello everybody, I tried to install this contribution ( seo_simple_contribution_v0.7 ) also but seem to have two problems. 1 - I could make all the nesseserry changes provided in the readme file wit the exception of the very last part: Go to admin/includes/function/general.php * ~Line 868 Find: delete the folowing lines: if ($sortby) { $sort_prefix = '<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('page', 'info', 'sort')) . 'page=1&sort=' . $colnum . ($sortby == $colnum . 'a' ? 'd' : 'a')) . '" title="' . tep_output_string(TEXT_SORT_PRODUCTS . ($sortby == $colnum . 'd' || substr($sortby, 0, 1) != $colnum ? TEXT_ASCENDINGLY : TEXT_DESCENDINGLY) . TEXT_BY . $heading) . '" class="productListing-heading">' ; $sort_suffix = (substr($sortby, 0, 1) == $colnum ? (substr($sortby, 1, 1) == 'a' ? '+' : '-') : '') . '</a>'; } My "admin/includes/function/general.php" does not have any of the code described above 2 - I am keeping the long URL's like: "shop-url-here/shop/index.php?cPath=49&osCsid=fe8fd32f6996e31a4ce950e3d2276b38" and "shop-url-here/shop/index.php?cPath=49" The content of my ".htaccess" file is: Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^url-of-my-shop-here.nl [nc] rewriterule ^(.*)$ [url="http://www.url-of-my-shop-here.nl/$1"]http://www.url-of-my-shop-here.nl/$1[/url] [r=301,nc] <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> The location of my ".htaccess" file is: url-of-my-domain.nl/shop/.htaccess But eaven if i delete the .htaccess completely nothing changes... The changes witch I could not make in the "general.php" should not be the reason it's no working at all I guess. I know something goes wrong but just can't figure out what. Any help would be greatly appreciated
×
×
  • Create New...