/// <summary>
/// Represents a specification attribute type
/// </summary>
public enum SpecificationAttributeType
{
/// <summary>
/// Option
/// </summary>
Option = 0,
/// <summary>
/// Custom text
/// </summary>
CustomText = 10,
/// <summary>
/// Custom HTML text
/// </summary>
CustomHtmlText = 20,
/// <summary>
/// Hyperlink
/// </summary>
Hyperlink = 30
}
You forget about option value. Each specification attribute must have option and nopcommerce uses this option for mapping specification attributes.
Try it
sku Name Type Attribute Value Option
XYZ FARINA 20 Ingredienti <p>Lorem ipsum</p> OptionName
and remember about separator.
You want to add HTML custom value in the specification attribute but you need to add option for mapping.
Can you give me access to this store?
Did you create the custom tracking code (the type Custom)
and you selected the "Include in pages" - Products?
Yes, download it from our site.
I didn't change the release number.
I did the new release, upgrade the plugin, you will be able to use tokens with any controllers. Try and write to me about the result.
The token %ProductId% works only product details page, I read it from the model of this cshtml page
%CustomerEmail%
Did you use the registered customer?
You need to install the plugin from nopcommerce admin mode.
Plugin install it
Or give me access to nop admin mode and I'll do it myself.
I don't know.
Uninstall the plugin and download the last release again.
Install the new release and write to me about the result.