i am working on a shop that uses smarty tag. I want to do following sql query:
{php}
$sql = "SELECT intraship_shipmentnumber FROM orders WHERE orders_id = {$ORDER_NUMBER} ";
{/php}
when i insert a static order number the sql query works, but it does not work with the smarty tag and i poorly have no idea how to insert it so it works.