arrrrrrrrrr man, i think this is right 😃
$cart->add_item($SESSION['itemid'] = "AB313",$SESSION['qty'] = 1,$SESSION['price'] = 40.11,$SESSION['info'] = "Testing Product");
is the code i've used to add the product. This should be passing the variables over multiple pages.
Just one little thing, if I want to see this variables, what code do i use? Would this be correct?
echo $_SESSION['itemid'];
And would i need to edit the function get_contents() in wfcart.php?
AND THANKS A MILLION MATE, THIS IS MUCH APPRECIATED 😃