Posted: July 21, 2014 at 7:16 pm
|
On the registration page after you fill out the personal info then click on the “proceed to Payment options” then select “buy now” button for pay-pal it says “You have selected Pay-Pal as yoyr method of payment” just below that there is a yellow box with the following text in it”After finalizing your registration, you will be transferred to the PayPal.com website where your payment will be securely processed.” That sandbox panel has a background set to #ffffe0 and I’m not sure how to change it to #000 I have added the following code to the themes css .sandbox-panel { Thanks |
Hi Cliff, You can inspect any element on a page using Chrome Developer Tools or Firebug. With that mentioned, try this in your child theme’s stylesheet or in a plugin like My Custom CSS: .reg-page-billing-info-dv p, .reg-page-billing-info-dv .sandbox-panel { background-color: #000; border:1px solid #E8E8E8; } — |
|
|
Hi Lorenzo, Cliff |
|
Hi Cliff, It looks like it just needs to be a little more specific to over rule the standard code, you could try this: div.reg-page-billing-info-dv p, div.reg-page-billing-info-dv .sandbox-panel { background-color: #000; border: 1px solid #E8E8E8; } The shopping cart is empty message should not be related. Have you double checked your PayPal settings to make sure they are OK? E.g. correct email address, no white space before or after etc. The issue has come up on occasion with EE3, but generally it has been a setting issue. |
|
Hi Dean, Cliff |
|
Hi Cliff, No you should not need to activate PayPal Pro (it’s a different gateway anyway so you would need a PayPal Pro account). Everything I have read up on this suggests that it’s due to a 0 value being sent, which obviously isn’t the case here. One other possibility is in your PayPal account itself. Can you: 1. Log in to your PayPal account Then try a test payment to see if that has changed anything. If it is already marked as Off, please advise us. |
|
Hi Dean, |
Hi, I’ve taken a look at your response here: https://eventespresso.com/topic/sandbox-panel/#post-108161 Are you trying to test PayPal using the sandbox or are you wanting to enable PayPal to accept payments today? The reason I ask is that a separate sandbox account is needed to test with PayPal. Other than creating that new account, the fastest way to test would be to disable the sandbox option in Event Espresso and create an event with a low price such as $1. Then copy the event link and go to the event in an alternative web browser. Then register for the event and complete the purchase. If PayPal is setup correctly, then the IPN will update the payment information in Event Espresso. Once you are done, you can refund the $1 and set the event to draft or delete it. — |
|
|
Hi Lorenzo, |
The support post ‘Sandbox Panel’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.