Quote:
Originally Posted by am2003
If you know basic Smarty + PHP you should deal easy with it and control everything you need.
|
+1
This is a very simple mod, just complex enough to teach you a lot about how X-cart works. First create a custom skin directory, then you won't have to worry about screwing up your existing files. And you can keep all your changes in one place.
You will need a template for each tab that you want to display. You don't need to populate the variables, all the variables you need are already in the arrays. You can use webmaster mode to determine the contents of each variable assigned to the page. I think you would find my tutorials helpful in getting you familiar with smarty.