At the start or the end of the existing one yes, that's easy, if in between then you will need to use php to breakup the existing and create a before and after string and insert your variable in between.
Create your new variable, open up your product layout, locate the ProductName variable (most likely in between a html tag), insert cursor at end of variable, press space and then start to type your new variable name, actinic will help you complete it. Apply the change, job done.
I need it inside the product title at the end. I want the variable to be added to the product title so that appears in the checkout, in Actinic desktop and printed reports.
The way to suggested will only the variable next to the product title online.
Can I need the variable 'inside' at the end of the product title?
Hmm, that's somewhat trickier, you're asking to insert the contents of one variable into another, the logical solution to that is to just have it all in the product title. You could have a database query that did that or do a file export, use excel to concatenate product variable with your new one and then import back in. To work in the areas you want it to, you need it in the product name field.
There's a report description field you can switch on in business settings that then appears on the product menus to fill out. You could use that on reports, the first method I mentioned on product layout, think you're stuffed on the checkout though, I'm all out of ideas on that one.
I'm looking at using the 'report description field' you said about.
Can this variable be controlled by a condition?
I thinking of adding the text 'This Is A Pre-Order' to all products in the 'report description field'. But only needed it to be shown if the stock level is 0.
Comment