Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

bravenewniche

Archived
  • Posts

    21
  • Joined

  • Last visited

Profile Information

  • Real Name
    George Plumley

bravenewniche's Achievements

  1. That was it, Terra! Thanks! The world of currencies can get a little convoluted in OSC, so here's what I had to do: 1. See what code PayPal is using for your currency. Mine is Canadian, and PayPal uses CAD. 2. The Canadian country code in OSC says CAN. 3. I chose to configure the store to USE DEFAULT LANGUAGE CURRENCY (mid-way down in My Store config) 3. Then I go into my primary language file - in this case /includes/lanuages/english.php and I change the default currency to CAD (this HAS to match PayPal, not OSC) 4. Then I made the Canadian dollar my Default Currency (under Currency in the Localization config) Now, everything is passing through to PayPal!! And I'm breathing a lot more easily...
  2. When I click Continue on the CONFIRM page, I go to my Test Store just fine, but the total shows $0. I've put in the debugging code for Sessions on the CONFIRM page and I see that the Cart ID is there, the total of 3.95 is correct... not sure why this stuff isn't passing to PayPal. I have PayPalIPN v1.4 insallted, Register_Globals OFF, with all the patches installed - OSC has been working just fine up to the point of passing to PayPal. Any thoughts? Array ( [cart] => shoppingcart Object ( [contents] => Array ( [28{6}14] => Array ( [qty] => 1 [attributes] => Array ( [6] => 14 ) ) ) [total] => 3.95 [weight] => 50 [cartID] => 91245 [content_type] => physical ) [language] => english [languages_id] => 1 [currency] => USD [navigation] => navigationhistory Object ( [path] => Array ( [0] => Array ( => checkout_shipping.php [mode] => NONSSL [get] => Array ( ) [post] => Array ( [action] => process [shipping] => pickup_pickup [comments] => [x] => 50 [y] => 18 ) ) [1] => Array ( => checkout_payment.php [mode] => NONSSL [get] => Array ( ) [post] => Array ( ) ) [2] => Array ( => checkout_confirmation.php [mode] => NONSSL [get] => Array ( ) [post] => Array ( [payment] => paypal_ipn [comments] => [x] => 42 [y] => 8 ) ) ) [snapshot] => Array ( ) ) [customer_id] => 2 [customer_default_address_id] => 2 [customer_first_name] => Test [customer_country_id] => 38 [customer_zone_id] => 67 [sendto] => 2 [cartID] => 91245 [comments] => [shipping] => Array ( [id] => pickup_pickup [title] => Pick up - Calgary (Calgary, AB Store) [cost] => 0.00 ) [billto] => 2 [payment] => paypal_ipn [cart_PayPal_IPN_ID] => 91245-3 )
  3. When you say "customized", would you be willing to say how? I've got 4 store locations they need to choose from. I tried putting in a drop down menu in the define('MODULE_SHIPPING_PICKUP_TEXT_WAY' of the language file, but of course the value isn't getting passed anywhere... ok, I did this at 3am after a long day... guess I was in denial that it would be really simple :-)
  4. barry100: Does the cart automatically determine if they're in DUN, WOR, etc. or does a list of zones appear from which people choose? I would like to have the latter, but I suspect it's doing the former. If it does happen automatically, are DUN, WOR, etc. showing as a drop down list in the customer address form? The ISO codes I would be making up would be non-standard, so I need a way for people to properly spell the code so the system picks it up... Do you have a place where we could see your zones at work? Thanks in advance!
  5. Thanks Coopco - that did the trick! As I re-read the instructions in Zones.php, it doesn't explicitly cover the situation in which Zones has been installed with the default single zone and THEN you increase the number of zones, though I can read it between the lines now that I know that's what was needed :-)
  6. I'm working on a Weight-Zone matrix myself - when I looked inside the /includes/modules/shipping/zones.php file, it turns out that you can set the number of zones. This option doesn't show up in the admin interface, and it explains why the admin interface for Zone Rates shows Zone 1 rather than just zone. Problem is, when I tried setting the zones to 10, I got an additional 27 text fields showing in the Admin panel but no labels on the fields - when you look at the source code, though, you can see there are three fields each for the nine extra zones (Zone Countries, Zone Shipping Table, and Zone Handling Fee).... Sadly, when I tried to enter values in one of the new fields and saved it, nothing shows in the Admin Panel except Zone 1 - not even in the source code. However, the source code does have line breaks where the additional zone fields should be....... So, Zone Rates was clearly intended to have more than 1 zone, but doesn't look like it's been finished. Has anyone finished it? I haven't had the time yet to track down what's happening in the database when you create these extra zones... I suspect that even if this module was complete, it wouldn't fit my needs (I need the customer to choose the zone instead of the program doing it automatically), but I can see how it would be very useful for others using OSC.
×
×
  • Create New...