Hi
I am trying to put a link on the page for the Checkout now button. Is that possible?
I am using my own design, but I did find on the "Expert" Theme a Layout called "Checkout Image Special"
In that the code is
<actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsGoogleAnalyticsEnabled%22%20%2f%3e%20%3d%3d%20false%29%20OR%20%0d%28%3cactinic%3avariable%20name%3d%22IsGoogleAnalyticsEnabled%22%20%2f%3e%20%3d%3d%20true%20AND%20%3cactinic%3avariable%20name%3d%22IsSplitSSLSubdomain%22%20%2f%3e%20%3d%3d%20false%29" >
<a href="<actinic:variable name="OrderLinkText" />"
<actinic:block if="%3cactinic%3avariable%20name%3d%22RemoveCustomFrameInCheckout%22%20%2f%3e%20%3d%3d%20True" >
target="_top"
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22RemoveCustomFrameInCheckout%22%20%2f%3e%20%21%3d%20True" >
target="_self"
</actinic:block>
onmouseover="SwapImage('nav_checkout_s','button_checkout_special_highlight.gif')" onmouseout="RestoreImage()"><img src="button_checkout_special.gif" alt="<actinic:variable name="CheckOutText" />" border="0" name="nav_checkout_s" /></a>
</actinic:block>
<actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsGoogleAnalyticsEnabled%22%20%2f%3e%20%3d%3d%20true%29%20AND%0d%28%3cactinic%3avariable%20name%3d%22IsSplitSSLSubdomain%22%20%2f%3e%20%3d%3d%20true%29" >
<a href="<actinic:variable name="OrderLinkText" />" <actinic:block if="%3cactinic%3avariable%20name%3d%22RemoveCustomFrameInCheckout%22%20%2f%3e%20%3d%3d%20True" >target="_top"</actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22RemoveCustomFrameInCheckout%22%20%2f%3e%20%21%3d%20True" >target="_self"</actinic:block> onmouseover="SwapImage('nav_checkout_s','button_checkout_special_highlight.gif')" onmouseout="RestoreImage()" <actinic:variable name="GoogleAnalyticsMarkup" value="Google Analytics Checkout Link" />><img src="button_checkout_special.gif" alt="<actinic:variable name="CheckOutText" />" border="0" name="nav_checkout_s" /></a>
</actinic:block>
I can re-create this, but I have a feeling this never worked in my current website so I removed the button..
Anyway, this is the page I am working on now (the eu extension is just a temp site I use for testing)
http://www.pinkequine.eu/acatalog/Juniors_Home.html
Would appreciate any help
Many thanks
Denise
I am trying to put a link on the page for the Checkout now button. Is that possible?
I am using my own design, but I did find on the "Expert" Theme a Layout called "Checkout Image Special"
In that the code is
<actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsGoogleAnalyticsEnabled%22%20%2f%3e%20%3d%3d%20false%29%20OR%20%0d%28%3cactinic%3avariable%20name%3d%22IsGoogleAnalyticsEnabled%22%20%2f%3e%20%3d%3d%20true%20AND%20%3cactinic%3avariable%20name%3d%22IsSplitSSLSubdomain%22%20%2f%3e%20%3d%3d%20false%29" >
<a href="<actinic:variable name="OrderLinkText" />"
<actinic:block if="%3cactinic%3avariable%20name%3d%22RemoveCustomFrameInCheckout%22%20%2f%3e%20%3d%3d%20True" >
target="_top"
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22RemoveCustomFrameInCheckout%22%20%2f%3e%20%21%3d%20True" >
target="_self"
</actinic:block>
onmouseover="SwapImage('nav_checkout_s','button_checkout_special_highlight.gif')" onmouseout="RestoreImage()"><img src="button_checkout_special.gif" alt="<actinic:variable name="CheckOutText" />" border="0" name="nav_checkout_s" /></a>
</actinic:block>
<actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsGoogleAnalyticsEnabled%22%20%2f%3e%20%3d%3d%20true%29%20AND%0d%28%3cactinic%3avariable%20name%3d%22IsSplitSSLSubdomain%22%20%2f%3e%20%3d%3d%20true%29" >
<a href="<actinic:variable name="OrderLinkText" />" <actinic:block if="%3cactinic%3avariable%20name%3d%22RemoveCustomFrameInCheckout%22%20%2f%3e%20%3d%3d%20True" >target="_top"</actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22RemoveCustomFrameInCheckout%22%20%2f%3e%20%21%3d%20True" >target="_self"</actinic:block> onmouseover="SwapImage('nav_checkout_s','button_checkout_special_highlight.gif')" onmouseout="RestoreImage()" <actinic:variable name="GoogleAnalyticsMarkup" value="Google Analytics Checkout Link" />><img src="button_checkout_special.gif" alt="<actinic:variable name="CheckOutText" />" border="0" name="nav_checkout_s" /></a>
</actinic:block>
I can re-create this, but I have a feeling this never worked in my current website so I removed the button..
Anyway, this is the page I am working on now (the eu extension is just a temp site I use for testing)
http://www.pinkequine.eu/acatalog/Juniors_Home.html
Would appreciate any help
Many thanks
Denise
Comment