View Single Post
  #97  
Old 11-15-2006, 01:03 AM
 
alphastara alphastara is offline
 

Advanced Member
  
Join Date: Jul 2005
Posts: 39
 

Default Re: if a product is outstock, notify when in stock - preorder

It had parsed the code for /skin1/modules/stock_notify/notifyme.tpl to links on the pages back, this code works for notifyme.tpl:
Code:
{* notifyme.tpl funkydunk.net 2003 *} {if $login ne ""} <a href="notify.php?productid={$product.productid}">{include file="buttons/notifyme.tpl"}</a> {else} <a href="notify.php?productid={$product.productid}&guest=true">{include file="buttons/notifyme.tpl"}</a> {/if}

I have also edited /skin1/buttons/notifyme.tpl to this:
Code:
<font class=FormButton><IMG src="{$ImagesDir}/notifyme.gif" border="0"> {$lng.lbl_stock_notify_button}</font>

It works fine otherwise I am going to tweak it a little more and I will post all templates again working in 4.0.19, things I will be doing is adding a link so when the person has entered their email the next screen allows them to go back to the product they were viewing (or category?) and a few other little tweaks....

Keep in mind I havent applied the Varient mods posted on page 9 as yet...
__________________
Alphastara | New Age Products
www.alphastara.com.au
V: 4.1.6 + AOM
Reply With Quote