Guest User

Untitled

a guest
Nov 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. global $product;
  2.  
  3. $rating_1 = $product->get_rating_count(1);
  4. $rating_2 = $product->get_rating_count(2);
  5. $rating_3 = $product->get_rating_count(3);
  6. $rating_4 = $product->get_rating_count(4);
  7. $rating_5 = $product->get_rating_count(5);
Add Comment
Please, Sign In to add comment