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