| | +<?xml version="1.0" encoding="UTF-8"?> |
| | +<config charset="UTF-8"> |
| | + <function name="vendor-name"> |
| | + <return> |
| | + <case> |
| | + <if condition="${include_vendor_name}"> |
| | + <template> |
| | + <file path="templates/header-vendor-name.md"/> |
| | + </template> |
| | + </if> |
| | + </case> |
| | + </return> |
| | + </function> |
| | + |
| | + <function name="product-details"> |
| | + <return> |
| | + <case> |
| | + <if condition="${product_sale}"> |
| | + <template> |
| | + <file path="templates/header-product-name.md"/> |
| | + <file path="templates/product-price.md"/> |
| | + </template> |
| | + </if> |
| | + </case> |
| | + </return> |
| | + </function> |
| | +</config> |
| | |