Sliding PayPal Shopping Cart Support Product Page

Answered

How to get the Paypal window to drop down further on my page?

Asked 15 Aug 2013 20:04:51
2
have this question
15 Aug 2013 20:04:51 CONNIE GONDEK posted:
Hi - I have 3 questions:
1 How do I get the PayPal window that is in the floating in the right to be down further on my page, it is interfering with my drop down menus on the page?
2. I need to add a box for customizing an item how do I do that? (I want my customers to be able to add an inscription for their item?
3. I need to have the options for them to check whether it is US, Canada, or International shipping and have different amounts, how would I do this?Thanks

Replies

Replied 20 Aug 2013 12:24:41
20 Aug 2013 12:24:41 Miroslav Zografski replied:
Hello Connie,

Pay Pal Shopping cart is top-bound it can't be moved down the page, it can only be moved left-right, It should not be interfering with your drop-down menus.
Please provide more details on the inscription part.
Unfortunately you cannot set shipping taxes. That is meant to be done in PayPal merchant options and what you set there this goes. The extension cannot change those.
Regards.
Replied 20 Aug 2013 21:48:13
20 Aug 2013 21:48:13 Andrew Gray replied:
add an appropriate z-index value and this will overlay the menu.
the code below is for light-red.css
regards
Andy.

#dmxSPSCart form {
border: 1px solid #ccc !important;
border: 1px solid rgba(0, 0, 0, 0.2) !important;
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
border-top:none !important;
z-index: 9999 !important;
}

Reply to this topic