Product SKU in SimpleCart Emails

By Damon - September 2, 2015

Hi Perch,

Can you reply to the original ticket when SimplyCart was setup?

Then that person will have all the details and can look into it.

Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Hi, Damon -

It's ok. I worked it out myself:

$product_sku = array_value(mysql_get('products', $record['recordNum']) , 'product_id_sku');

Perch