diff --git a/frontend/detail/content/buy_container.tpl b/frontend/detail/content/buy_container.tpl
new file mode 100644
index 0000000..22afb7d
--- /dev/null
+++ b/frontend/detail/content/buy_container.tpl
@@ -0,0 +1,45 @@
+{extends file="parent:frontend/detail/content/buy_container.tpl"}
+
+{block name='frontend_detail_data_attributes'}
+ {* Product attribute 1 *}
+ {block name='frontend_detail_data_attributes_attr1'}
+ {if $sArticle.attr1}
+
+
+ {s name="DetailAttributeField1Label" namespace="frontend/detail/index"}{/s}:
+
+
+ {$sArticle.attr1|escape}
+
+
+ {/if}
+ {/block}
+
+ {* Product attribute 2 *}
+ {block name='frontend_detail_data_attributes_attr2'}
+ {if $sArticle.attr2}
+
+
+ {s name="DetailAttributeField2Label" namespace="frontend/detail/index"}{/s}:
+
+
+ {$sArticle.attr2|escape}
+
+
+ {/if}
+ {/block}
+
+ {* Product attribute 4 *}
+ {block name='frontend_detail_data_attributes_attr4'}
+ {if $sArticle.attr4}
+
+
+ {s name="DetailAttributeField4Label" namespace="frontend/detail/index"}{/s}:
+
+
+ {$sArticle.attr4|escape}
+
+
+ {/if}
+ {/block}
+{/block}
\ No newline at end of file
diff --git a/frontend/detail/tabs/description.tpl b/frontend/detail/tabs/description.tpl
new file mode 100644
index 0000000..3fa7467
--- /dev/null
+++ b/frontend/detail/tabs/description.tpl
@@ -0,0 +1,25 @@
+{extends file="parent:frontend/detail/tabs/description.tpl"}
+
+{* Comment - Item open text fields attr3 *}
+{block name='frontend_detail_description_our_comment'}
+ {if $sArticle.attr3 || $sArticle.attr6}
+ {* Comment title *}
+ {block name='frontend_detail_description_our_comment_title'}
+
+ {s name='DetailDescriptionComment'}{/s}
+
+ {/block}
+ {block name='frontend_detail_description_our_comment_title_content'}
+ {if $sArticle.attr6}
+
+ {s name='DetailDescriptionAttr5'}{/s} {$sArticle.attr6}
+
+ {/if}
+ {if $sArticle.attr3}
+
+ {s name='DetailDescriptionAttr3'}{/s} {$sArticle.attr3}
+
+ {/if}
+ {/block}
+ {/if}
+{/block}
\ No newline at end of file