diff --git a/templates/default/product.html b/templates/default/product.html
index ab413c236..64e84438a 100644
--- a/templates/default/product.html
+++ b/templates/default/product.html
@@ -145,15 +145,7 @@
{if $form_error}
{$form_error_message}
{/if}
- {form_field form=$form field='product_sale_elements_id'}
- {if $default_product_sale_elements }
-
- {else}
- {loop name="productSaleElements_promo" type="product_sale_elements" product="{$ID}" limit="1"}
-
- {/loop}
- {/if}
- {/form_field}
+
{form_field form=$form field="product"}
{/form_field}
@@ -163,13 +155,15 @@
-
+ {/form_field}
{/ifloop}