{{ profile.first_name}} {{ profile.last_name}}

Envia

  • profile_id: {{ profile.ship_from_profile.id}}
  • {{ profile.ship_from_profile.first_name}} {{ profile.ship_from_profile.last_name}} <{{ profile.ship_from_profile.email}}>
  • membership
    • name: {{profile.ship_from_profile.membership.name}}
    • price: {{profile.ship_from_profile.membership.price}}
  • shipping_address
    • address1: {{profile.ship_from_profile.address}}
  • telephone
    • number: {{profile.ship_from_profile.telephone}}

Recibe:

  • profile_id: {{ profile.ship_to_profile.id}}
  • {{ profile.ship_to_profile.first_name}} {{ profile.ship_to_profile.last_name}} <{{ profile.ship_to_profile.email}}>
  • membership
    • name: {{profile.ship_to_profile.membership.name}}
    • price: {{profile.ship_to_profile.membership.price}}
  • shipping_address
    • address1: {{profile.ship_to_profile.address}}
  • telephone
    • number: {{profile.ship_to_profile.telephone}}