Support

Home Forums Event Espresso Premium "return to Event Cart" button missing at payment checkout page

"return to Event Cart" button missing at payment checkout page

Posted: October 31, 2018 at 9:46 am


radiusinvestigations

October 31, 2018 at 9:46 am

Using the EE4 PayPal Express Checkout Smart Payment Buttons Payment Gateway Add-On. When I first load up the payment options page, the event cart button is missing. (the HTMl for the button is not there as well, see the following screenshots.) However, if I refresh the page, the button returns. I also tried adding the following code to remove the payment methods section, and move up the paypal buttons about the event cart button:


.wide-paypal-smart-buttons {
	margin-top: -290px;
}

a.return-to-event-cart-mini-cart-lnk.mini-cart-view-cart-lnk.view-cart-lnk {
	margin-top: 150px;
	margin-bottom: 15px;
}

div#spco-available-methods-of-payment-dv {
	display: none;
}

@media screen and (max-width: 624px) {
	.wide-paypal-smart-buttons {
	margin-top: -225px;
}
}

However, when I add that code, the event button is still missing on first load, and the paypal buttons are overlapping the registrations table. Again, if I refresh the page, everything goes into its proper place, and the event cart button reappears.

I have tried refreshing the cache on both the site and browsers, this is still occurring.


radiusinvestigations

October 31, 2018 at 9:48 am

link to website in question: https://gstny.com/


Tony

  • Support Staff

November 1, 2018 at 5:38 am

Hi there,

Rather than adjusting the margins (which is what is causing the overlap), you could just hide the additional details that you don’t need, using something like this:

#method-of-payment-hdr, 
#ee-available-payment-method-inputs, 
#spco-payment-method-info-paypal_smart_buttons {
    display: none;
}

With regards to the cart link, we’ll need to investigate this further but for the time being I recommend hiding the link, for that you can use:

#spco-payment_options-dv .view-cart-lnk {
    display: none;
}

The support post ‘"return to Event Cart" button missing at payment checkout page’ 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.

Event Espresso