Send email reorder products
Hi, how can i send an email of lw level or reorder inventory products, if i set up the reorder level after, i mean, i have my inventory but i activated the option of alert after and now my products have a low level of reorder but the email isnt sent
i see this piece of code in Sale.php
//checks if the quantity hits reorder level
else if($stock_recorder_check && ($cur_item_variation_location_info->quantity <= $reorder_level))
{
$message= $cur_item_info->name.' '.$this->Item_variations->get_variation_name($item->variation_id).' '.lang('sales_hits_reorder_level').' '.to_quantity($cur_item_variation_location_info->quantity);
if ($cur_item_info->item_id)
{
but this only trigger when i make a sale and hits the reorder (only once) if i sale again and continues hitting the reorder don't send a new email or something, i want to send the email like a trigger or something, can do that?
thanks in advance
Comments
1 comment
Nobody :(?
Please sign in to leave a comment.