PDA

View Full Version : OPAY page not inserting CSS header code


timA
05-13-08, 11:37 PM
Hi there,
All the other pages in the cart accept the header css code EXCEPT for the OPAY page. I've pasted the code below. When I check source in my browser on that page, the code just isn't in there...

<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<script type="text/javascript" src="../styleswitcher.js"></script>
<script type="text/javascript">
loadBaseStyles();
loadStyle("container-layout5.css");
loadStyle("specific-basket.css");
</script>
<link rel="stylesheet" type="text/css" href="&mvt:lang:css_font;" >
<link rel="stylesheet" type="text/css" media="print" href="../print.css" >
<noscript>
<style type="text/css">
<!--
@import "../css/default/common-styles.css";
@import "../css/default/container-layout5.css";
@import "../css/default/specific-basket.css";
@import "../css/default/menustyles.css";
-->
</style>
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="../css/default/common-ie6only.css" >
<![endif]-->
<!--[if lt IE 6]>
<link rel="stylesheet" type="text/css" href="../css/default/common-ieonly.css" >
<![endif]-->
</noscript>

Pete McNamara
05-14-08, 09:53 AM
1. is this in your OPAY Page template?

<mvt:item name="head" param="head_tag" />

2. Is the " head " item checked?

timA
05-15-08, 03:17 AM
THANKS, PETE!

I had the head tag but lacked the param attribute. That fixed it.

You rock!