Quote Originally Posted by Kilch View Post
Code:
//if your mark up file is located in the same folder as this file.
#$zc_temp = DIR_FS_CATALOG . DIR_WS_TEMPLATES. 'sang_embed/common/' . 'FILENAME';
//if your mark up file is located in the zen cart root.
#$zc_temp = DIR_FS_CATALOG . 'FILENAME';
//other wise fill this in
$zc_temp = 'http://mywebsite.com/shop.html';
Okay, so this could or could not work depending on your server setup.
What folder is your zen cart installed into?