Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. $this->data['options'][] = array(
  2.  
  3. 'product_option_id' => $option['product_option_id'],
  4.  
  5. 'option_id' => $option['option_id'],
  6.  
  7. 'name' => $option['name'],
  8.  
  9. 'type' => $option['type'],
  10.  
  11. 'option_value' => $option_value_data,
  12.  
  13. 'required' => $option['required']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement