Closed (won't fix)
Project:
Commerce PayPal
Version:
7.x-2.0-beta1
Component:
PayPal EC
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2013 at 00:00 UTC
Updated:
19 Jun 2013 at 04:03 UTC
Jump to comment: Most recent file
Comments
Comment #1
joestewart commentedAre you testing the checkout while being a logged in user? We found that it required to be logged in to see the expected information.
Comment #2
pmaslov commentedThanks for the reply. I was hoping to enable an anonymous checkout, but I have just tried testing it while logged in and seeing the same thing as before. I have attached a screenshot. So basically 15c is the price of the product and then there is 2 shipping options with corresponding costs. When user presses "Pay Now" the payment is correctly processed. My problem is that I am not confirming the grand total (price+shipping). I.e. the sum not displayed in this view, and the next view not shown until after the payment is charged.
Comment #3
rszrama commentedThere's not much for it, to be honest. What would you propose would actually make this clearer considering there's no way for us to add yet another review step after this one? I'd say just launch, and if people are truly confused by this, then perhaps work out some AJAX to update the page when a shipping service is selected to make it even more explicit that they'll be charged for the selected shipping service on top of the order total.
Comment #4
pmaslov commentedI have tested it some more and realized that Joe Stewart has a point in saying that user needs to be logged in order to see "Shopping cart contents" section, which also has the order's total. During anonymous checkout that section for some reason is empty.
With that section there, I can add javascript code to display the total per Ryan's suggestion.
Is it possible to fix missing "Shopping cart contents" section for anonymous users? Or, maybe, is it easy to adjust the checkout workflow to create a properly logged in user?
Comment #5
pmaslov commentedComment #6
joestewart commentedwith no patch to review, I think you mean active status.
Comment #7
rszrama commentedOk, I didn't realize you weren't seeing the cart contents review pane. That would normally be there, but you've added a relationship to it that requires additional permission to use. This is a known issue with respect to the product relationship and product viewing permissions, not a general anonymous user thing or anything for us to change in Commerce PayPal.
No patch because there isn't really anything to do. You can fix your View used in the review pane or your permissions. You might also follow along with this issue in the Drupal Commerce queue: #2001080: Views Product relationship permissions are too strict