thelia/contact-option-builder-module 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

thelia/contact-option-builder-module

最新稳定版本:2.0.3

Composer 安装命令:

composer require thelia/contact-option-builder-module

包简介

README 文档

README

Add email subject, destination email and option on form contact.

Installation

Manually

  • Copy the module into <thelia_root>/local/modules/ directory and be sure that the name of the module is ContactOptionBuilder.
  • Activate it in your thelia administration panel

Usage

Hook

  • Menu Hook
  • Module configuration Hook

Loop

Contact Option Loop

Input arguments

Argument Description
id_cob id contact form
user_logout bool user logon / user logout

Output arguments

Variable Description
$ID_COB id contact form
$SUBJECT_COB email subject
$COMMANDE_OPT_COB bool display input choice order
$COMPANY_NAME_OPT_COB bool display input company name
$MESSAGE_OPT_COB what you can do with this subject
$EMAIL_TO_COB destination email
$TRANSLATE_IN ids of the languages ​​in which this subject is translated

Exemple

{loop type="contactoptionbuilder.contact.option.loop" name="contactoptionbuilder.contact.option.loop" }

    {$ID_COB}
    
    {$SUBJECT_COB}
    
    {if $TYPE_USER_COB == 0}
    {/if}
    
    {if $COMMANDE_OPT_COB}
    {/if}   
     
    {if $COMPANY_NAME_OPT_COB}
    {/if}       
         
    {$EMAIL_TO_COB}
    
    {$MESSAGE_OPT_COB }    
{/loop}

统计信息

  • 总下载量: 335
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2020-03-03