HomeHome Product Discus... Product Discus...SmithCartSmithCartConfirmation Page (Before Payment) Problems in Internet ExplorerConfirmation Page (Before Payment) Problems in Internet Explorer
Previous
 
Next
New Post
6/7/2011 9:16 AM
 

Originally I wanted to have more than 400 characters in our listbox on the Confirmaton Page (Before Payment) because our terms and conditions were around 2000 characters. Rather than deal with the fuss and muss of changing code, I figured I could just add a simple href that opens our terms and conditions into a new window into that listbox area.

I added the code and it works great in firefox! BUT it doesnt' work in Internet Explorer, and I have no idea why. I've attached a screenshot of what is happening in IE

In Internet Explorer, it is putting a thin line with two black dots on either side. This line is the link and if I hover it I can click it to get to our terms page, but obviously it cannot look how it does.

If more info is needed let me know, I confirmed the IE bug is apparent in IE8 and IE9

 
 Login to download attachment
New Post
6/7/2011 1:49 PM
 

I'm not an expert, but I've just been through a lot of grief with Firefox/IE CSS discrepancies.

Is a link available to your Shopping Cart page? Can you display the CSS that is being generated? Have you tried examining the CSS with the Firebug Add-on? You may have to tinker with the CSS to make it compatible with IE.

 
New Post
6/9/2011 8:16 AM
 

No the link is not available on the initial shopping cart page, it's only available on the confirmation page. I didn't edit any back end code, just inserted a url into a listbox.

I have no problem adding a simple link inside of the confirm.ascx page just so that our terms and conditions are apparent to the user. I can leave the listbox blank then and just require the checkbox to be ticked.

Does anyone know where in the confirm.ascx file I could / should add a simple url? Any specific coding to keep in mind?

Thanks,

-Mike

 
New Post
6/9/2011 10:47 AM
 

'Confirm.ascx' seems to generate a table with <tr> rows and <td> cells. Are you familiar with HTML? Have you tried inserting custom code in the table cells?

Make sure you store a backup copy of the original before modifying it

Can you post a link to your Shopping Cart?

 
New Post
6/9/2011 10:54 AM
 

Yea I did drop the code into the confirm.ascx file with a simple href built into a table but that didn't seem to work. I provided the code I input below:

//here is my code that i put inbetween after the code for the listbox, and before the code for the checkbox

<td><a href="site.com">Terms</a></td>

email me for a link to cart at wired137 at yahoo dot com

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartConfirmation Page (Before Payment) Problems in Internet ExplorerConfirmation Page (Before Payment) Problems in Internet Explorer