Untitled

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