View Single Post
  #3  
Old 06-26-2006, 10:26 AM
 
MallRomania MallRomania is offline
 

Senior Member
  
Join Date: Apr 2006
Posts: 109
 

Default

I'm sorry but i don't understand your question.

If the question is for how many days i check it if this module send e-mails to peoples when price was changed the answer is one day, i just made it few days ago...

Small errors in include/product_modify.php:
add
}
before this
// end of code added by mallromania for notify when price is lower

replace:
$newprice= func_query_first("SELECT * FROM ``xcart_price_notify` WHERE productid = '$productid'");

with

$newprice= func_query_first("SELECT * FROM `xcart_price_notify` WHERE productid = '$productid'"); //remove double sign ` from table name
__________________
Mircea Teleleu
Shopedia.ro-la cumparaturi
www.shopedia.ro
______________________
x-cart gold 4.1.6
Linux
Reply With Quote