I can see how easy this would be for an html site but how would you do this for xcart's php pages, for example, if you wanted to tag on a product page:
http://yourdomain.com/xcart/customer/product.php?productid=10
and u wanted to link to Customer votes which way down the page
first you would do this:
<a name="{$lng.lbl_customer_voting}"></a>
but how would you create the link up top?
TESTING
doesn't seem to work.
Thanks for your help.