View Single Post
  #98  
Old 11-15-2006, 11:01 AM
 
LiLCrafter LiLCrafter is offline
 

Member
  
Join Date: Sep 2006
Posts: 20
 

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

Quote:
Originally Posted by alphastara
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...

Awesome, I will watch closely, thanks so much, looks like you will help me in a huge way by doing this.

I love this mod...
__________________
-vs- 4.0.19
Reply With Quote