Advertisement
Guest User

Untitled

a guest
Feb 16th, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1.       $rate_line_item = $pane_values['shipping_rates'][$pane_values['shipping_service']];
  2.       $rate_line_item_wrapper = entity_metadata_wrapper('commerce_line_item', $rate_line_item);
  3.       $unit_price = $rate_line_item_wrapper->commerce_unit_price->value();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement