Number of Items in popup Paypal shopping cart
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
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
-
Diogenes
-

- Posts: 16
- Joined: Thu Nov 25, 2021 7:16 pm
Number of Items in popup Paypal shopping cart
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
- Pablo
- Posts: 23909
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Number of Items in popup Paypal shopping cart
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
Excellent. Works even from master page. Thanks