Number of Items in popup Paypal shopping cart

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
Diogenes
 
 
Posts: 16
Joined: Thu Nov 25, 2021 7:16 pm

Number of Items in popup Paypal shopping cart

Post 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
User avatar
Pablo
 
Posts: 23597
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Number of Items in popup Paypal shopping cart

Post 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>
Diogenes
 
 
Posts: 16
Joined: Thu Nov 25, 2021 7:16 pm

Re: Number of Items in popup Paypal shopping cart

Post by Diogenes »

Excellent. Works even from master page. Thanks
Post Reply