AbanteCart Community

Shopping Cart Operations => Support => Topic started by: DanFronckowiak on August 08, 2014, 04:29:56 PM

Title: Product Image covering Terms & Conditions popup
Post 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! :)
Title: Re: Product Image covering Terms & Conditions popup
Post by: Basara on August 11, 2014, 04:13:51 AM
Hello.

You need to change z-index value in CSS for image element see screenshot
Title: Re: Product Image covering Terms & Conditions popup
Post by: DanFronckowiak on August 11, 2014, 08:50:17 AM
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?
Title: Re: Product Image covering Terms & Conditions popup
Post by: abantecart on August 11, 2014, 11:56:27 AM
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"
Title: Re: Product Image covering Terms & Conditions popup
Post by: DanFronckowiak on August 11, 2014, 01:23:57 PM
Thank you, thank you, thank you!!! :)