Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Squeaky1

Pioneers
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Real Name
    Karl Brown

Squeaky1's Achievements

  1. Good afternoon, I seem to be experiencing a problem using Google Checkout with the UK RoyalMail shipping methods. Everything seems to work fine, as long as the customer only has a single address set up in their Checkout account. For some reason, as soon as they have more than one, be it two or more domestic, two or more international, or a combination of either, it defaults to £1 for all methods. Here is the error message that Google log in their integration console. <br /> <b>Fatal error</b>: Cannot redeclare class rmfirst in <b>/home/jackiesf/public_html/store/includes/modules/shipping/rmfirst.php</b> on line <b>33</b><br /> Can anyone help or advise please?
  2. Good morning fan4chevy, From my understanding, it will only resize and cache the images when you, or another visitor, attempts to access them for the first time. I would be extremely worried if my visitors were forced to wait for the 10~ seconds it takes to initially cache them. However, as I will always check through my products and categories as soon as I have uploaded them, I hope that problem will not exist. It is just very frustrating. I installed this contribution on to one of my websites and it worked flawlessly. I have since tried to implement it on another, even creating a new installation of OSc, but experience this huge delay. The two websites are running on different servers, but having checked through the versions of PHP and Apache they are both running there are only very minor differences. All software looks like it has been updated to within a month or so of current releases. I have noticed one thing; on the website which is running slowly, when I go into the server properties within OSc admin tools, very little information is brought up at the top of the page. Both websites otherwise run quite quickly which makes me believe it must be a software setting. The variance between the near-instantaneous loading on one site, compared to the 10~ seconds on the other, cannot be hardware related.
  3. Good morning, This is a brilliant contribution. However, I am having a real slowdown loading the images on one my stores. It takes an absolute age (~10 seconds) to compress all of the pictures the first time you view a product or load a thumbnail preview in the categories. Once it has been cached, it loads very quickly. This is only happening on one of my websites but not the other. Both of the stores are hosted by UK2.net, but are on different servers. I have checked through the php info files and both are running the same version of GD Library and have it fully enabled. Does any one know what could be causing this? I nearly forgot to mention - both websites are clean installations.
  4. Good morning, I am having an odd problem concerning Google and the shipping methods. My store is based in the UK and set up as such. All shipping methods are calculated correctly, for domestic and international orders, for most of the time. If someone logs into GoogleCheckout with a domestic shipping address, the shipping is calculated correctly. If someone logs into GoogleCheckout with an international shipping address, the shipping is calculated correctly. However, if someone has both a domestic and international shipping addresses stored in their GoogleCheckout account, or add another type of address during the checkout process, I start getting problems. The shipping methods will correctly switch over, but all be calculated at £1. I then get the following error showing up in the GoogleCheckout Integration Console. <br /> <b>Fatal error</b>: Cannot redeclare class rmfirst in <b>/home/electro9/public_html/store/includes/modules/shipping/rmfirst.php</b> on line <b>33</b><br /> I do not believe it is anything specific to do rmfirst shipping module, as it will do it on other ones depending on the order in which they are defined in the shipping-methods file. Here is my shipping_methods.php file for reference. <?php /** * 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 upto GBP39. 1-3 days)', ), 'international_types' => array( ), ), 'rmsecond' => array( 'domestic_types' => array( 'rmsecond' => '(No Tracking. Use at own risk. 3-5 days)', ), 'international_types' => array( ), ), 'rmsecondrec' => array( 'domestic_types' => array( 'rmsecondrec' => '(Insured upto GBP39. 3-5 days)', ), 'international_types' => array( ), ), 'rmspecial' => array( 'domestic_types' => array( 'rmspecial' => '(Insured upto GBP500. Nextday)', ), 'international_types' => array( ), ), 'rmstandardparcel' => array( 'domestic_types' => array( 'rmstandardparcel' => '(Insured upto GBP39. 3-5 days)', ), 'international_types' => array( ), ), 'citylink' => array( 'domestic_types' => array( 'citylink' => '(Insured upto GBP50. 2-4 days)', ), 'international_types' => array( ), ), 'parcelforce48' => array( 'domestic_types' => array( 'parcelforce' => '(Insured upto GBP150. 2-3 days)', ), 'international_types' => array( ), ), 'rmairmail' => array( 'domestic_types' => array( ), 'international_types' => array( 'rmairmail' => 'Airmail Internation' ), ), ); $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 Parcel', 'parcelforce48' => 'Parcel Force 48', 'citylink' => 'CityLink/Courrier', 'rmairmail' => 'Airmail Internation', ); Many thanks in advance for your help.
  5. Good afternoon, I am hoping someone may be able to help me. I have searched through these forums but not come across a solution which solves my problem. The RoyalMail shipping module is installed on my site, and I believe working successfully. I have recently attempted to integrate the Google Checkout payment module into the site as well. However, I am having trouble passing the postage calculations along with it. No amount of tinkering with the shipping.php files seems to get it to do what I want. I have used the various provided tools, but all seem to do the same thing. It passes on the shipping method to Google but does not calculate it properly, based on weight and other factors. This is all I get in the Google Checkout, everything priced at £1. Many thanks in advance.
×
×
  • Create New...