Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

TulsaTurbo

Pioneers
  • Posts

    10
  • Joined

  • Last visited

Posts posted by TulsaTurbo

  1. Just installed this contribution and everything works except for one thing. The main reason I wanted to use this was to allow only sales within the US but while testing with a european address, I get no shipping and allows the customer to proceed with the checkout (no shipping charges!). Is there any way to code this mod where it compares the customers zone with that of the shipping module and if not the same it won't allow a checkout...

  2. I am currently using version 3.0.2 and have the problem where my international customers are having to use GLOBAL EXPRESS because it will not let them select the other usps shipping options. Is there a fix to this or has this been resolved with the newer versions available for this contribution?

     

    I really need an answer to this real soon or I will lose my international customer base...

  3. I think the problem lies in the code shown below. I'm using the paypal_standard module that comes with oscommerce.

     

    Notice this line: 'item_name' => STORE_NAME,

     

     

    	 $parameters = array('cmd' => '_xclick',
    					  'item_name' => STORE_NAME,
    					  'shipping' => $this->format_raw($order->info['shipping_cost']),
    					  'tax' => $this->format_raw($order->info['tax']),
    					  'business' => MODULE_PAYMENT_PAYPAL_STANDARD_ID,
    					  'amount' => $this->format_raw($order->info['total'] - $order->info['shipping_cost'] - $order->info['tax']),
    					  'currency_code' => $currency,
    					  'invoice' => substr($cart_PayPal_Standard_ID, strpos($cart_PayPal_Standard_ID, '-')+1),
    					  'custom' => $customer_id,
    					  'no_note' => '1',
    					  'notify_url' => tep_href_link('ext/modules/payment/paypal/standard_ipn.php', '', 'SSL', false, false),
    					  'return' => tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL'),
    					  'cancel_return' => tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL'),
    					  'bn' => 'osCommerce22_Default_ST',
    					  'paymentaction' => ((MODULE_PAYMENT_PAYPAL_STANDARD_TRANSACTION_METHOD == 'Sale') ? 'sale' : 'authorization'));

  4. Thats the way PayPal works.

    The name you are looking at is the same you have in the admin configuration as your Store name.

    You can put a shorte name. But you need it.

     

    I have to disagree.

     

    Running a standard paypal cart with IPN, you would have your order info at the paypal website as well as your server database if so configured with IPN. With OSCommerce, only the stores name is stored at paypal as the order rather than the actual contents of the order. I now have to return to my online shop to see what the order is. Having the order info available to me at my paypal account assures me of having a backup of the orders made.

     

    Just last month, my host lost all my database info. Luckily I had a 2 day old backup prior to this event but of course all the orders made after this backup were lost and although they were processed on paypal I had now way of knowing what the orders consisted of because all it shows is my shops name...

     

    Can you see the problem with this now?

     

    I don't understand how this question has not come up before.... :unsure:

  5. Hi,

     

    Cooliris is working great! The only thing is that when I click on the "Show the Cooliris slideshow" link, the page reloads turning on cooliris but now I get the following java error with internet explorer. No problems with Mozilla FireFox...

     

    Error on page

    Line: 1
    Char: 122
    Error: 'null' is null or not an object
    Code: 0
    URL: http://www.needfulthings.net/jai/catalog/index.php

×
×
  • Create New...