Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

tuca

Archived
  • Posts

    26
  • Joined

  • Last visited

Everything posted by tuca

  1. I' ve installed "product availability v. 1.03" and all works fine, just a little problem: when i change the availability options and click "update" the status of the product change in "off". Who have any ideas? ThankYou!
  2. Thank You Hjp, now coolmenu works perfectly with centershop!
  3. HJP Sorry...in fact i'm using coolmenu. Dhtml is ok about the layout, but when i choose "Coolmenu" it works fine except the small error i told You. Thanks for your help.
  4. Hi Hjp, after your post i made the changes and all works now, but i have this problem: coolmenu covers the header of manufacturers' s box. What can i do to solve this problem? Thank You.
  5. Hi hjp, i' m using "DHTML-Coolmenu Choose by Admin". There is the possibility to integrate this contribution with centershop? I' m going to post the install redme file of this contribution: Edit column_left.php Find: if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { include(DIR_WS_BOXES . 'categories.php'); } Replace by: if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_categories_box(); } else { if ( DISPLAY_DHTML_MENU == 'Dhtml' ) { include(DIR_WS_BOXES . 'categories_dhtml.php'); } elseif (DISPLAY_DHTML_MENU == 'CoolMenu') { include(DIR_WS_BOXES . 'coolmenu.php'); } else { include(DIR_WS_BOXES . 'categories.php'); } } Now add the following lines to EVERY SINGLE file in your catalog-directory RIGHT AFTER THE <BODY> TAG. <!-- coolMenu //--> <?php if (DISPLAY_DHTML_MENU == 'CoolMenu') { require(DIR_WS_INCLUDES . 'coolmenu.php'); } ?> <!-- coolMenu_eof //--> Add the following line to EVERY SINGLE file in your catalog-directory between <HEAD> and </HEAD>. <!-- coolMenu //--> <?php if (DISPLAY_DHTML_MENU == 'CoolMenu') { echo '<script LANGUAGE="JavaScript1.2" SRC="includes/coolMenu.js"></SCRIPT>'; } ?> <!-- coolMenu_eof //--> Thank You Hjp.
  6. I made the error traslation 1062 - duplicate entry 'ab05dc945a4fea1d3840afa4137ea001' for the key 1 insert into sessions values ('ab05dc945a4fea1d3840afa4137ea001/warn/_NO_VOTE_SELECTED', '1075458897', 'cart|O:12:\"shoppingcart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"italian\";languages_id|s:1:\"1\";currency|s:3:\"EUR\";navigation|O:17:\"navigationhistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:55:\"ab05dc945a4fea1d3840afa4137ea001/warn/_NO_VOTE_SELECTED\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}') [TEP STOP]
  7. My problem is this: When i try to add a post in the forum i can do this only as a guest also if i'm registered user... Ihave this error when i run "upmysql" 1062 - duplicate entry '1' for the key 1 insert into phpbb_users (user_id , user_active, username, user_password ,user_session_time , user_session_page , user_lastvisit , user_regdate , user_level , user_posts , user_timezone , user_style , user_lang , user_dateformat , user_new_privmsg , user_unread_privmsg , user_last_privmsg , user_emailtime , user_viewemail , user_attachsig , user_allowhtml , user_allowbbcode , user_allowsmile ,user_allowavatar ,user_allow_pm , user_allow_viewonline ,user_notify , user_notify_pm ,user_popup_pm , user_rank , user_avatar ,user_avatar_type ,user_email , user_icq ,user_website ,user_from ,user_sig , user_sig_bbcode_uid , user_aim , user_yim , user_msnm ,user_occ , user_interests , user_actkey , user_newpasswd) SELECT customers_id , '1', customers_lastname , customers_password , '', '', 'time()', 'time()', '0','0','8.00','1', 'chinese_traditional_taiwan','D M d, Y g:i a', '0','0','0', '0','1','1','0','1', '1','1','1','1','0', '1','1','0','','0',customers_email_address, '','','','','','','','','','','','' FROM customers WHERE customers_id [TEP STOP] Can anyone help me please?
  8. Hi! I have a problem with pollboth 2.1 on Ms2 2.2. When a custumer votes without select an item (he just click the "vote" button) he has this error message: 1062 - Valore duplicato 'ab05dc945a4fea1d3840afa4137ea001' per la chiave 1 insert into sessions values ('ab05dc945a4fea1d3840afa4137ea001/warn/_NO_VOTE_SELECTED', '1075458897', 'cart|O:12:\"shoppingcart\":4:{s:8:\"contents\";a:0:{}s:5:\"total\";i:0;s:6:\"weight\";i:0;s:12:\"content_type\";b:0;}language|s:7:\"italian\";languages_id|s:1:\"1\";currency|s:3:\"EUR\";navigation|O:17:\"navigationhistory\":2:{s:4:\"path\";a:1:{i:0;a:4:{s:4:\"page\";s:9:\"index.php\";s:4:\"mode\";s:6:\"NONSSL\";s:3:\"get\";a:1:{s:6:\"osCsid\";s:55:\"ab05dc945a4fea1d3840afa4137ea001/warn/_NO_VOTE_SELECTED\";}s:4:\"post\";a:0:{}}}s:8:\"snapshot\";a:0:{}}') [TEP STOP] Warning: Unknown(): A session is active. You cannot change the session module's ini settings at this time. in Unknown in line 0 I' m looking for help...please...
  9. I' ve got it! Thank You Strainer, now all works perfectly and this contribution is what i was looking for my site! Thank You so much.
  10. Sorry Strainer, i can't post an image. I have the standard subcategories icons on the top of the page and after the module box of Browse by Categories. All works fine. Ii ve just installed the 2.1 version of your contribution on milestone 2 Ms2 but...i cant understand how found the right way to escape by this situation...mybe i can erase the standard subcategories in the index but how can i do this? Thank You.
  11. This is my code (Lines 127..143) ?> </tr> </table></td> </tr> <!-- DWD Contribution -> Add: Browse by Categories v2.0. !--> <tr> <td><?php $browse_category_id = $current_category_id; include(DIR_WS_MODULES . FILENAME_BROWSE_CATEGORIES); ?></td> </tr> <!-- DWD Contribution End. !--> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><?php include(DIR_WS_MODULES . FILENAME_FEATURED); ?></td> </tr> </table></td> </tr> </table></td> (lines 318..339) <tr> <td class="main"><?php echo tep_customer_greeting(); ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td class="main"><?php include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFINE_MAINPAGE); ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <!-- DWD Contribution -> Add: Browse by Categories v2.0. !--> <tr> <td><br><?php include(DIR_WS_MODULES . FILENAME_BROWSE_CATEGORIES); ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <!-- DWD Contribution End. !--> <tr> <td><?php include(DIR_WS_MODULES . FILENAME_FEATURED); ?></td> </tr> I' m getting crazy! I must have your contribution in my site! Thank You.
  12. Hi Straider, i still have the same problem with the double subcategories... i'm looking for a way to erase one of the subcategories module in the index.php or in the Browse by Categories module. Any ideas? Can you help me? Thank You.
  13. I saw the demostration site and working fine, i don' t understand... i'm going to reinstall "Browse by Categories" and after i'll tell you about results. Thank you.
  14. I like this contribution but i have just one problem: when i click on a category in the index page in the next screen i have all subcategories repeat twice. What can i do to have subcategories just one time?What can i do to resolve this problem? Thanks for your help Straider, yours is a very good contribution!
  15. I'm trying to use Rma Returns 2.1 with milestone 2.2 and a Local Windows system with Easyphp 1.7. This is a very good contribution, but i have those problems: After the log-in i go to my account page and click on "return this product" than i compile the return module and i' m redirect to the login page. When i click on "Track a return" there is the same problem. Finally when i try to insert my track' s number in the search engine i have no results. Rma is a very important contribution and i' d like to have it fully functional on my website, so please what can i do to resolve my problems? Thank you for your pacience and compliments for your work.
  16. This is great contr. but i have 2 problems: when i try to use the green button to activate a product i have this error message: Fatal error: Call to undefined function: tep_set_product_featured() in d:\easyphp1-7\www\milestone\catalog\admin\categories.php on line 42. The code for this line is tep_set_product_featured($HTTP_GET_VARS['pID'], $HTTP_GET_VARS['flag']); . The second error is that the link in the word "Buy now" doesn' t work. I think that my are little errors and so what i can do to restore all the functionality of this contribution? Thank You.
  17. I have installed rma on ms2 2.2. All is ok but when i try to "track a return" and i insert my number i can' t find anything... Why? What can i do? Thank you.
  18. I think the problem is in Admin/support.php in line 70, Here i have this code: [/code] $email_admin = tep_db_query("SELECT support_assign_email, support_assign_name from " . TABLE_SUPPORT_ADMINS . " where support_assign_id = '" . $assign . "' and language_id = '" . $languages_id . "'"); $admin_email = tep_db_fetch_array($email_admin); $email = STORE_NAME . "\n" . EMAIL_SEPARATOR . "\n" . EMAIL_TEXT_ORDER_NUMBER_ADMIN . ' ' . $oID . "\n" . EMAIL_TEXT_INVOICE_URL_ADMIN . ' ' . tep_href_link('support.php', 'oID=' . $oID, 'NONSSL') . "\n" . EMAIL_TEXT_DATE_ORDERED_ADMIN . ' ' . tep_date_long($check_status['ticket_date']) . "\n\n" . $notify_comments . "\n\n" . EMAIL_TEXT_STATUS_UPDATE_ADMIN; tep_mail($admin_email['support_assign_name'], $admin_email['support_assign_email'], EMAIL_TEXT_SUBJECT_ADMIN, nl2br($email), STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); // now notify customer $email_cust = STORE_NAME . "\n" . EMAIL_SEPARATOR . "\n" . EMAIL_TEXT_ORDER_NUMBER_NEW_ADMIN . ' ' . $oID . "\n" . EMAIL_TEXT_INVOICE_URL_NEW_ADMIN . ' ' . tep_catalog_href_link('support_info.php', 'oID=' . $oID, 'NONSSL') . "\n" . EMAIL_TEXT_DATE_ORDERED_NEW_ADMIN . ' ' . tep_date_long($check_status['ticket_date']) . "\n\n" . $notify_comments . sprintf(EMAIL_TEXT_STATUS_UPDATE_NEW_ADMIN, $admin_email['support_assign_name']); tep_mail($check_status['customers_name'], $check_status['customers_email_address'], EMAIL_TEXT_SUBJECT_NEW_ADMIN, nl2br($email_cust), STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); $order_updated = true; Who can help me? I'm going be crazy!
  19. I have installed this contribution, all works fine but when i try to edit ticket admin or i try to send new ticket in the shop i have this message: 1054-Unknown column 'support_assign_email' in 'field list' SELECT support_assign_email, support_assign_name FROM support_assign where support_assign_id = '' and language_id = '2' [TEP STOP] Is this because my shop is on local server or i' ve committed somes mistakes? Tkank you.
  20. Hi, i'm trying to use InfoboxCostumizer whit milestone Ms2 2.2 on a windows system with EasyPhp 1.7 Rc1. All is ok but i' m not able to integrate it with coolmenu http://www.oscommerce.com/community/contributions,1033. When i try to click on a category i recieve this error message: Fatal error: Cannot instantiate non-existent class: productlistingbox in ...\www\milestone\catalog\includes\modules\product_listing.php on line 143 I created the directory "CoolmenuBox" in "images" and i addeed this code to catalog\includes\class\boxes: //New CoolmenuBox Class class CoolmenuBox extends tableBox { function CoolmenuBox($contents) { $info_box_contents = array(); $info_box_contents[] = array('text' => $this->CoolmenuBoxContents($contents)); $this->table_cellpadding = '1'; $this->table_parameters = 'class="CoolmenuBox"'; $this->tableBox($info_box_contents, true); } function CoolmenuBoxContents($contents) { $this->table_cellpadding = '3'; $this->table_parameters = 'class="CoolmenuBoxContents"'; $info_box_contents = array(); $info_box_contents[] = array(array('text' => tep_draw_separator('pixel_trans.gif', '100%', '1'))); for ($i=0, $n=sizeof($contents); $i<$n; $i++) { $info_box_contents[] = array(array('align' => $contents[$i]['align'], 'form' => $contents[$i]['form'], 'params' => 'class="CoolmenuBoxContents"', 'text' => $contents[$i]['text'])); } $info_box_contents[] = array(array('text' => tep_draw_separator('pixel_trans.gif', '100%', '1'))); return $this->tableBox($info_box_contents); } } class CoolmenuBoxHeading extends tableBox { function CoolmenuBoxHeading($contents, $left_corner = true, $right_corner = true, $right_arrow = false) { $this->table_cellpadding = '0'; if ($left_corner == true) { $left_corner = tep_image(DIR_WS_IMAGES . 'CoolmenuBox/corner_left.gif'); } else { $left_corner = tep_image(DIR_WS_IMAGES . 'CoolmenuBox/corner_right_left.gif'); } if ($right_arrow == true) { $right_arrow = '<a href="' . $right_arrow . '">' . tep_image(DIR_WS_IMAGES . 'CoolmenuBox/arrow_right.gif', ICON_ARROW_RIGHT) . '</a>'; } else { $right_arrow = ''; } if ($right_corner == true) { $right_corner = $right_arrow . tep_image(DIR_WS_IMAGES . 'CoolmenuBox/corner_right.gif'); } else { $right_corner = $right_arrow . tep_draw_separator('pixel_trans.gif', '11', '14'); } $info_box_contents = array(); $info_box_contents[] = array(array('params' => 'height="14" class="CoolmenuBoxHeading"', 'text' => $left_corner), array('params' => 'width="100%" height="14" class="CoolmenuBoxHeading"', 'text' => $contents[0]['text']), array('params' => 'height="14" class="CoolmenuBoxHeading" nowrap', 'text' => $right_corner)); $this->tableBox($info_box_contents, true); } } I also addeed this code to the stylesheet file: .CoolmenuBox { background: #b6b7cb; } TD.CoolmenuBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; background: #b6b7cb; color: #ffffff; } .CoolmenuBoxContents { background: #f8f8f9; font-family: Verdana, Arial, sans-serif; font-size: 10px; } I' d like to use both InfoboxCostumizer and Coolmenu...so can you help me? Thank You for your pacience.
  21. Hi, I installed CoolMenu with ms1 and it works fine, after i tried to install this great plug-in on ms2 and when i click on a category i see only this message: Fatal error: Cannot instantiate non-existent class: productlistingbox in d:\easyphp\www\milestone\catalog\includes\modules\product_listing.php on line 143... CoolMenu works only on ms1 or i committed some mistakes? Thanks a lot.
×
×
  • Create New...