Hi,

Originally Posted by
Craft Magick
I'm also trying to move the NOTIFY ME button to the left. Any suggestions would be appreciated.
Just adjust the template file. Copy it to your template directory.
Copy the file from
includes/templates/template_default/templates/inc.html.back_in_stock_notifications.html
to
includes/templates/YOUR_TEMPLATE/templates/inc.html.back_in_stock_notifications.html
and modify the HTML as you wish.
You'll see most of the buttons are in tags like the following:
HTML Code:
<div class="buttonRow forward"><ceon:variable name="continue_button"><input type="submit" /></ceon:variable></div>
The:
HTML Code:
<ceon:variable name="continue_button"><input type="submit" /></ceon:variable>
part is what gets replaces with the button, so you just adjust the code around that to place the button wherever you want.

Originally Posted by
Craft Magick
GREAT mod!
Thanks! ;)
Enjoy the rest of your weekend!
All the best...
Conor
Ceon