Jump to content

Email Warning When Certain Amounts Reached.


roldahayes

Recommended Posts

Aha, got it working now with:

 

$query = "SELECT product_amount.id, product.id, product.code, product_amount.amount
FROM product_amount, product
WHERE product_amount.amount<=5.0000 and product.id = product_amount.product_id";

 

Thanks for the help.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.