Guest User

Untitled

a guest
Jan 24th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. I want to add a product with two line items.
  2. Say for example if i add Product A with qty of 4.
  3. I need to split cart into two line items.
  4. 3 qty as one line item and 1 is in another.
  5.  
  6. $additionalInfo[] = [
  7. 'label' => 'Label you want to show',
  8. 'value' => 'Value you want to show'
  9. ];
Add Comment
Please, Sign In to add comment