Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

His Shadow

Archived
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Real Name
    Marc Lidwill

His Shadow's Achievements

  1. Just out of curiosty has anyone had a problem where the FedEx module only returns ground service as an available option? It doesn't seem to matter where I ship to (domestic or USA), the weight or size of the shipment, the only FedEx shipping option available to customers is ground. I checked fedex1.php but all shipping methods are available (none are commented out). I had a look at the debug and it only seems to show one option available when coming back from FedEx. Is there something I'm missing; could my actual FedEx account be the cause of this? Having said that, when I log into the FeDex shipping manager, other shipping options are available (not just ground). I could live with only ground service but brokerage fees aren't included when shipping FedEx Ground (unlike express for example) which means I've got to add that cost somewhere or 'let' the customer pay for it (and nobody likes that kind of surprise). I'd rather have other FedEx shipping options available that customers can choose from so there's no sticker shock.
  2. Has anybody been able to integrate the discount contribution with PayPal IPN? I ask because I have added both and both work up to a point. I assume the table discount_coupons_to_orders gets updated every time a coupon is used so that when a coupon is redeemed by a customer, it's checked against the maximum number of times it can actually be used (minus how many times it's already been used in discount_coupons_to_orders). As a result, that table doesn't seem to get updated because of the PayPal IPN process (as I believe it bypasses the discount_coupons_to_orders table update in checkout_process.php) which means the coupon can be used forever or until it hits the coupons_date_end as it's use isn't ever recorded. After looking at this problem for the last few hours and trying to come up with a solution that works...my head hurts. :blink: Is there any solution? I would very much like to use this contribution, but without some sort of solution, I'll have to remove it as I need the PayPal IPN more than coupons. I apologize in advance if this question has been answered already, but I couldn't find a solution in the support thread for this contribution.
×
×
  • Create New...