Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. echo '<div class="order"' . $orderStatus . '>'
  2.  
  3. order_status_completed{
  4. background-color: green
  5. }
  6.  
  7. <button data-status="<?php status_code(); ?>"/>Order Received Completely</button>
  8.  
  9. [data-status="your_status_code"] {
  10. /* Your styles here */
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement