Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
There's a hardcode url in topcart.xslt pointing at your demoshop
<a href="http://demo.teacommerce.dk/en/cart/cart-contents-step-1.aspx" id="goToCart" title="Go to cart" alt="Go to cart"><xsl:text> </xsl:text></a>
Should be:
<a href="/en/cart/cart-contents-step-1.aspx" id="goToCart" title="Go to cart" alt="Go to cart"><xsl:text> </xsl:text></a>
Congrats Jesper,
You just found our small easter egg ;)
No matter how many times we correct that it allways returns into the xslt's. It's the small code gnome that teases us.
I have fixed it in the install package of the demo i'm currently working on. Will be out for download tomorrow.
/Rune
By the way. You probably have to fix it in the cart step 2 and 3 xslt's also :)
Oh thanks :-)
Yup - in two and three also. Not in 5. And certainly not in 4.
/Best,
Jesper
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
small bug in topcart.xslt
There's a hardcode url in topcart.xslt pointing at your demoshop
Should be:
Congrats Jesper,
You just found our small easter egg ;)
No matter how many times we correct that it allways returns into the xslt's. It's the small code gnome that teases us.
I have fixed it in the install package of the demo i'm currently working on. Will be out for download tomorrow.
/Rune
By the way. You probably have to fix it in the cart step 2 and 3 xslt's also :)
Oh thanks :-)
Yup - in two and three also. Not in 5. And certainly not in 4.
/Best,
Jesper
is working on a reply...