Helper
Data
Magento\SendFriend\Helper\Data
What it does
This helper class manages the 'Send to Friend' feature configuration in Magento 2, which allows customers to email product recommendations to others.
Developers use this class to check if the feature is enabled, retrieve limits on recipients and emails per period, validate guest access permissions, and get email template settings for the send-to-friend functionality.
Public Methods
- isEnabled()
- isAllowForGuest()
- getMaxRecipients()
- getMaxEmailPerPeriod()
- getPeriod()
- getLimitBy()
- getEmailTemplate()
- getCookieName()