Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

fjelsten

Archived
  • Posts

    83
  • Joined

  • Last visited

Everything posted by fjelsten

  1. Are you planning to include updating of the database (stock level) for adding or deleting products? Thanks.
  2. Being a non PHP-programmer myself, I would like to give any of you coders an idea for a contribution I would like myself. It would be nice to see a list of all customers and which product contributions they have signed up for, so that one can keep an eye on which products seem to be extra interesting. All the info is in the DB, so it's "just" a question of extracting and formatting it. I imagine a Report containing: Name Product notification on products X, Y, Z Global product notification? Newsletter? - and if it is possible to sort by all of these, it would be cool.
  3. I have installed this contribution and it appears to be good, except it seems to have messed something up. I run OSC CVS from 28/3/2003 with the following contributions: Admin with account, All products, New attributes, Stats products backordered, Quick product updates. Before installing the mod, I installed the mod Edit Orders and OSC ran without a hitch. Running the mod there is no problem in the /Admin section, but in the catalog I get a 404 (not found): * When I have clicked the OK button, logging in. * When I click one one of the categories or one of the direct links to a product. * When I change language from the default language I _can_ click on New products and All products (a mod listing all in the catalog). The same with the Information pages. I _have_ added new statuses and assigned them under Configuration. The problem seems to be related to "Use Search-Engine Safe URLs (still in development)=True". If I set this to false, there are no problems. Thanks
  4. First I would like to thank you for a GREAT mod! I do have some issues that - if fixed - would make the mod fantastic: * There are some issues with the &action=add_products&step=1 My site is in Danish and English but the drop down shows me some products in Danish and some in English. There aren't any duplicates, just 2 languages mixed together. * I did have one instance of the mod showing me the total price in $ (although it should be in dkk), but it's only happened once. * The quantities do not update the amount in stock, if changed. * The "ADD A NEW PRODUCT" string is not translatable, needs to be defined.
  5. Sorry for my way of asking. I just wanted to hear if the other people who (has) had this problem fixed it - and why. And as I wrote, it worked in the beginning, I think.
  6. Glad to hear you don't have problems - I seem to remember somebody else had this problem. Strange thing is that I didn't seem to have this problem in the beginning...
  7. Hi, Has anybody worked out why one needs to fill in one's password 3 times to log in? TIA. Peter
  8. I get this also. Sometimes I need to log in twice or thrice. Opera 7.11 on WinXP. OsC running on a IIS. BTW: great contrib (disregarding the 2 errors it has... :))
  9. I have a problem with: /admin/admin_files.php When I hit "Administrator>File Access", I get the following error: Warning: dir(/admin/includes/boxes/) [function.dir]: failed to open dir: Invalid argument in "File path for mit site"adminadmin_files.php on line 151 Fatal error: Call to a member function on a non-object in "File path for mit site"adminadmin_files.php on line 152 Line 151 $dir = dir(DIR_FS_ADMIN . DIR_WS_BOXES); Line 152 while ($boxes_file = $dir->read()) { if ( (substr("$boxes_file", -4) == '.php') && !(in_array($boxes_file, $installed_boxes))){ $boxes[] = array('admin_boxes_name' => $boxes_file, 'admin_boxes_id' => 'b' . $none); } elseif ( (substr("$boxes_file", -4) == '.php') && (in_array($boxes_file, $installed_boxes))) { $db_boxes_id_query = tep_db_query("select admin_files_id as admin_boxes_id from " . TABLE_ADMIN_FILES . " where admin_files_is_boxes = 1 and admin_files_name = '" . $boxes_file . "'"); $db_boxes_id = tep_db_fetch_array($db_boxes_id_query); $boxes[] = array('admin_boxes_name' => $boxes_file, 'admin_boxes_id' => $db_boxes_id['admin_boxes_id']); } Can anybody help me? I have circumvented the problem by adding the files in the SQL database and applied them to the different levels. But I'd like to fix the problem. It ran without problems on my own PC (IIS) and the real server is also IIS. PHP 4.2.2.
  10. Please disregard - I had overlooked the solution "onimusha" had posted. Thanks!
  11. For me this does not work. Nor does "dangerous Don"'s cleaned up version. Has anybody had any luck? BTW, its a _very_ good contribution!
  12. It does, thanks. Can I make no selected default by not writing anything there? I wrote 'zones' (I did not know why it was called 'zones_zones') and none was selected as default.
  13. BTW, the original modules, e.g. "flat", works as expected (although I cannot click its status to red). This is very strange. I have tried inserting a couple of rows in the configuration table: 169 Tax Class MODULE_SHIPPING_GP_TAX_CLASS 2 Use the following tax class on the shipping fee. 0 5 2003-04-25 16:17:50 2003-04-25 16:17:00 tep_get_tax_class_title tep_cfg_pull_down_tax_classes( 170 Shipping Zone MODULE_SHIPPING_GP_ZONE 2 If a zone is selected, only enable this shipping method for that zone. 0 6 2003-04-25 16:19:24 0000-00-00 00:00:00 tep_get_zone_class_title tep_cfg_pull_down_zone_classes( But that didn't help.
  14. I cannot do that as it is running on localhost (on non-fixed IP). I can send you the PHP files you want and an SQL file if that helps? Alternatively you can mail me at: web <at> fjelsten <dot> dk and I can send you the current IP. There should be no restrictions getting in. Thanks.
  15. Thank you for the update. :D Now I can enable the module in admin - but it does not seem to be active in the catalog (it doesn't show up). Any hints? I have moved all other modules except "store pickup" (contribution). In the admin module I have 2 items under the "German Parcel" heading: Enable German Parcel Method -> and then a text field Handling field -> and then a text field This seems pretty strange to me? Should the first not be a drop down: yes/no or radio buttons?
  16. Thank you - now I think I can figure it out. Now I just have to wait for at fix. Thank you for your time and help.
  17. Thank you for helping us out... :) As it stands now - as I cannot get the Zones module to work (OSC 28/3/2003) - your module is the only way to ship. I am located in Denmark and would need 8 zones or so like e.g. "ZONE1 DK 0-1:41,1-5:45,5-10:55.5,10-15:81,15-20:89,20-100:500 ZONE2 NO,SE,FI,DE 0-1:105,1-2:115,2-3:125,3-4:135,4-5:145,5-6:155,6-7:165,7-8:175,8-9:185,9-10:195,10-12:215,12-15:245,15-17:265,17-20:295,20-30:500" My main question (except "when is the new version ready? :)" is how to make these zones, where postage is the same to the whole country. I have a hard time finding out what the different tables do and how they are linked. Bear in mind that I'm a PHP/SQL newbie. Your example: What is the "10"? And here too? This one I can figure out, except the '-1.0000', '-1.0000'... BTW, I am "using" 1.1
×
×
  • Create New...