When you click the order button for a document you are taken to the page where the checkout where the user fills out their name.
At the top of the page there is some writing
Please enter your information in the form below to order the item: MYDOCUMENT. The price of MYDOCUMENT is $10.00.
The problem is that the MYDOCUMENT actually links to "/show_document/1-mydocument.html" which seems to show a category listing instead of the actual document.. I think instead it should link to "/view_document/1-mydocument.html" which is the actual description of the document...
thanks