Skip to content

Commit

Permalink
Correct Sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbdoc committed Oct 28, 2023
1 parent 1f2d31f commit ef2fc3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ function get_size_name($id) {
if ($id == '1') { $size_name = "XXS"; }
else if ($id == '2') { $size_name = "XS"; }
else if ($id == '3') { $size_name = "M"; }
else if ($id == '4') { $size_name = "L"; }
else if ($id == '5') { $size_name = "XL"; }
else if ($id == '4') { $size_name = "XL"; }
else if ($id == '5') { $size_name = "XXL"; }

return $size_name;

Expand Down

0 comments on commit ef2fc3d

Please sign in to comment.