
Originally Posted by
mc12345678
This is the function in question at the end of the file:
$data is an array that is created in the function, $this->responseText is populated throughout the class, but it contains only the key/response information captured throughout the process and XML is not at all captured in that process from what I see of the file. The die at the end of each if statement is present to prevent processing any further information.
outputs:
Code:
Array
(
[responseType] => success
[data] => Array
(
[priceTotal] => <font size="0.5" color="#636363">Price: </font>£909.00
[preDiscPriceTotalText] => <font size="0.5" color="#636363">Price: </font>
[preDiscPriceTotal] => £757.50
[stock_quantity] => 1
[weight] => 7
)
)