Opivy Posted January 26, 2006 Posted January 26, 2006 Hello I am trying to setup some keyword tracking for adwords and I want to pass a variable showing how much the total cost of something is when a customer buys it. So what is the variable that oscommerce uses to pass the total cost? Thanks
Guest Posted January 27, 2006 Posted January 27, 2006 its the class shoppingCart member variable $total. There is a global instance of this class created called $cart. So it would be $cart->total
Recommended Posts
Archived
This topic is now archived and is closed to further replies.