import { currentUser } from 'wix-users-frontend'; $w.onReady(function () { if (currentUser.loggedIn) { currentUser.getPricingPlans() .then(() => { $w("#welcomeText").text = `Ravi de vous revoir !`; }); } else { $w("#welcomeText").text = "Bienvenue, visiteur !"; } });
top of page

Update result will show here. You can edit messages in "Edit Settings".

bottom of page