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
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
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>
Re: Number of Items in popup Paypal shopping cart
Excellent. Works even from master page. Thanks