The URL is not saved to the orders tables ...
However, you can look up the URL from the products table with the function:
Code:/* * Return any field from products or products_description table * Example: zen_products_lookup('3', 'products_date_added'); */ function zen_products_lookup($product_id, $what_field = 'products_name', $language = '') {



