Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mitchlin71

Pioneers
  • Posts

    39
  • Joined

  • Last visited

Everything posted by mitchlin71

  1. Well it fixed it temporary. Today I found out, the site had problems with "<? echo $_SERVER['REQUEST_URI'];?>" as it combined all Tabs information into the first tab. Basically the Tabs didn't work. So after some extensive searching, I tried the original code from "product_tabs.php" and the JQuery hack in "template_top.php" mentioned here a few times, now it works again. :mellow:
  2. Thanks, this fixed my problem of the complete site loading in the tabs (Products Tabs 1.1) The fixed products_tabs.php with the changes to each tabs div: <?php /* $Id$ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2010 osCommerce Released under the GNU General Public License */ ?> <script type="text/javascript"> $(function() { $( "#tabs" ).tabs(); }); </script> <div id="tabs"> <ul> <li><a href="<? echo $_SERVER['REQUEST_URI'];?>#tabs-0"><?php echo TEXT_TAB_DESCRIPTION; ?> </a></li> <?php // Tab 1 if ($product_info['products_tab_1'] > '') { ?> <li><a href="<? echo $_SERVER['REQUEST_URI'];?>#tabs-1"><?php echo PRODUCT_TABS_TAB_1; ?></a></li> <?php } ?> <?php // Ttab 2 if ($product_info['products_tab_2'] > '') { ?> <li><a href="<? echo $_SERVER['REQUEST_URI'];?>#tabs-2"><?php echo PRODUCT_TABS_TAB_2; ?></a></li> <?php } ?> <?php // Tab 3 if ($product_info['products_tab_3'] > '') { ?> <li><a href="<? echo $_SERVER['REQUEST_URI'];?>#tabs-3"><?php echo PRODUCT_TABS_TAB_3; ?></a></li> <?php } ?> <?php // Tab 4 if ($product_info['products_tab_4'] > '') { ?> <li><a href="<? echo $_SERVER['REQUEST_URI'];?>#tabs-4"><?php echo PRODUCT_TABS_TAB_4; ?></a></li> <?php } ?> <?php // Tab 5 if ($product_info['products_tab_5'] > '') { ?> <li><a href="<? echo $_SERVER['REQUEST_URI'];?>#tabs-5"><?php echo PRODUCT_TABS_TAB_5; ?></a></li> <?php } ?> <?php // Review Tab if (PRODUCT_TABS_REVIEWS_TAB == 'True') { ?> <li><a href="<? echo $_SERVER['REQUEST_URI'];?>#tabs-6"><?php echo TEXT_TAB_REVIEWS; ?></a></li> <?php } ?> <?php // Ask a Question Tab if (PRODUCT_TABS_QUESTION_TAB == 'True') { ?> <?php } ?> <?php // Tell a Friend Tab if (PRODUCT_TABS_FRIEND_TAB == 'True') { ?> <li><a href="<? echo $_SERVER['REQUEST_URI'];?>#tabs-8"><?php echo TEXT_TAB_TELL_A_FRIEND; ?></a></li> <?php } ?> </ul> <div id="tabs-0"> <?php echo stripslashes($product_info['products_description']); ?> </div> <?php // Tab 1 if ($product_info['products_tab_1'] > '') { ?> <div id="tabs-1"> <br> <?php echo stripslashes ($product_info['products_tab_1']); ?> </div> <?php } ?> <?php // Tab 2 if ($product_info['products_tab_2'] > '') { ?> <div id="tabs-2"> <br> <?php echo stripslashes ($product_info['products_tab_2']); ?> </div> <?php } ?> <?php // Tab 3 if ($product_info['products_tab_3'] > '') { ?> <div id="tabs-3"> <br> <?php echo stripslashes ($product_info['products_tab_3']); ?> </div> <?php } ?> <?php // Tab 4 if ($product_info['products_tab_4'] > '') { ?> <div id="tabs-4"> <br> <?php echo stripslashes ($product_info['products_tab_4']); ?> </div> <?php } ?> <?php // Tab 5 if ($product_info['products_tab_5'] > '') { ?> <div id="tabs-5"> <br> <?php echo stripslashes ($product_info['products_tab_5']); ?> </div> <?php } ?> <?php // Review Tab if (PRODUCT_TABS_REVIEWS_TAB == 'True') { echo ' <div id="tabs-6">'; include( DIR_WS_MODULES . FILENAME_PRODUCT_REVIEWS ); echo ' </div><div style="clear: both;"></div>'; } ?> <?php // Ask a Question Tab if (PRODUCT_TABS_QUESTION_TAB == 'True') { echo ' <div id="tabs-7">'; include( DIR_WS_MODULES . FILENAME_ASK_A_QUESTION ); echo ' </div><div style="clear: both;"></div>'; } ?> <?php // Tell a Friend Tab if (PRODUCT_TABS_FRIEND_TAB == 'True') { echo ' <div id="tabs-8">'; include( DIR_WS_MODULES . FILENAME_TELL_A_FRIEND ); echo ' </div><div style="clear: both;"></div>'; } ?> </div>
  3. Hello, I'm experiencing some layout issue on mostly standard OSC 2.3.4. Where it used to work on RC2A before. I tried moving <?php include_once (DIR_WS_MODULES . FILENAME_PRODUCTS_TABS); ?> and tried the strip shlashes modification, however without any good result. Please see attached screenshot. Any suggestions or solutions are very much appreciated. Regards, Richard
  4. Thanks for the reply. So its not so important, thats good to hear. If i type the wrong url it still takes me to the correct page, so SEO still works. Ill keep my eye open for a updated release. Bye
  5. Hello, I get a error when turning on the Performance/Debug info (?profile=on): Warning: Division by zero in .../includes/classes/seo.class.php on line 1808 Does anyone have a idea, it seems to me that because all options below are 0, the SEO doesnt work here?! The output of the Performance file is: Warning: Division by zero in …/includes/classes/seo.class.php on line 1808 Performance Data Array ( [NUMBER_URLS_GENERATED] => 0 [NUMBER_QUERIES] => 0 [CACHE_QUERY_SAVINGS] => 0 [NUMBER_STANDARD_URLS_GENERATED] => 0 [TOTAL_CACHED_PER_PAGE_RECORDS] => 0 [TOTAL_TIME] => 0 [TIME_PER_URL] => [QUERIES] => Array ( ) ) Class Attributes Array ( [php_VERSION] => 5.2.13 [sESSION_STARTED] => 1 [sID] => [sEO_ENABLED] => true [sEO_ADD_CID_TO_PRODUCT_URLS] => false [sEO_ADD_CPATH_TO_PRODUCT_URLS] => false [sEO_ADD_CAT_PARENT] => false [sEO_URLS_USE_W3C_VALID] => true [uSE_SEO_CACHE_GLOBAL] => true [uSE_SEO_CACHE_PRODUCTS] => true [uSE_SEO_CACHE_CATEGORIES] => true [uSE_SEO_CACHE_MANUFACTURERS] => true [uSE_SEO_CACHE_ARTICLES] => false [uSE_SEO_CACHE_ARTICLES_AUTHORS] => false [uSE_SEO_CACHE_TOPICS] => false [uSE_SEO_CACHE_FAQDESK_CATEGORIES] => false [uSE_SEO_CACHE_INFO_PAGES] => false [uSE_SEO_CACHE_LINKS] => false [uSE_SEO_CACHE_NEWSDESK_ARTICLES] => false [uSE_SEO_CACHE_NEWSDESK_CATEGORIES] => false [uSE_SEO_CACHE_POLLBOOTH] => false [uSE_SEO_CACHE_PAGE_EDITOR] => false [uSE_SEO_REDIRECT] => true [uSE_SEO_HEADER_TAGS] => false [uSE_SEO_PERFORMANCE_CHECK] => false [sEO_REWRITE_TYPE] => Rewrite [sEO_URLS_FILTER_SHORT_WORDS] => 3 [sEO_CHAR_CONVERT_SET] => false [sEO_REMOVE_ALL_SPEC_CHARS] => false [sEO_PAGES] => Array ( [0] => index.php [1] => product_info.php [2] => popup_image.php [3] => product_reviews.php [4] => product_reviews_info.php ) [sEO_INSTALLER] => Array ( [iS_DEFINED] => [iS_INSTALLED] => 1 ) [sEO_REDIRECT] => Array ( [PATH_INFO] => [uRI] => bosch-siemens-manchet-regendruppel-groot-p-527.html?profile=on [REAL_URI] => product_info.php?products_id=527&profile=on [uRI_PARSED] => Array ( [path] => bosch-siemens-manchet-regendruppel-groot-p-527.html [query] => profile=on ) [NEED_REDIRECT] => false [iS_SEOPAGE] => false ) ) Cached Data Array ( [PRODUCTS] => Array ( [527] => bosch-siemens-manchet-regendruppel-groot [990] => bosch-siemens-manchet-gaten-361127-origineel [529] => bosch-siemens-manchet-354135-alternatief [1734] => bosch-siemens-manchet-gaten-361127-alternatief [989] => bosch-siemens-manchet-uitholling-tuit ) [CATEGORIES] => Array ( [105] => wasmachine [105_134] => deurrubber-manchet [105_134_163] => bosch-siemens-constructa [198] => afstandsbediening [242] => batterijen [86] => computer [87] => droger [259] => electronica [231] => koelkast [265] => koken [353] => overige [303] => stofzuiger [278] => telefoon [197] => televisie [260] => vaatwasser [348] => verzorging [105_124] => aansluitmateriaal [105_127] => accessoires [105_130] => apparatenvoet [105_256] => condensator [105_137] => deurgreep-scharnier-haak [105_134_162] => electrolux-zanussi [105_134_167] => candy-overig [105_134_164] => indesit-ariston-merloni [105_134_166] => miele [105_134_165] => whirlpool-bauknecht-philips [105_131] => knop [105_132] => koolborstels [105_133] => lager-simmering [105_135] => module-timer [105_136] => motor [105_138] => pomp [105_139] => pompfilter [105_140] => schakelaar [105_142] => schokdemper-drijfas-trommel [105_266] => slang-rubber [105_143] => snaar-riem [105_144] => thermostaat [105_145] => ventiel [105_146] => verwarming [105_244] => zeepbak ) [sTANDARD_URLS] => Array ( [0] => http://www.xxx.nl/logoff.php [1] => http://www.xxx.nl/account.php [2] => http://www.xxx.nl/shopping_cart.php [3] => http://www.xxx.nl/checkout_shipping.php [4] => http://www.xxx.nl/advanced_search_result.php [5] => http://www.xxx.nl/advanced_search.php [6] => http://www.xxx.nl/contact_us.php [7] => http://www.xxx.nl/eshoptips.php [8] => http://www.xxx.nl/eshoptypenummer.php [9] => http://www.xxx.nl/eshopuitleg.php [10] => http://www.xxx.nl/shipping.php [11] => http://www.xxx.nl/images/307884.JPG [12] => http://www.xxx.nl/images/307884.JPG [13] => http://www.xxx.nl/shopping_cart.php [14] => http://www.xxx.nl/tell_a_friend.php [15] => http://www.xxx.nl/conditions.php [16] => http://www.xxx.nl/bedrijfsinfo.php [17] => http://www.xxx.nl/disclaimer.php [18] => http://www.xxx.nl/garantie.php [19] => http://www.xxx.nl/contact_us.php [20] => http://www.xxx.nl/privacy.php ) [MANUFACTURERS] => Array ( [82] => bosch-siemens-alternatief ) ) Warning: Division by zero in …/includes/classes/seo.class.php on line 1808 Performance Data Array ( [NUMBER_URLS_GENERATED] => 0 [NUMBER_QUERIES] => 0 [CACHE_QUERY_SAVINGS] => 0 [NUMBER_STANDARD_URLS_GENERATED] => 0 [TOTAL_CACHED_PER_PAGE_RECORDS] => 0 [TOTAL_TIME] => 0 [TIME_PER_URL] => [QUERIES] => Array ( ) ) Class Attributes Array ( [php_VERSION] => 5.2.13 [sESSION_STARTED] => 1 [sID] => [sEO_ENABLED] => true [sEO_ADD_CID_TO_PRODUCT_URLS] => false [sEO_ADD_CPATH_TO_PRODUCT_URLS] => false [sEO_ADD_CAT_PARENT] => false [sEO_URLS_USE_W3C_VALID] => true [uSE_SEO_CACHE_GLOBAL] => true [uSE_SEO_CACHE_PRODUCTS] => true [uSE_SEO_CACHE_CATEGORIES] => true [uSE_SEO_CACHE_MANUFACTURERS] => true [uSE_SEO_CACHE_ARTICLES] => false [uSE_SEO_CACHE_ARTICLES_AUTHORS] => false [uSE_SEO_CACHE_TOPICS] => false [uSE_SEO_CACHE_FAQDESK_CATEGORIES] => false [uSE_SEO_CACHE_INFO_PAGES] => false [uSE_SEO_CACHE_LINKS] => false [uSE_SEO_CACHE_NEWSDESK_ARTICLES] => false [uSE_SEO_CACHE_NEWSDESK_CATEGORIES] => false [uSE_SEO_CACHE_POLLBOOTH] => false [uSE_SEO_CACHE_PAGE_EDITOR] => false [uSE_SEO_REDIRECT] => true [uSE_SEO_HEADER_TAGS] => false [uSE_SEO_PERFORMANCE_CHECK] => false [sEO_REWRITE_TYPE] => Rewrite [sEO_URLS_FILTER_SHORT_WORDS] => 3 [sEO_CHAR_CONVERT_SET] => false [sEO_REMOVE_ALL_SPEC_CHARS] => false [sEO_PAGES] => Array ( [0] => index.php [1] => product_info.php [2] => popup_image.php [3] => product_reviews.php [4] => product_reviews_info.php ) [sEO_INSTALLER] => Array ( [iS_DEFINED] => [iS_INSTALLED] => 1 ) [sEO_REDIRECT] => Array ( [PATH_INFO] => [uRI] => bosch-siemens-manchet-regendruppel-groot-p-527.html?profile=on [REAL_URI] => product_info.php?products_id=527&profile=on [uRI_PARSED] => Array ( [path] => bosch-siemens-manchet-regendruppel-groot-p-527.html [query] => profile=on ) [NEED_REDIRECT] => false [iS_SEOPAGE] => false ) ) Cached Data Array ( [PRODUCTS] => Array ( [527] => bosch-siemens-manchet-regendruppel-groot [990] => bosch-siemens-manchet-gaten-361127-origineel [529] => bosch-siemens-manchet-354135-alternatief [1734] => bosch-siemens-manchet-gaten-361127-alternatief [989] => bosch-siemens-manchet-uitholling-tuit ) [CATEGORIES] => Array ( [105] => wasmachine [105_134] => deurrubber-manchet [105_134_163] => bosch-siemens-constructa [198] => afstandsbediening [242] => batterijen [86] => computer [87] => droger [259] => electronica [231] => koelkast [265] => koken [353] => overige [303] => stofzuiger [278] => telefoon [197] => televisie [260] => vaatwasser [348] => verzorging [105_124] => aansluitmateriaal [105_127] => accessoires [105_130] => apparatenvoet [105_256] => condensator [105_137] => deurgreep-scharnier-haak [105_134_162] => electrolux-zanussi [105_134_167] => candy-overig [105_134_164] => indesit-ariston-merloni [105_134_166] => miele [105_134_165] => whirlpool-bauknecht-philips [105_131] => knop [105_132] => koolborstels [105_133] => lager-simmering [105_135] => module-timer [105_136] => motor [105_138] => pomp [105_139] => pompfilter [105_140] => schakelaar [105_142] => schokdemper-drijfas-trommel [105_266] => slang-rubber [105_143] => snaar-riem [105_144] => thermostaat [105_145] => ventiel [105_146] => verwarming [105_244] => zeepbak ) [sTANDARD_URLS] => Array ( [0] => http://www.xxx.nl/logoff.php [1] => http://www.xxx.nl/account.php [2] => http://www.xxx.nl/shopping_cart.php [3] => http://www.xxx.nl/checkout_shipping.php [4] => http://www.xxx.nl/advanced_search_result.php [5] => http://www.xxx.nl/advanced_search.php [6] => http://www.xxx.nl/contact_us.php [7] => http://www.xxx.nl/eshoptips.php [8] => http://www.xxx.nl/eshoptypenummer.php [9] => http://www.xxx.nl/eshopuitleg.php [10] => http://www.xxx.nl/shipping.php [11] => http://www.xxx.nl/images/307884.JPG [12] => http://www.xxx.nl/images/307884.JPG [13] => http://www.xxx.nl/shopping_cart.php [14] => http://www.xxx.nl/tell_a_friend.php [15] => http://www.xxx.nl/conditions.php [16] => http://www.xxx.nl/bedrijfsinfo.php [17] => http://www.xxx.nl/disclaimer.php [18] => http://www.xxx.nl/garantie.php [19] => http://www.xxx.nl/contact_us.php [20] => http://www.xxx.nl/privacy.php ) [MANUFACTURERS] => Array ( [82] => bosch-siemens-alternatief ) )
  6. Well everything has been working fine, but no Feed :( Also i got some other sitmap/feeds generators installed, but they work properly, so it must be something in this GBase package. I hope to find out though.
  7. My outputfile is empty, the only text it shows is: "link title description expiration_date price image_link product_type id currency manufacturer mpn product_type" It takes: Script timer: 0.027707 seconds. I tried some changes in googlefeeder.php but without any luck. I use SEO, and tried changing it. The file is 777. Somehow the script isnt finding my products. Any ideas are welcome? Thanks in advance.
  8. Hello Richard, It is a while a go, but did you find an answer to the fck_product_tabs problem? I also have the problem unfortunately, have been searching for hours now. Thanks, Richard
  9. Try, deleting your browser cache: - Firefox: Extra>Clean private files - Ie7: Extra>Remove Browsing history Deleting the cache, is also mentioned in the FCK Online Manual
  10. Good day, I am having problems with this great contribution. When I copy and paste an table it 'sometimes' messes up the product_info page. This would mean that the whole body (text) shifts to the right and gets transparant on top of my infoboxes. Also on the bottom the table eats up my 'review button' and 'buy now button'. I have an example of a page that only eats up the buttons here: http://www.hetonderdelenmannetje.nl/615108...287-p-1226.html The one that shifts the middle of the page to the right, is too bad, so I can't leave them on the website. If anyone knows how the fix my problem, I will be so glad. Thank you in advance. Richard
  11. mitchlin71

    Thank you very much for the advanced_search mod. It was just what I was looking for. Thanks for posting it in the contribution section, otherwise I wouldn't have found it.

    Richard

  12. WOW! Thanks a lot! It works perfect now.. :lol: I'm hoping the OsC v3 will come soon. Thanks again for your help. Byee, Richard
  13. Good day, First I want to thank Chemo aka. Billy, but I understand he's long gone from this site? It's a shame. I am encoutering a problem; when I turn on the SEO URL (2.2 or 2.1) I can't seem to go to a product description website link. Then I wil get this error:Not Found "The requested URL /redirect.php/action/url/goto/www.amd.com/us-en/Processors/ProductInformation/0,,30_118_9485_13041,00.html was not found on this server." The original link with SEO turned off is: (this one works) "http://www.hetonderdelenmannetje.nl/redirect.php?action=url&goto=www.amd.com%2Fus-en%2FProcessors%2FProductInformation%2F0%2C%2C30_118_9485_13041%2C00.html" And with SEO turned on: "http://www.hetonderdelenmannetje.nl/redirect.php/action/url/goto/www.amd.com%2Fus-en%2FProcessors%2FProductInformation%2F0%2C%2C30_118_9485_13041%2C00.html" Does anyone know where I can change these faults??
  14. Again; WOW what a lot of options, I didn't even know about that Config screen. But now I do and I have changed it a little bit and my linkspage looks very good now. Thanks again :lol: for the reply and the time for making this contribution.
  15. Hi Jack, Wow that's a lot of code you made here, it works perfect. Thanks for the great contribution. I have one question though; the images that appear on my linkpage are a bit ugly. I was wondering if the scaling ratio could be changed. Do you know in witch file I'll have to look? Thanks again.
×
×
  • Create New...