Page 1 of 1

vQmod for .tpl files vs new theme

Posted: Sun Apr 22, 2012 3:47 pm
by sb65
Can someone explain the pros and cons of using vQmod for .tpl files as opposed to creating a separate theme? I'm sort of feeling that the latter is simpler to implement and makes for more readable code.

Any views?

Re: vQmod for .tpl files vs new theme

Posted: Sun Apr 22, 2012 7:22 pm
by qahar
I prefer to build a new theme, so I can make a fresh looking instead of just modificate the default. Furthermore Opencart theme system have fallback function to the default, so build a theme with certain template you need is a good way instead of copy all default file to the new theme.

Re: vQmod for .tpl files vs new theme

Posted: Mon Apr 23, 2012 2:30 pm
by sb65
Yes, I'm familar with how themes work, what I was after was any views on why it's better to use vQmod or better to use a new theme to make changes to templates.