Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jesper Ordrup 1019 posts 1528 karma points MVP
    Nov 29, 2010 @ 16:08
    Jesper Ordrup
    0

    small bug in topcart.xslt

    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>
  • Rune Grønkjær 1372 posts 3103 karma points
    Nov 29, 2010 @ 16:13
    Rune Grønkjær
    0

    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 :)

     

  • Jesper Ordrup 1019 posts 1528 karma points MVP
    Nov 29, 2010 @ 16:20
    Jesper Ordrup
    0

    Oh thanks :-)

    Yup - in two and three also. Not in 5. And certainly not in 4.

    /Best,

    Jesper

Please Sign in or register to post replies

Write your reply to:

Draft