Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

shooshoos

Pioneers
  • Posts

    14
  • Joined

  • Last visited

Profile Information

  • Real Name
    Duncan

shooshoos's Achievements

  1. Hi - this is the add on I installed.. the only thing different is that I read the readme.txt that comes with it, and modified the existing modules.php file, as the one supplied makes the /modules.php?set=shipping page blank in admin :( Sorry for hassle
  2. Hi - I did make the changes as far as I know. I tried to use the modules.php supplied in Files_to_Modify\2.3.x.x\admin but it just gives me a blank page in the admin. I edited these pieces of code in my existing one: 1. if (tep_not_null($action)) { switch ($action) { case 'save': while (list($key, $value) = each($HTTP_POST_VARS['configuration'])) { if( is_array( $value ) ){ $value = implode( ", ", $value); $value = ereg_replace (", --none--", "", $value); } tep_db_query("update " . TABLE_CONFIGURATION . " set configuration_value = '" . $value . "' where configuration_key = '" . $key . "'"); } tep_redirect(tep_href_link(FILENAME_MODULES, 'set=' . $set . '&module=' . $HTTP_GET_VARS['module'])); break; case 'install': case 'remove': I already had the code so did not need to add anything? The instructions said to skip it 2. Added the extra piece of code here if (isset($mInfo->signature) && (list($scode, $smodule, $sversion, $soscversion) = explode('|', $mInfo->signature))) { $contents[] = array('text' => '<br>' . tep_image(DIR_WS_IMAGES . 'icon_info.gif', IMAGE_ICON_INFO) . ' <b>' . TEXT_INFO_VERSION . '</b> ' . $sversion . ' (<a href="http://sig.oscommerce.com/' . $mInfo->signature . '" target="_blank">' . TEXT_INFO_ONLINE_STATUS . '</a>)'); } $contents[] = array('text' => '<br>' . $mInfo->description); // USPS START // $contents[] = array('text' => '<br>' . $keys); $contents[] = array('text' => '<br />' . preg_replace(array('/RM/', '/TM/', '/International/', '/Envelope/'), array('®', '™', 'Intl', 'Env'), $keys)); // USPS END } else { $contents[] = array('align' => 'center', 'text' => '<a href="' . tep_href_link(FILENAME_MODULES, 'set=' . $set . '&module=' . $mInfo->code . '&action=install') . '">' . tep_image_button('button_module_install.gif', IMAGE_MODULE_INSTALL) . '</a>'); Thanks so much for your help!
  3. Thanks so much! It worked perfectly and is calculating all shipping types - the only thing is now the following refuses to stay unchecked - I update and it still has the check marks anyway. Is this a known issue? If it is a dumb question I apologize - thrown in deep end here Extra Services (Domestic) Certified Mail®, Insurance, Adult Signature Restricted Delivery, Registered without Insurance, Registered Mail™, Collect on Delivery, Return Receipt for Merchandise, Return Receipt, Certificate of Mailing, Express Mail Insurance, Delivery Confirmation™, Signature Confirmation™ Extra Services (Intl) Registered Mail, Insurance, Return Receipt, Restricted Delivery, Pick-Up, Certificate of Mailing
  4. Hi. I installed the latest version 3.5.2 on my v2.2 RC2a. There was an old version on there which for some reason old developers renamed everything USPS61 (in files, file names etc). The site was not showing 1st class international quotes at all, and 1st class domestic was missing the shipping type name at check out. I presumed I could just uninstall the USPS61 version and install the latest one, but now there seems to be a lot of fields missing in the admin. See attached file. Any ideas on what could cause this? I am no hot programmer but the developer who implemented the last renamed version went AWOL. Thanks in advance for any advice!
  5. Hi I know this is old - but I installed it on my old oscommerce site - the message comes up fine in the cart saying that there is a minimum - but you can still press checkout and go through the whole process with less items in the cart. Is this module meant to make it impossible to check out unless the minimum is met? Im using FF 3.6.12. Thanks in advance!
  6. Has anything happened with this? Seems like only a week left and noone has mentioned it again? Is there some sort of fix? Pls let me know. Thanks!
  7. Hi all I loaded the contribution at http://addons.oscommerce.com/info/5340 and it works very well - it maps all the shipping addresses onto a Google map so you can get a feel where your orders are coming from. The problem is that it loads every single order into the map - which is thousands. I really want to be able to specify which orders to show within a date range. Has anyone else installed this and come across a solution to the problem? I searched around these forums but cannot see any mention of this module, and posting on the German osCommerce support site does not help at all :) I just get referred to this forum. Thanks for any help you could give!
×
×
  • Create New...