A user inquired about using the unique_gateways liquid object to customize notification content when customers select EFT (Electronic Funds Transfer) as their payment method.
Solution Provided:
Conditional logic can be added within the unique_gateways loop to detect EFT selection
Use an {% if provider == 'EFT' %} statement to display EFT-specific content
Include an {% else %} clause for generic messaging when other payment methods are chosen
Implementation Notes:
The actual value returned by the gateway object should be verified (may differ from ‘EFT’)
The approach allows differentiated messaging based on payment provider selection
Status: Question resolved with working code example provided.
Summarized with AI on November 3.
AI used: claude-sonnet-4-5-20250929.
Hi there, Is anybody able to assist with if using the below object will allow me to change notification content based on a customer choosing the EFT option within our website?