Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

storeman_suede

Archived
  • Posts

    51
  • Joined

  • Last visited

Everything posted by storeman_suede

  1. Thanks for your great support, PopTheTop !!! I made a little mistake by deleting the file in one of my sessions..... :blush: The comment box will be left at all times but thanks again for your effort to help every stu... person using your contribution....... <_< Have a great summer, here in Sweden we will celebrate midsummer, I don't know if you do but anyway have a nice summer. // StoreMan:-
  2. I've installed the latest version and it works great as usual. 2 things that doesn't seem to work for me is 1) I always get the comments for the order on my email to my customer, I would lite to get rid of that but can't figure it out. 2) When I'm checking my account and one of my orders everything is ok, but when I click on the back button I get an error message The requested URL /catalog/account_history.php was not found on this server. Can someone help me to fix the problems ??? // StoreMan:-
  3. Hi Folks !!! I managed to get this fantastic contrib working but I still have problem with images. It seems that only telling the exact name of the image is not enough. I have to have the correct path also. I've tried a few things but can't get it right. Do we have any sharp brain here, I know you all are, but anyone who can take the time and explain to me....... my pictures are located in: www.ssssss.ss/catalog/images What should it say in the field v_products_image ???? // StoreMan:- :devil:
  4. Now I've fixed a lot of the problems I had by the definition of ROOT. When I now try to split my large file I get this error message: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1 bytes) in /home/xxxxXXXXX/ssssss.de/public_html/catalog/admin/easypopulate.php on line 1269 Line 1269 says: $items = explode($separator, $item1); What does this error mean ???? :'( :'( :'( :'( I can read it but not quite understand it !!!! // Storeman:-
  5. This is what it says in the tools so everything seems to be ok I guess. /usr/home/xxxxxxxxxxxxxxx/xxxxx.xx/public_html I managed to download a file now anyway. // Storeman:-
  6. Hi Mibble and thank you for your support !!!! Here is my line in configure.php: define('DIR_FS_DOCUMENT_ROOT', '/usr/home/xxxxxxxxxxx/xxxxxx.de/public_html/catalog/'); Seems correct to me. I've reinstalled with a couple of earlier releases but nothing seems so work. I will soon give up this though I would really need it. I also tried to make a file of my own from the attached sample-file in the contrib but it won't read that either from the temp file or from my computer......... Help !! :blink:
  7. I cannot download a file from the admin page. I've tried both solutions, the download Complete Tab delimited .txt file to edit and to download to the temp directory. Nothing works. I also use the Firefox browser..... <_< I guess I should get a question where to save the file in the first download and the second should just download to catalog/temp ??? // Storeman:- :'(
  8. That's what I've done. I cant finde any error in that code. // Storeman:-
  9. I have tried that but it all ends up in a lot off problems. Wrong searches in the productdatabase is one thing and counting. This is not your problem maybe I should learn more about PHP programming.... I'm trying, believe me. Here is the code that I've found: function tep_reset_cache_block($cache_block) { global $cache_blocks; for ($i=0, $n=sizeof($cache_blocks); $i<$n; $i++) { if ($cache_blocks[$i]['code'] == $cache_block) { if ($cache_blocks[$i]['multiple']) { if ($dir = @opendir(DIR_FS_CACHE)) { while ($cache_file = readdir($dir)) { $cached_file = $cache_blocks[$i]['file']; $languages = tep_get_languages(); for ($j=0, $k=sizeof($languages); $j<$k; $j++) { $cached_file_unlink = ereg_replace('-language', '-' . $languages[$j]['directory'], $cached_file); if (ereg('^' . $cached_file_unlink, $cache_file)) { @unlink(DIR_FS_CACHE . $cache_file); } } } closedir($dir); } } else { $cached_file = $cache_blocks[$i]['file']; $languages = tep_get_languages(); for ($i=0, $n=sizeof($languages); $i<$n; $i++) { $cached_file = ereg_replace('-language', '-' . $languages[$i]['directory'], $cached_file); @unlink(DIR_FS_CACHE . $cached_file); } } break; } } } Can you tell me where to put your changes. // Storeman:- :blush:
  10. Made theese changes as of your instructions. Looks great now the mail sent out to customer. I have a problem with this one as an earlier problem stated here, remeber my shipping slip ?? It seem like the same problem arises here. I can only get the english text on my invoice sent to customers !! I can't see why, I've really searched through the code a couplo of times. When I use the old html_invoice.php everything works great with my swedish translation. Can you point me to some direction to fix this ?? // Storeman:- :(
  11. I covered that flank already !! It seems like on variable has a value project but I can see that TITLE gets the correct value this is the code in packingslip.php: <title><?php echo STORE_NAME; ?> <?php echo TITLE; ?> - <?php echo INVOICE_TEXT_CURRENT_YEAR; ?>-<?php echo $oID; ?></title> And below is the packingslip.php where I give values to the above output packingslip.php: <?php /* $Id: packingslip.php,v 5.4 2005/05/09 17:41:55 PopTheTop Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ //// START Edit the following defines to your liking //// // Misc Invoice Info define('INVOICE_TEXT_CURRENT_YEAR', '05'); // Set this to the current year (2 digits only) // Footing define('INVOICE_TEXT_THANK_YOU', 'Tack f?r att ni handlar hos'); // Printed at the bottom of your packingslips define('STORE_URL_ADDRESS', 'http://www.barack.se'); // Your web address Printed at the bottom of your packingslips // Image Info define('INVOICE_IMAGE', 'images/index.jpg'); //Change this to match your logo image and foler it is in define('INVOICE_IMAGE_WIDTH', '100'); // Change this to your logo's width define('INVOICE_IMAGE_HEIGHT', '80'); // Change this to your logo's height define('INVOICE_IMAGE_ALT_TEXT', 'H?r g?r du alltid den b?sta aff?ren !!!!'); // Change this to your logo's ALT text or leave blank // Product Table Info Headings define('TABLE_HEADING_PRODUCTS_MODEL', 'Modell #'); // Change this to "Model #" or leave it as "SKU #" //// END Editing the above defines to your liking //// define('TABLE_HEADING_COMMENTS', 'Kommentarer'); define('TABLE_HEADING_PRODUCTS_MODEL', 'Modell'); define('TABLE_HEADING_PRODUCTS', 'Produkter'); define('ENTRY_SOLD_TO', 'S?LD TILL:'); define('ENTRY_SHIP_TO', 'LEVERERAD TILL:'); define('ENTRY_PAYMENT_METHOD', 'Betalnings Metod:'); define('INVOICE_NUMBER', 'Faktura #'); define('INVOICE_TEXT_INVOICE', 'Packsedel'); // define('TITLE', 'Packsedel'); My test for getting Packsedel at the TITLE define('ORDER_NUMBER', 'Best?llnings #:'); define('ORDER_DATE', 'Best?llnings datum'); ?> // Storeman:- :huh:
  12. I'll try that. Thank you once again....... :-" // Storeman:-
  13. It says "TheShop project - 05-29 - Mozilla Firefox" exactly. // Storeman:-
  14. I asked before that's true but not PM. I've checked the language file and this question regards the packingslip.php This is the code: <?php /* $Id: packingslip.php,v 5.4 2005/05/09 17:41:55 PopTheTop Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ //// START Edit the following defines to your liking //// // Misc Invoice Info define('INVOICE_TEXT_CURRENT_YEAR', '05'); // Set this to the current year (2 digits only) // Footing define('INVOICE_TEXT_THANK_YOU', 'Tack f?r att ni handlar hos'); // Printed at the bottom of your packingslips define('STORE_URL_ADDRESS', 'http://www.barack.se'); // Your web address Printed at the bottom of your packingslips // Image Info define('INVOICE_IMAGE', 'images/index.jpg'); //Change this to match your logo image and foler it is in define('INVOICE_IMAGE_WIDTH', '100'); // Change this to your logo's width define('INVOICE_IMAGE_HEIGHT', '80'); // Change this to your logo's height define('INVOICE_IMAGE_ALT_TEXT', 'H?r g?r du alltid den b?sta aff?ren !!!!'); // Change this to your logo's ALT text or leave blank // Product Table Info Headings define('TABLE_HEADING_PRODUCTS_MODEL', 'Modell #'); // Change this to "Model #" or leave it as "SKU #" //// END Editing the above defines to your liking //// define('TABLE_HEADING_COMMENTS', 'Kommentarer'); define('TABLE_HEADING_PRODUCTS_MODEL', 'Modell'); define('TABLE_HEADING_PRODUCTS', 'Produkter'); define('ENTRY_SOLD_TO', 'S?LD TILL:'); define('ENTRY_SHIP_TO', 'LEVERERAD TILL:'); define('ENTRY_PAYMENT_METHOD', 'Betalnings Metod:'); define('INVOICE_NUMBER', 'Faktura #'); define('TITLE', 'F?ljesedel'); define('ORDER_NUMBER', 'Best?llnings #:'); define('ORDER_DATE', 'Best?llnings datum'); ?> If I understand this correctly define('TITLE', 'F?ljesedel'); should display F?ljesedel in the Browser head. But it says Storename project -05-xxxx I can live with that but I would prefer to have Packsedel in the beginning of the customer information. // Storeman:- :blush:
  15. I definetly get a mail sent after orders are being made. But not you RSC mail that would be execellent to send to customers. By the way, this is a really neat pice you've created. I hope I can get it working........ :D // Storeman:-
  16. :'( I might be swedish but I can't get the mail to be sent. I've been waiting for hours for two mails as reminders for test. What has gone wrong here ?? // Storeman:-
  17. excuse me for being a pita I have included a screeshot for you all. I've tried to make circles arond the two things I would like to change. Can anyone help me fix this. I don't want it to be hardcoded, prefer to use variables. // Storeman:- PS !! I will launch the shop very soon....... :rolleyes:
  18. I would prefer the same style to customer invoice views under their "My Account". Is that possible ??? // Storeman:- :)
  19. After I click checkout I get this Warning ! Warning: Cannot modify header information - headers already sent by (output started at //public_html/catalog/admin/includes/languages/svenska/invoice.php:73) in //public_html/catalog/includes/functions/general.php on line 29 I receive the html-formatted email as an invoice but I can't get passed this message and back to the program !!! What can I do to fix this. Is there something wrong with my languageinstall or what ? Can I just ignore it with @ in general.php file ??? // Storeman:- :blush:
  20. The fatal error issue is solved. A little slash forgotten in configure.php. But the first issue still unsolved.
  21. You need to edit your language file. Look for the following defines in packingslip.php and change it to what you want to show: CODE STORE_NAME TITLE INVOICE_TEXT_CURRENT_YEAR QUOTE(storeman_suede @ May 9 2005, 08:36 AM) I also get this projet where I would like it to print Packsedel in the beginning information after my company info...... does anyone understand this.... I've checked the packingslip.php in my language and I give TITLE the value Packsedel so it should be printed...... // Storeman:- * Edit your store name and address settings in Admin / Configuration / My Store --> Store Address and Phone ______________________________________________________________________ Thank you again for you reply. I've checked the defines and they are ok. In the middle of the packingslip it looks like this: ____________project_______________ I would like to change this to packsedel as well. Can you understand this at all ??? One more little issue. I also got this error message: Warning: main(/home/FA02-01-11-06_vecr3evbptr6dbuhtbga/sandvisol.se/public_html/catalog/adminincludes/languages/svenska/invoice.php): failed to open stream: No such file or directory in /home/FA02-01-11-06_vecr3evbptr6dbuhtbga/sandvisol.se/public_html/catalog/includes/modules/email_invoice/email_invoice.php on line 30 Fatal error: main(): Failed opening required '/home/FA02-01-11-06_vecr3evbptr6dbuhtbga/sandvisol.se/public_html/catalog/adminincludes/languages/svenska/invoice.php' (include_path='.:') in /home/FA02-01-11-06_vecr3evbptr6dbuhtbga/sandvisol.se/public_html/catalog/includes/modules/email_invoice/email_invoice.php on line 30 when I'm trying to confirm order. What can I do about this. I have really tried to figure it out but I cant. This is line 30 in the mentioned file: require(DIR_FS_ADMIN . DIR_WS_LANGUAGES . $language . "/" . FILENAME_ORDERS_INVOICE); // Storeman:-
  22. Please ignore this !!! Sent to the wrong forum..... // Storeman:-
  23. Hello again !!! I admire everyone's effort in helping each other here. The contrib is excellent, admire your patience with everyone here. I have a problem, when I choose packing slip button in an order I get a new window with the packing slip but there is a problem or two here. In the window title it says "shop name project - 05-6" This is ok exept for the project which should say Packsedel. I also get this projet where I would like it to print Packsedel in the beginning information after my company info...... does anyone understand this.... I've checked the packingslip.php in my language and I give TITLE the value Packsedel so it should be printed...... Help !!! blink.gif // Storeman:-
  24. Hello again !!! I admire everyone's effort in helping each other here. The contrib is excellent, admire your patience with everyone here. I have a problem, when I choose packing slip button in an order I get a new window with the packing slip but there is a problem or two here. In the window title it says "shop name project - 05-6" This is ok exept for the project which should say Packsedel. I also get this projet where I would like it to print Packsedel in the beginning information after my company info...... does anyone understand this.... I've checked the packingslip.php in my language and I give TITLE the value Packsedel so it should be printed...... Help !!! :blink: // Storeman:-
  25. Solved this little issue by my self. What I needed was just a little selfpity and some puking on my ego and tell the world about it....... ar ar ar.... B)
×
×
  • Create New...