Hi, if you are using css layout do not include options in the product layout parameter.
1. productpagelayout="productimage, addtocart, productid, sku, productname, manufacturer, discounts, dateadded, reviewstars, instock, custom1, description,
options, listprice, price, currency, quantity, custom2
,detaillink"
2. Just add detaillink, where you want to show the link generally its at the end see #1
3. https://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=113073
4. ASP image upload is relies on the server installed image tools such as ASPJpeg (check with your host), there is a third party mod by servelink you can ask in the ASP Mods forum.
**Note product layout elements can be arraigned in the order that you want them to appear on the page.
There does seem to be another issue with the character set some items are showing a black diamond.
Page heading - change
<meta charset="UTF-8" />
to
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
add the following vsadmin/includes.asp
adminencoding="utf-8"
Winners never quit, quitters never win
CSS and Responsive DesignsUser Manual for Ecommerce Templates