When I set LOYALTY REWARD to all categories and then I'am going to product page, they're show the point of reward for moment after that they're gone.
I think it's so JavaScript problem.
------- BUT I FOUND the SOLUTION --------
I thread a JavaScript of LOYALTY module.
from
updateLoyaltyView(parseInt($('#our_price_display').text()));
thread
updateLoyaltyView(Number($('#our_price_display').text().replace(/[^0-9\.-]+/g,"")));
Thanks