Advertisement
Guest User

Untitled

a guest
Apr 15th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. function add_bulkdiscount_to_cart_item($cart_item_data, $product_id, $variation_id)
  3. {
  4. $value = null; //Value
  5.  
  6. $cart_item_data['NameOfData'] = value;
  7.  
  8. return $cart_item_data;
  9. }
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement