Hello,
I have searched the forum and FAQs and could not find the info I was looking for, if anyone could help I would greatly appreciate it.
I am working on a full customization for an Analytics program for a client. I am looking for the PHP variables for Zen Cart.
Pagename
Category
Order #
Product Name
Order Qty.
Total Order Amount
I am pretty new to Zen Cart and I am learning my way around. So far I have done up some rough PHP and Javascipt, for instance:
PHP
<?
$db_pagename = "this_is_the_stuff_i_am_looking_for";
?>
JAVA SCRIPT
var PAGENAME = escape('<?php print $db_pagename;?>');
How would I fill in "escape" with the correct Zen Cart variable? The rest would be the same, but with their own formula.
Thank you in advance for your consideration



