Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

yos40

Archived
  • Posts

    95
  • Joined

  • Last visited

About yos40

  • Birthday 11/16/1987

Profile Information

yos40's Achievements

  1. This will probably make you laugh a little but i don't have that line at all on my application top Any idea where i should add it? Thanks for the help Yossi
  2. Thanks for the quick reply Ken, yes your contrib was the first one i installed (the easiest and most efficient contrib i saw on oscommerce) The version # of the USU is the 2.1c here is the code form index.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html <?php echo HTML_PARAMS; ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo (strlen($categories['categories_name']) > 1) || (strlen($manufacturers['manufacturers_name']) > 1) ? $breadcrumb_tags->trail_tags(' ') . ' - ' . TITLE : TITLE; ?></title> <meta name="description" content="<?php echo strip_tags($breadcrumb_tags->trail_tags(' ')); ?>"> <meta name="keywords" content="<?php echo strip_tags($breadcrumb_tags->trail_tags(', ')); ?>"> <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <!-- header //--> <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <!-- header_eof //--> <!-- body //--> <tr> <td width="173" align="right" valign="top" bgcolor="#FFFFFF"> <table width="171" cellpadding="0" cellspacing="0" border="0"> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> </table> </td> <td width="557" valign="top" align="left"> <table border="0" cellpadding="0" cellspacing="0" width="555"> <?php Thanks for all the help Best Yossi
  3. Thanks so much for the help Ken, I restored the backup files and installed the latest Chemo version but i'm still receiving the same error. Your contrib is awesome but with the USU it's the perfect search engine combination. Any idea how to solve it? I tried your new breadcrumb_tags.php that you offered on the forum but that did not work either. Let me know. Thanks for everything Yossi
  4. Hello Ken, After our server crashed, i had to reinstall the website from scratch, Your contrib is the first one i installed, after installation everything worked perfectly, The next contrib i installed was "Ultimate Seo Urls v2.5 (18 Aug 2008)", After the installation i'm receiving this error as well Fatal error: Call to a member function trail_tags() on a non-object in /home/content/*/*/*/****/****/osc/index.php on line 39 Any idea what's going on and how to solve it? Thanks for everything Yossi
  5. Hi guys, Perfect contrib, But i was wondering, how can we modify it to be in the product upload page as a product filed, just like we uploading an image, because I have 6000 products, and to scroll all the way down every time i want to upload a file is crazy. Plus I believe it will be very nice add on and it will make this contrib. complete!
  6. Hello Guys, I was hoping one of you could help me. I have Ultimate SEO URL contribution, and i was wondering how could we make the feed show up with the modifyed URL, I belive it will really help with the froogle ranking as the product will seem more relevent. I hope you can help me, Best Yossi
  7. Hello Guys, I just finished installing the contrib, everything looks fine but i am getting a an error on the page after clicking the link "Need to return this product?" the error is the folowing Fatal error: Cannot redeclare tep_show_category() (previously declared in /home/content/y/o/s/yos40/html/includes/boxes/categories.php:13) in /home/content/y/o/s/yos40/html/includes/boxes/categories.php on line 13 can somone please help me?
  8. I'm having the same serious issues! somebody suggested to use .htaccess Basic Authentication Mode with PHP over CGI on true and go through all the procedure, it did not help me but maybe it could help you guys. If you find a solution for this problem please email or PM me i have been looking for a solution forever, also another thing is that i receive the following error in the payment module of Google check out Parse error: parse error, unexpected T_ARRAY_CAST in /home/content/y/o/s/yos40/html/admin/modules.php(234) : eval()'d code on line 1 maybe this can help us solve the problem
  9. hello guys, i seriously need help!!! no body is replaying!! i am having a few issues with google checkout first: it can't seem to stop showing the install button the check out is installed and working but it can't seem to be set up correctly second: im getting this annoying error which i have no idea what it says: Parse error: parse error, unexpected T_ARRAY_CAST in /home/content/y/o/s/yos40/html/admin/modules.php(234) : eval()'d code on line 1 here is my modules.php from line 225-245 switch ($action) { case 'edit': $keys = ''; reset($mInfo->keys); while (list($key, $value) = each($mInfo->keys)) { $keys .= '<b>' . $value['title'] . '</b><br>' . $value['description'] . '<br>'; if ($value['set_function']) { eval('$keys .= ' . $value['set_function'] . "'" . $value['value'] . "', '" . $key . "');"); } else { [b]$keys .= tep_draw_input_field('configuration[' . $key . ']', $value['value']);[/b](line 235) } $keys .= '<br><br>'; } $keys = substr($keys, 0, strrpos($keys, '<br><br>')); $heading[] = array('text' => '<b>' . $mInfo->title . '</b>'); $contents = array('form' => tep_draw_form('modules', FILENAME_MODULES, 'set=' . $set . '&module=' . $HTTP_GET_VARS['module'] . '&action=save')); $contents[] = array('text' => $keys); $contents[] = array('align' => 'center', 'text' => '<br>' . tep_image_submit('button_update.gif', IMAGE_UPDATE) . ' <a href="' Third: i have orders going through but for some reason it dosn't show up at all in the site: fourth: i had a guy that made a purchse little while ego and he got a next day early AM for $1 , yes yes $1!!!! in all of my deal hunting history i have not recevied such a sweet deal!!!! And by the way i noticed that people were talking about MYSQL data, i have not noticed any file of MYSQL any idea????? i really hope you guys can help me solve some of this problems and even all ( the $1 shipping is in top priority!!!) thanks in advance for any kind of help and if you need more details contact me! thanks again Yossi
  10. Please Guys not even one replay, I gave all the examples codes and images can anybody help me?
  11. hello guys, altough i noticed that the only active members here are people like me that having truble i seriously need help!!! i am having a few issues with google checkout first: it can't seem to stop showing the install button the check out is installed and working but it can't seem to be set up correctly second: im getting this annoying error which i have no idea what it says: Parse error: parse error, unexpected T_ARRAY_CAST in /home/content/y/o/s/yos40/html/admin/modules.php(234) : eval()'d code on line 1 here is my modules.php from line 225-245 switch ($action) { case 'edit': $keys = ''; reset($mInfo->keys); while (list($key, $value) = each($mInfo->keys)) { $keys .= '<b>' . $value['title'] . '</b><br>' . $value['description'] . '<br>'; if ($value['set_function']) { eval('$keys .= ' . $value['set_function'] . "'" . $value['value'] . "', '" . $key . "');"); } else { [b]$keys .= tep_draw_input_field('configuration[' . $key . ']', $value['value']);[/b](line 235) } $keys .= '<br><br>'; } $keys = substr($keys, 0, strrpos($keys, '<br><br>')); $heading[] = array('text' => '<b>' . $mInfo->title . '</b>'); $contents = array('form' => tep_draw_form('modules', FILENAME_MODULES, 'set=' . $set . '&module=' . $HTTP_GET_VARS['module'] . '&action=save')); $contents[] = array('text' => $keys); $contents[] = array('align' => 'center', 'text' => '<br>' . tep_image_submit('button_update.gif', IMAGE_UPDATE) . ' <a href="' Third: i have orders going through but for some reason it dosn't show up at all in the site: fourth: i had a guy that made a purchse little while ego and he got a next day early AM for $1 , yes yes $1!!!! in all of my deal hunting history i have not recevied such a sweet deal!!!! And by the way i noticed that people were talking about MYSQL data, i have not noticed any file of MYSQL any idea????? i really hope you guys can help me solve some of this problems and even all ( the $1 shipping is in top priority!!!) thanks in advance for any kind of help and if you need more details contact me! thanks again Yossi
  12. Hello Guys, I use Ultimate SEO, and i tried to upload the regular file and i'm getting erores on yahoo, So i tried to update the yahoo.php file that nahi_sonu uploaded, I'm getting this error: Warning: mysql_connect(): Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2) in /home/content/y/o/s/yos40/html/admin/yahoo.php on line 43 Error when connecting itself to the data base this the area of 43 from row 38 to 52 //(0=False 1=True) (optional_sec must be enabled to use any options) $optional_sec = 0; $instock = 0; //END of Advance Optional Values if (!($link=mysql_connect($home,$user,$pass))) { echo "Error when connecting itself to the data base"; exit(); } if (!mysql_select_db( $base , $link )) { echo "Error the data base does not exist"; exit(); } Any body can help me P.S. I am not using MYSQL 5.0 i'm still using the 4.00
  13. Guys I need help, I installed the contrib and it looks like it's all working fine But when i look on a product and click on reviews i get directed to a non existed page, here is an exmple of the url http://mysite.com/radeon-x800gto-iceqii-pr-147.html%22 but if i delete the last 3 letters from the usl and click ok like this http://bizbooz.com/radeon-x800gto-iceqii-pr-147.html i get to the right review page Any idea whats wrong??? thanks for your help
  14. I have the exact same problem.... Have you found a solution??? Dose anybody have a solution for that?? Best regards Yossi
  15. Hello, I seem to bump into some kind of a problem after the checkout_shipping.php page that i choose the shipping method i press continue and it takes me to the checkout_payment.php page where i get this error Fatal error: Call to undefined function: count_contents_virtual() in /home/content/i/s/r/israelibadamm/html/checkout_payment.php on line 75 I tried to play with this file but i don't seem to find anything this is the code from 64 to 88 any idea??? thanks for the help
×
×
  • Create New...