Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Dennisra

Members
  • Posts

    539
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Dennisra

  1. To the author: Thanks for the contribution. Is the estimated shipping cost computed on weight? It is possible to compute the shipping cost on a slding scale or would that require a lot of new code? For Example Shipping $2.00 up to $50.00 of sales then $4.00 up to $100.00 etc. Thanks again.
  2. Check for commas as well. If you have a price that is $1,450.00 It will not work. $1450.00 is fine.
  3. I reduced my error level to zero "0", nill. Thus no more errors reported. Doesn't solve the problem however.
  4. I just noticed my server error log is loaded with tens of thousands of this or similiar error messages. I am using GD Version bundled (2.0.17 compatible) with resampling, true color and jpg all congigured as true. [Tue Oct 5 10:23:45 2004] [error] PHP Notice: Use of undefined constant imagecopyresampled - assumed 'imagecopyresampled' in /usr/home/user/public_html/catalog/product_thumb.php on line 68 Anyone have an idea as to what I have done wrong??
  5. After additional testing I have determined you are correct. My cache problem has nothing to do with the add on. Cache doesn't work with or without the add on. Now to find out why!! Thanks again. Dennis
  6. Steve: I like the contribution alot. One problem however. When I turn on the cache option (in admin) the category list does not show on the index.php page. Did I miss configuring something?
  7. Calvin K: Many thanks for the reassuring info. I appreciate the explanation. Dennis
  8. Calvin: This is my error log with Froogle Data Feeder v1.4.4 PHP Notice: Undefined index: 47 in /usr/home/dennisra/public_html/catalog/gust/froogle.php on line 112 PHP Notice: Undefined index: 105 in /usr/home/dennisra/public_html/catalog/gust/froogle.php on line 230 PHP Notice: Undefined index: 109 in /usr/home/dennisra/public_html/catalog/gust/froogle.php on line 230 PHP Notice: Undefined index: 110 in /usr/home/dennisra/public_html/catalog/gust/froogle.php on line 230 Many thanks. Dennis
  9. See my post from Sep 7 2004, 04:18 AM. Same thing. Anyone have any ideas why?
  10. Many thanks jpool. I appreciate the help. Dennis
  11. Froogle appears to be fixed at this time. Any idea why my server logs are showing these error each time I run the Froogle cron? This goes on for perhaps 250 entries. PHP Notice: Undefined index: 47 in /usr/home/mydir/public_html/store/admin/froogle.php on line 81 PHP Notice: Undefined index: 105 in /usr/home/mydir/public_html/store/admin/froogle.php on line 172 PHP Notice: Undefined variable: strip_replace in /usr/home/mydir/public_html/store/admin/froogle.php on line 191 PHP Notice: Undefined variable: strip_replace in /usr/home/mydir/public_html/store/admin/froogle.php on line 192 PHP Notice: Undefined index: 109 in /usr/home/mydir/public_html/store/admin/froogle.php on line 172 PHP Notice: Undefined variable: strip_replace in /usr/home/mydir/public_html/store/admin/froogle.php on line 191 PHP Notice: Undefined variable: strip_replace in /usr/home/mydir/public_html/store/admin/froogle.php on line 192
  12. I have the same problem with froogle and I also sent their support an email.
  13. Thanks for your interest. I am trying to produce something that I can call a price list of my stock. Something I could mail to clients who aren't Internet connected. Dennis
  14. "yes it works and no i dont give a link since its in private area." Well move it out of the "private area".
  15. Does anyone have this contribution working. Would you point me to a URL so I can see it in action? Excel Catalog http://www.oscommerce.com/community/contributions,2406 I couldn't get it to work and before I spend time troubleshooting I would like to see if it is what I want. Many thanks. Dennis
  16. I continually have these error messages in my server's error log: [sat Aug 28 09:40:23 2004] [error] [client 209.337.239.174] File does not exist: /usr/home/myname/public_html/catalog/images/mint/rare/3126.jpg&w=90&h=111 After installing the add on: http://www.oscommerce.com/community/contributions,2226 That is the addition to the "'On the Fly' Auto Thumbnailer using GD Library" that creates the thumb in the images folder for future use. Does that mean the already thumb is not being accessed? I am confused! Cam anyone explain? Dennis
  17. Saving the rescaled thumbs seems to be working just great for me. Anyone else? BTW, Thanks for the contribution! Dennis
  18. Maniqu?: I believe you must have uploaded the wrong version of this file. Please check it. more info in popup_image.php http://www.oscommerce.com/community/contributions,2240
  19. Anyone? Help? Has anyone successfully installed? How?
  20. Is there anyone capable of translating these instructions into English? Is so please post in this topic. Thank you for reading. Dennis php eBay List 1.2 German Version for ebay Germany and OSC 2.2MS2 OSC: Current Auctions Many thanks to: Written by: Chrispian H. Burks email: [email protected] website: http://www.aeoninteractive.net Please submit bugs to [email protected] Modified by Joseph Smith for the OSC Community email: [email protected] Last Modified July 8th 2004 by Christian Radermacher for the OSC Community email: [email protected] Legal: This script is presented with no warranty, NOT ENDORSED BY EBAY THE NAMES MENTIONED ABOVE ARE NOT RESPONSIBLE FOR ANYTHING This script allows ebay sellers to grab and display your auctions on your web site. It runs from ebay's search by seller feature. This script is designed for Oscommerce-2.2ms2 Installations Anleitung: kopieren: die alleinstehende current_auktion.php ins catalogverzeichnis kopieren. catalog/current_auction.php ---------------------------------------------------------------------------------------------------------------- kopieren: inhalt vom ordner includes catalog/includes/languages/german/current_auction.php in dieser current_auction.php ist die deutsche sprachanzeige. ---------------------------------------------------------------------------------------------------------------- einf?gen: catalog/includes/filename.php Diese Zeile define('FILENAME_CURRENT_AUCTIONS', 'current_auctions.php'); unter define('FILENAME_CREATE_ACCOUNT_SUCCESS', 'create_account_success.php'); einf?gen ---------------------------------------------------------------------------------------------------------------- einf?gen: catalog/includes/boxes/information.php diese Zeile... '<a href="' . tep_href_link(FILENAME_CURRENT_AUCTIONS) . '">' . BOX_INFORMATION_CURRENT_AUCTIONS . '</a><br>' . ?ber... '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>') einf?gen ---------------------------------------------------------------------------------------------------------------- einf?gen: catalog/includes/languages/german.php (oder welche sprache ihr bevorzugt) such die zeile wo steht: // information box text in includes/boxes/information.php define('BOX_HEADING_INFORMATION', 'Information'); eine zeile drunter das einf?gen: define('BOX_INFORMATION_CURRENT_AUCTIONS', 'Current Auctions'); ---------------------------------------------------------------------------------------------------------------- konfiguration der current_aucton.php im catalogverzeichnis. einfach deinen ebay namen einsetzen unter // Dein Ebay Mitgliedsname $ebayid = "deinname"; zur?ck ins catalogverzeinis kopieren und fertig ist die sache. die anderen einstellungen kannst machen wie du willst. ist beschrieben was und wie passiert. -----------------------------------------------------------------------------------------------------------------
  21. Be certain that you are putting usps.php in the following location: catalog/includes/languages/english/modules/shipping That was my problem. Right file in wrong place.
  22. It doesn't matter what I do. Even if I use the usps.php file. What exactly does this mean? Fatal error: Cannot redeclare class flat in:/usr/home/catalog/includes/modules/shipping/flat.php on line 13 This is the contribution: http://www.oscommerce.com/community/contributions,935 INTRODUCTION: This module solves the problem of adding Insurance to USPS shipments. For USA Customers only. Easy Plug in install. Updated With option to display Priority & Express mail only. ----------------------------------------------------------------------- V2.1 7/14/2004 Fixed this mod to work with the standard MS2.2 version of osCommerce. Just follow the install instructions listed below. -- Dr. Who ----------------------------------------------------------------------- V2 Insurance routines Written by Michael May.... webmasters.winnfreenet.com
  23. Nate: Just a note to say I got your FANTASTIC image resize contrubution to work. I finally realized that I did not have PHP compiled with GD support. 10 minutes to recompile and it now works like a charm. I thank you. www.drabel.com Dennis
  24. Exactly what should be replaced in html_output.html?
×
×
  • Create New...