Quote Originally Posted by conor View Post
Hi,



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.



Thanks! ;)

Enjoy the rest of your weekend!

All the best...

Conor
Ceon
Copied file to my templates overrides directory as instructed above and added style="float:left;" to every instance of the inc.html.back_in_stock_notifications.html file as follows:

HTML Code:
<ceon:variable name="submit_button"><input type="submit" style="float:left;" /></ceon:variable>
but the notify me button is still on the right... did I miss something?