Posted - 09/06/2022 : 12:13:26
Hi David
Yes, adding admincustomlabel1="Admin Label" to your includes.asp file will allow the custom field to show in the product admin only, which seems to be what you would like, correct?
If you would like a custom field to appear on the product detail page then by also adding detailcustomlabel1="Detail Label" to the include file this will then show the content of the custom field in the admin on the product detail page.
To do so all you need to do, again in the includes file, is add the detail page layout & then add to that where on the detail page you would like your custom field content to appear - so in the example below your custom field 1 would appear between the manufacturer name & the SKU.
detailpagelayout="navigation, checkoutbutton, productimage, productid, manufacturer, custom1,sku, productname, discounts, instock, description, listprice, price, quantity, currency, dateadded, options, addtocart, previousnext, emailfriend, reviews"
Edited by - 1818charlie on 09/06/2022 12:31:17
|