Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

campbeld

Archived
  • Posts

    6
  • Joined

  • Last visited

Everything posted by campbeld

  1. On checkout_payment.php, I chose Express Payment, logged in to Paypal, returned to the shopping cart, clicked Continue, I was directed to checkout_confirmation.php, but the Payment Method says "Paypal Direct" instead of "Paypal Express". On checkout_confirmation.php, I clicked the "Edit" link next to the Payment Method, I was directed to checkout_payment.php but I didn't see any payment options to choose from. I expected to see text fields to enter credit card information for Direct Payment and a Paypal Express button.
  2. Why is the Express Checkout button displayed on the Payment page if the Customer is directed back to the Shipping back when they return from Express Checkout? Shouldn't the Express Checkout button be displayed on the Shopping Cart BEFORE the shipping page?
  3. RE: v0.5 - PayPal Direct Payments & Express Checkout v0.5 OK, I've run into a problem... checkout went fine first through the site itself, then also going through the express payment. But now when I try to make additional purchases on this account I don't get the option to pay directly through the website any longer... All I get on the page is the coupon box & the comments box... no payment options.
  4. What makes you think the payments details are sent through a proxy instead of directly to Paypal's server? Please provide the steps you took to find the problem, what you saw, and what you expected to see. If you know where the offending code is, tell the rest of us! I have tried to find the nasty stuff but I could not find any malicious code.
  5. Issue/Bug Report Category restriction not respected in coupon redemption notice. Steps to reproduce the issue: 1. Select a few products from category Y 2. Checkout 3. Use a coupon code that restricts the coupon to a single product category Z. Where Y is a different category from Z and are mutually exclusive. That is, neither Z nor Y is a subset of the other. Actual Results: "Congratulations, you have redeemed a coupon worth 10% on orders greater than $40.00" Expected Results: "Sorry, you must purchase products from category Z to redeem this coupon." Rationale: The user will be confused if they are told the coupon is redeemed but see on the order confirmation that the coupon does not, in fact, apply. The order confirmation page is working correctly from the store owner's point of view. However, from the customer's point of view, they will think they have redeemed a coupon where in fact they haven't really. Next Steps: Can someone please confirm this issue?
  6. I saw the following comment in the checkout_payment.php file: // if we have been here before and are coming back get rid of the credit covers variable // #################### Added CGV ###################### if(tep_session_is_registered('credit_covers')) tep_session_unregister('credit_covers'); // CCGV Contribution // #################### End Added CGV ###################### I want to know the reason for having to get rid of the credit covers variable. I think the code comment could have been more informative. I think the code comment describes what the code does (a programmer can easily determine this from the code anyway!). I expected to see an explanation of why the credit_covers variable is being unset. How does this session variable relate to the whole operation of the credit class and gift voucher contribution?
×
×
  • Create New...