Hi,
I want to create my own links for e.g. Checkout etc but am coming into a problem. I have got them working by inserting the standard links then using the code from these around my customer image but is throwing up various errors as it is not valid code.
Here is the code i am using at the moment.
This works but as i say i am getting errors. Is there an easier way to link to checkout etc??
I want to create my own links for e.g. Checkout etc but am coming into a problem. I have got them working by inserting the standard links then using the code from these around my customer image but is throwing up various errors as it is not valid code.
Here is the code i am using at the moment.
Code:
<a href="<actinic:variable name="CartLinkText" />" target="_self"><img src="index_09.jpg" alt="<actinic:variable name=" width="151" height="45" border="0"CartText" /></a>
Comment