first commit
This commit is contained in:
7
apps/backend/modules/stOrder/templates/_pointsEarn.php
Normal file
7
apps/backend/modules/stOrder/templates/_pointsEarn.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
if($points_earn>0){
|
||||
echo $points_earn." ".$config_points->get('points_shortcut', null, true);
|
||||
}else{
|
||||
echo "-";
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user