Page 1 of 1
Number of Items in popup Paypal shopping cart
Posted: Sat Dec 11, 2021 9:41 am
by Diogenes
If I add more then 6 or 7 different items in paypal shopping cart then the popup window is getting too small and last items are out of the popup window. Is the 6 or 7 different items limit or can be the popup stretched more then for those 6 items. Thanks
Re: Number of Items in popup Paypal shopping cart
Posted: Sat Dec 11, 2021 12:37 pm
by Pablo
You can add the following code (Page HTML) to remove the height limit:
Code: Select all
<style>
#PPMiniCart form
{
max-height: none !important;
}
</style>
Re: Number of Items in popup Paypal shopping cart
Posted: Sat Dec 11, 2021 1:24 pm
by Diogenes
Excellent. Works even from master page. Thanks