Guest User

Untitled

a guest
Dec 12th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. if (customer belongs to group) {
  2. echo Mage::helper('xxxxxx')->__('Text to be translated');
  3. } else {
  4. echo 'Text without translation';
  5. }
Add Comment
Please, Sign In to add comment