Quote:
Originally Posted by Dj Smuggla
As my question wasent answered, im asking again.
Is there a way to move the thanks button to the left of the quote button?
|
Search in templates for:
PHP Code:
$template_hook[postbit_controls]
You will find it in two templates:
Will look like:
PHP Code:
$template_hook[postbit_controls]
<!-- / controls -->
Now you have to move:
PHP Code:
$template_hook[postbit_controls]
some about ~20 lines up.
And put it right after:
PHP Code:
<!-- controls -->
So it will look like:
PHP Code:
<!-- controls -->
$template_hook[postbit_controls]
P.S. Note that
PHP Code:
<!-- / controls -->
and
PHP Code:
<!-- controls -->
are different lines.
Also!
All other products' buttons which also use this hook will move left.