AbanteCart Community
Shopping Cart Operations => Support => Topic started by: DanFronckowiak on August 08, 2014, 04:29:56 PM
-
Greetings!
I'm hoping someone can help with an issue I'm having. I sell products from different vendors, and so I need to put the Terms & Conditions for the vendor on the product page. I've got it so that the Terms & Conditions appear in a popup - just as they do on the Privacy Policy when using the account registration page.
The problem is that the product image stays on the screen and blocks the Terms & Conditions popup.
(http://www.outofdodgetravel.com/images/popup_cover.png)
Hoping that image works so you can see what I mean. The page where I have this available is outofdodgetravel.com/store/index.php?rt=product/product&path=65_67_70&product_id=117
Is there something that can be done to fix this?
Thank you! :)
-
Hello.
You need to change z-index value in CSS for image element see screenshot
-
Hello.
You need to change z-index value in CSS for image element see screenshot
Thank you for your help! I appreciate it.
I know how to modify the z-index value, but I'm not sure which CSS file I need. Can you let me know?
-
I know how to modify the z-index value, but I'm not sure which CSS file I need. Can you let me know?
File: storefront/view/default_html5/template/pages/checkout/confirm.tpl
Look for section with id="returnPolicyModal"
-
Thank you, thank you, thank you!!! :)