Untitled

mail@pastecode.io avatar
unknown
php
3 years ago
90 B
1
Indexable
Never
foreach ($cart_object->cart_contents as $value) {
    $value['data']->set_price($price);
}