Hiya - not been in here for ages so thought I would ask for help here.
We are in the process of upgrading to V18 and we have had some success with messages for groups of products:
For example> 1
<Actinic:Variable Name="IsStockMonitored"/> == false AND <actinic:variable name="CanBeOrderedOnline" /> == true AND <actinic:variable name="SectionName" /> == "Diaphragms" the message " **This EV part needs to be ordered from Germany Please allow 7-10 days for delivery**" is displayed under Stock Availability
Example 2
<Actinic:Variable Name="IsStockMonitored"/> == false AND <actinic:variable name="CanBeOrderedOnline" /> == true AND <actinic:variable name="SectionName" /> == "Capture Sweden" messages displayed "**Available for same day dispatch via email"
what do I need to do display "shipped within 2-3 days" for all products which are not stock controlled or fall in to sections shown in the two examples above?
Example of text page : https://www.10outof10.co.uk/acatalog...7.html#SID=582
Also, as I do struggle with the knowledge base and manual for Sellerdeck is there a book or online reference to help me further understand the language used for sellerdeck?
Thanks in advance.
Paul
We are in the process of upgrading to V18 and we have had some success with messages for groups of products:
For example> 1
<Actinic:Variable Name="IsStockMonitored"/> == false AND <actinic:variable name="CanBeOrderedOnline" /> == true AND <actinic:variable name="SectionName" /> == "Diaphragms" the message " **This EV part needs to be ordered from Germany Please allow 7-10 days for delivery**" is displayed under Stock Availability
Example 2
<Actinic:Variable Name="IsStockMonitored"/> == false AND <actinic:variable name="CanBeOrderedOnline" /> == true AND <actinic:variable name="SectionName" /> == "Capture Sweden" messages displayed "**Available for same day dispatch via email"
what do I need to do display "shipped within 2-3 days" for all products which are not stock controlled or fall in to sections shown in the two examples above?
Example of text page : https://www.10outof10.co.uk/acatalog...7.html#SID=582
Also, as I do struggle with the knowledge base and manual for Sellerdeck is there a book or online reference to help me further understand the language used for sellerdeck?
Thanks in advance.
Paul
Comment