Untitled

 avatar
unknown
php
4 years ago
90 B
6
Indexable
foreach ($cart_object->cart_contents as $value) {
    $value['data']->set_price($price);
}
Editor is loading...