Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PetterK

Pioneers
  • Posts

    110
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by PetterK

  1. My store is running a (fine-tuned to my needs) version of Loaded v.5 (based on osc snapshot 16th Febrauary 2003 (MS1 Releases). As message_stack.php does not exist in Loaded v.5 I descided to try to drop it in includes/classes and it worked right out of the box with the contact_us.php from v2.2 RC2. Id: contact_us.php 1739 2007-12-20 00:52:16Z hpdl Id: message_stack.php 1740 2007-12-20 14:57:13Z hpdl Apart from that I just modifyed my application_top.php by adding this at the end: // initialize the message stack for output messages require(DIR_WS_CLASSES . 'message_stack.php'); $messageStack = new messageStack; ?>
  2. I upgraded the contact_us.php, added message_stack.php to includes/classes and edited my application_top.php :rolleyes: It works now, but it seems that some typing-errors slip through; anyone else noted this?
  3. Nice contrib, thanks! I'm trying to implement it on a "sligtly" older (but otherwise fully working) version of osC. This line in contact_us.php is completely missing: $messageStack->add('contact', ENTRY_EMAIL_ADDRESS_CHECK_ERROR); ...and the result is that the e-mail address is rendered not valid. To be hones I'm not sure if it is possible to implement at all, but if someone can see how/where to insert reCaptcha-code in this segment it would be much appreiciated: require('includes/application_top.php'); $enquiry = $HTTP_POST_VARS['enquiry']; $name = $HTTP_POST_VARS['name']; $email = $HTTP_POST_VARS['email']; $enquiry = ''; $name = ''; $email = ''; require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_CONTACT_US); $error = false; if (isset($HTTP_GET_VARS['action']) && ($HTTP_GET_VARS['action'] == 'send')) { if (tep_validate_email(trim($HTTP_POST_VARS['email']))) { tep_mail(STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, EMAIL_SUBJECT, 'Sent from IP: ' . $REMOTE_ADDR . "\n\n" . $HTTP_POST_VARS['enquiry'], $HTTP_POST_VARS['name'], $HTTP_POST_VARS['email']); tep_redirect(tep_href_link(FILENAME_CONTACT_US, 'action=success', 'NONSSL')); } else { $error = true; } } $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_CONTACT_US));
  4. Not exactly, but I found another solution that does the job for me.
  5. Nice contrib, works fine on my MS1 teststore - thanks! When I alter the status to Sent I usually post a tracking-number for the shipment, so I need to merge some info from the standard comment-field with the predefined text. Anyone got a suggestion for this? :-"
  6. I'm glad you got it working, but that's not helping me much is it.... I need someone to tell me exactly which files to use - the contrib is really messed up now as someone posted a COD-version + recently someone dropped a Norgespakke-version under the same contribution - please note that Posten does not offer COD on Servicepakker, and Norgespakke is a totally different shipping solution from Posten. No disrespect for the authors of these modules, but they both got nothing to do with Posten Servicepakke... >_<
  7. Well, for one it does not generate accurate shipping-costs for me.. So. if anyone else got it working, my guess is that something is not configured right in my store - either my zones (Norwegian zones contrib) or product-weights or something else. :'( I've tried it also on a vanilla install on my local test-server, but to no avail. I've been in touch with several others that have given up on this one as they too can't get it working. This package could REALLY need a repack <_< ...I just wish someone could take the time to upload a complete version with instructions included on how/what... :-"
  8. Could someone please put together a working package with detailed instructions on how to install/configure this module? I've been trying on and off for more than a year now, but either I'm stupid :huh: or the darn thing doesn't work... :-" So - if anyone could take the time to upload an updated version containing all relevant files + some instructions that would be much appreiciated. :thumbsup:
  9. Thanks Steve, I'll give it a go on my testing server :thumbsup:
  10. Just wondering if anyone tried it with MS1? Where the instructions say: 2. Replace the line (120): <p><?php echo stripslashes($product_info['products_description']); ?></p> My code goes like this: <p><?php echo stripslashes($product_info_values['products_description']); ?></p>
  11. >_< Jason, it would be great if you could upload a working archive... <EDIT> Got several Diagnostic messages in WinRAR, but I got it opened finally - disregard this post... </EDIT
  12. Seems both .html-files (config_cache_install) in v1.30 are for ms2... :(
  13. I'm using this excellent mod on my loaded MS1 site. I especially like that it allows me to manually update shipping-costs if a customer needs better priority for their goods, Great Stuff! :D I've yet to figure out why only the 4 last digits are stored, anyone know how this can be tweeked? For normally placed orders the 4 first + 4 last are stored and the middle 8 digits are emailed to me like this: Order #1234 Middle: 12345678 What really would do the trick for me was to modify it so that maybe a PopUp is created (on update) containing the order ID + the 8 middle digits, and to store the 4 first + 4 last. This way I can edit an already received "8Middle-E-mail" adding the info for the new order. Anyone got a suggestion on how to accomplish this?
  14. You must enable All Other Users in MSN so connections to you are accepted ;)
  15. Tried it, very unstable service, or at least the provider I selected was... <_< Sign up here: http://www.onlinestatus.org/ The contribution is found here: http://www.oscommerce.com/community/contributions,1796
  16. Does anyone have a suggestion on how to modify this contrib to use ZIP instead of states. This would do the trick for me (I think/hope) as we have a rather complex zone-system here in Norway... :wink:
  17. I'm trying out the contribution 'Dimensional Weight' but ran into some troubles... In admin > if I have a product that is 30 cm. x 30 cm. x 25 cm. the volume should be 22500 cm2, but once I preview and update the product the value is set to 9999.99 I've tried to compensate for this by fiddling about with the /6000 divider in '...includesclassesshipping.php'. (I'm using a norwegian shipping-company and they divide by 5, so I changed it to /500) but it still does strange things... Oh, I should mention that I use table based freight (1:67,2:69,3:71,4:74,5:78,6:83,7:88,8:93,9:98,10:104,11:110,12: 117,13:123,14:129,15:135,16:141,17:148,18:154,19:160,20:165, 21:170,22:175,23:180,24:185,25:190,26:195,27:200,28:205,29:2 10,30:215,31:219,32:224,33:229,34:234,35:239,36:1500) I've changed the divider back to /5000... Anyone out there got an idea why/how/what is wrong here?
  18. :D :D :D :D :D Took a few cut'n pastes until I got it running - I still need to modify the width of the displayed pages, and trim my images (I think I'll be using it as a photoalbum)... This is an example from my testserver :arrow: http://www.blaast.no/butikk/article_info.p...1&articles_id=1
×
×
  • Create New...