Closed bhsmither closed 5 months ago
(As of CC654) When creating the View Basket page for the first time, in cubecart.class.php, near line 1797, $this->_basket['shipping']['offset'] would not have the ['shipping'] key set.
$this->_basket['shipping']['offset']
['shipping']
Thanks!!!!
(As of CC654) When creating the View Basket page for the first time, in cubecart.class.php, near line 1797,
$this->_basket['shipping']['offset']
would not have the['shipping']
key set.