Hi again!
I have an update for you.
Our developers investigated the issue and found the cause.
The thing is that your site is using the following style:
Code:
<style>
iframe {display:none !important;}
</style>
It blocks all the iframes on your site. And the PayPal button is rendered into an iframe. We can't change the way PayPal button works.
So you need to remove this code from the source code of your site.
If you are not sure where to find this code and how to remove it, please, use the following workaround:
Add the following CSS code to your site CSS or in your custom CSS theme in your Ecwid Control panel > Design:
Code:
#ecwid-payment-details-paypal-placeholder iframe {
display: block !important;
}
Activate the theme and save the changes, then refresh your storefront to see the results.
Please, note that we strongly recommend you remove the above-mentioned style from your site backend since it affects all iframes not only the PayPal iframe. So if you don't remove it from your site, it will affect other iframes, for example, Facebook likes widget.
Hope this helps! If you have any questions, please contact us again.