The Images
folder holds images used within the CSS (background images) as
well as the site logo and any other images embedded within your
.master templates.
<html>
<head>
<title>Order Confirmation</title>
</head>
<body>
[orderdetails]
</body>
</html>
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<CustomerSkinRules>
<Customer ID="123" SkinName="DifferentSkin"/>
</CustomerSkinRules>
<CustomerGroupSkinRules>
<CustomerGroup ID="456" SkinName="AnotherSkin"/>
</CustomerGroupSkinRules>
<ProductSkinRules>
<Product ID="789" SkinName="SkinNumber3"/>
</ProductSkinRules>
<CategorySkinRules>
<Category ID="100" SkinName="BlackAndOrange"/>
</CategorySkinRules>
<ScriptSkinRules>
<Script Name="Basket.aspx" SkinName="BasketSkin"/>
</ScriptSkinRules>
</configuration>
<%@ Page Language="VB" AutoEventWireup="true" MasterPageFile="~/Skins/Kartris/Template.master"
CodeFile="Product.aspx.vb" Inherits="Product" %>
<user:CategoryMenu ID="UC_CategoryMenuCSSFoldout"
runat="server" EnableViewState="False"
Visible="True" />
<user:CategoryMenuAccordion ID="UC_CategoryMenuAccordion"
runat="server" EnableViewState="False"
Visible="True" />
<user:CategoryMenuDropDownSelect ID="UC_CategoryMenuDropDownSelect"
runat="server" EnableViewState="False"
Visible="True" />
<user:CategoryMenu ID="UC_CategoryMenuCSSFoldout"
runat="server" EnableViewState="False"
RootCategoryID="1" Visible="True" />
<user:CategoryMenu ID="UC_CategoryMenuCSSFoldout2"
runat="server" EnableViewState="False"
RootCategoryID="2" Visible="True" />
Ensure your page has the following code pasted near the bottom, before the closing 'body' tag.
Copy this code and place it where you want the help icon to appear in your page.
Your help link will appear as the icon below. Click it to verify how the help content will look.
Place a QR code on your product or machinery to let a user easily retrieve the user guide documentation for it.
Right-click and 'copy'