Quote:
Originally Posted by kh99
I'm not sure what you're asking. Where is the {bbuserinfo.username} that you want to replace?
|
Let's say it's in XXX template. I need to replace template variables in existing templates. Never done that with plugins, I only used template hooks and insert new templates.
Is there a way to edit exsiting template when importing product? The simplest example:
Let's say in template XXX we have this code:
<div>test</div>
I want to replace this in this template with:
<div>other_test</div>
While importing product, the template already exists, there are no template hooks there. Is there a way to do it with xml plugin install code for example?