diff --git a/templates/default/product.html b/templates/default/product.html
new file mode 100755
index 000000000..4f82b5fb8
--- /dev/null
+++ b/templates/default/product.html
@@ -0,0 +1,88 @@
+Here you are : {navigate to="current"}
+From : {navigate to="return_to"}
+Index : {navigate to="index"}
+
+
+
PRODUCT (#ID) : #REF
+
#TITLE
+
#DESCRIPTION
+
+ {ifloop rel="acc"}
+
Accessories
+
+ {loop name="acc" type="accessory" product="#ID" order="accessory"}
+ - #REF
+ {/loop}
+
+ {/ifloop}
+ {elseloop rel="acc"}
+
No accessory
+ {/elseloop}
+
+ {ifloop rel="prod_ass_cont"}
+
Associated Content
+
+ {loop name="prod_ass_cont" type="associated_content" product="#ID" order="associated_content"}
+ - #TITLE
+ {/loop}
+
+ {/ifloop}
+ {elseloop rel="prod_ass_cont"}
+
No associated content
+ {/elseloop}
+
+ {ifloop rel="ft"}
+
Features
+
+ {assign var=current_product value=#ID}
+ {loop name="ft" type="feature" order="manual" product="#ID"}
+ -
+ #TITLE :
+ {loop name="ft_v" type="feature_value" product="{$current_product}" feature="#ID"}
+ #TITLE / #PERSONAL_VALUE
+ {/loop}
+
+ {/loop}
+
+ {/ifloop}
+ {elseloop rel="ft"}
+
No feature
+ {/elseloop}
+
+
Product sale elements
+
+ {assign var=current_product value=#ID}
+ {loop name="pse" type="product_sale_elements" product="#ID"}
+
+ {loop name="combi" type="attribute_combination" product_sale_elements="#ID"}
+ #ATTRIBUTE_TITLE = #ATTRIBUTE_AVAILABILITY_TITLE
+ {/loop}
+
#WEIGHT g
+
{if #IS_PROMO == 1} #PROMO_PRICE € (instead of #PRICE) {else} #PRICE € {/if}
+
+ Add
+
+ to my cart
+
+
+ {/loop}
+
+
+
+{/loop}
+
+{/ifloop}
+
+{elseloop rel="product"}
+