I have been using SellerDeck for quite few years now but have never understood "Actinic Tags" such as:
<Actinic:REMOVE TAG="RestoreButton">
<actinic:variable name="ShoppingCartButton" value="Retrieve Button" />
</Actinic:REMOVE>
<Actinic:REMOVE TAG="RestoreButtonDisabled">
<actinic:variable name="ShoppingCartButton" value="Retrieve Button Disabled" />
</Actinic:REMOVE>
Furthermore, I cannot find any reference to them in the software Help. Is there a a . document/reference somewhere that explains what Actinic Tags are for and what they do? Perhaps there is a list of them somewhere that defines what each does.
Can anyone help me out please?
<Actinic:REMOVE TAG="RestoreButton">
<actinic:variable name="ShoppingCartButton" value="Retrieve Button" />
</Actinic:REMOVE>
<Actinic:REMOVE TAG="RestoreButtonDisabled">
<actinic:variable name="ShoppingCartButton" value="Retrieve Button Disabled" />
</Actinic:REMOVE>
Furthermore, I cannot find any reference to them in the software Help. Is there a a . document/reference somewhere that explains what Actinic Tags are for and what they do? Perhaps there is a list of them somewhere that defines what each does.
Can anyone help me out please?
Comment