Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. $form['commerce_order_ui_order_form']['commerce_customer_billing']['und']['profiles']['0']['commerce_customer_address']['und']['0']['name_block']['name_line']['#prefix'] = 'abcde';
  2.  
  3. $form['commerce_order_ui_order_form']['commerce_customer_billing']['und']['profiles']['0']['commerce_customer_address']['und']['0']['name_block']['name_line']['#sufix'] = 'abcde';
  4.  
  5. $form['commerce_order_ui_order_form']['commerce_customer_billing']['und']['profiles']['0']['commerce_customer_address']['und']['0']['#sufix'] = 'abcde';
  6.  
  7. $form['commerce_order_ui_order_form']['commerce_customer_billing']['und']['profiles']['0']['commerce_customer_address']['und']['0']['name_block']['name_line']['#title'] = 'abcde';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement