Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

DAKstaff

Archived
  • Posts

    28
  • Joined

  • Last visited

Everything posted by DAKstaff

  1. wish you guys had made it clear that this is a US only module in the description,only realised when i went to sign up for the account.
  2. first off thanks for the reply,much appreciated! interestingly i checked this file and found this: define('HTTP_SERVER', 'http://www.dakltd.co.uk'); define('HTTPS_SERVER', 'http://www.dakltd.co.uk'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'www.dakltd.co.uk'); define('HTTPS_COOKIE_DOMAIN', 'www.dakltd.co.uk'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); so i changed it to this define('HTTP_SERVER', 'http://www.dakltd.co.uk'); define('HTTPS_SERVER', 'https://www.dakltd.co.uk'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'www.dakltd.co.uk'); define('HTTPS_COOKIE_DOMAIN', 'www.dakltd.co.uk'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); and it worked,however,i had not at this point added UPS XML to my shipping,so i disabled the module,added UPS in there,and re-enabled it..and it stopped working.Same error as before.. the odd thing is im sure the message used to read: URL you are using for merchant calculations is not valid or is not https https://www.dakltd.co.uk/catalog/googlecheckout/responsehandler.php -- the error we got is An HTTPS URL is required of course the url i have set in the google options is https://www.dakltd.co.uk/catalog/googlecheckout/responsehandler.php its all very bizarre.
  3. hi hopefully someone can help me with my problem,i got everything working fine in sandbox mode,had a compatible ssl cert installed,and switched to Production mode.The problem i have is that google can't reach my responshandler.php, it gives this error message: URL you are using for merchant calculations is not valid or is not https http://www.dakltd.co.uk/catalog/googlecheckout/responsehandler.php -- the error we got is An HTTPS URL is required. when i try to access the url manaully i get this message: IISPassword The page cannot be displayed There is a problem with the page youare trying to reach and it cannot be displayed. It is most likely that configuration files for this url are corrupted. -------------------------------------------------------------------------------- Please try the following: Click the Refresh button, or try again later. Open the home page, and then look for links to the information you want. If you believe you should be able to view this directory or page, please contact the Web site administrator by using the e-mail address or phone number listed on the home page. HTTP Error 500 IISPassword for Internet Information Services i have ran the htaccess.php file successfully and have basic htaccess enabled in the google control panel. Does anyone have any pointers as to what it might be?i've been trying everything i can think of for the best part of a week. I would be very gratefull for any help!
  4. when you use the shipping generator is generates php code for you that you are supposed to put into shipping_methods.php.Because you have'nt configured this file to have referances to your shipping methods is why you are getting these errors.Im in the uk myself and here is some example code that is in my file: <?php /* **GOOGLE CHECKOUT ** v1.4 * @version $Id: shipping_methods.php 5342 2007-06-04 14:58:57Z ropu $ * */ // this are all the available methods for each shipping provider, // see that you must set flat methods too! // CONSTRAINT: Method's names MUST be UNIQUE // Script to create new shipping methods // [url="http://demo.globant.com/~brovagnati/tools"]http://demo.globant.com/~brovagnati/tools[/url] -> Shipping Method Generator /** * File: googlecheckout/shipping_methods.php file */ $mc_shipping_methods = array( 'rmfirst' => array( 'domestic_types' => array( 'rmfirst' => '(No Tracking. Use at own risk. 1-3 days)', ), 'international_types' => array( ), ), 'rmfirstrec' => array( 'domestic_types' => array( 'rmfirstrec' => '(Insured up to GBP39, ships normally within 1 to 3 days)', ), 'international_types' => array( ), ), 'rmsecond' => array( 'domestic_types' => array( 'rmsecond' => '(Ships normally within 3 to 5 days)', ), 'international_types' => array( ), ), 'rmsecondrec' => array( 'domestic_types' => array( 'rmsecondrec' => '(Insured up to GBP39, ships normally within 3 to 5 days)', ), 'international_types' => array( ), ), 'rmspecial' => array( 'domestic_types' => array( 'rmspecial' => '(Insured up to GBP 500, ships normally Nextday)', ), 'international_types' => array( ), ), 'rmstandardparcel' => array( 'domestic_types' => array( 'rmstandardparcel' => '(Insured up to GBP39, ships normally within 3 to 5 days)', ), 'international_types' => array( ), ), 'parcelforce48' => array( 'domestic_types' => array( 'parcelforce48' => '(Insured up to GBP 150, ships normally within 48 Hours)', ), 'international_types' => array( ), ), 'spu' => array( 'domestic_types' => array( 'spu' => 'Pickup of the order from our warehouse at Unit 6, Key Business Park Kingsbury Road Erdington Birmingham', ), 'international_types' => array( ), ), ); $mc_shipping_methods_names = array( 'rmfirst' => 'Royal Mail 1st Class Standard', 'rmfirstrec' => 'Royal Mail 1st Class Recorded', 'rmsecond' => 'Royal Mail 2nd Class Standard', 'rmsecondrec' => 'Royal Mail 2nd Class Recorded', 'rmspecial' => 'Royal Mail Special Delivery', 'rmstandardparcel' => 'Royal Mail Standard Parcels', 'parcelforce48' => 'Parcelforce 48', 'spu' => 'Store Pickup. MO-FR 9:30/1:00-1:30/17:00', ); ?>
  5. do the google checkout contributions support UK based stores?i've been reading reports that there are problems with UK stores and am wondering if this is the case. Also,with google checkout does it calculate UPS shipping costs for you?including negotiated prices.. thanks to anyone who can answer..
  6. does anyone have any recommendations for a shipping provider and module for shipping items above 30kg within the UK?i was looking at UPS but it seems a bit complex and i need a key of some sort-whatever service we use at this point needs to be free of any sort of subscription charge or similiar,as we don't ship enough to warrent paying for anything more than one off shipping costs. thanks for any advice any of your have.
  7. just installed it and after some tweaking its working fine.However when the customer orders say a printer with a weight of 55kg and a computer with a weight of 20kg,it costs a lot of money to send via parcel force.is there a way of getting it to split the order so that the heavy printer is sent via parcel force and the computer is sent via standard parcel?of course i can do this myself but the customer is being charged a high price and i would prefer if the system could split the delivery in this manner.
×
×
  • Create New...