diff --git a/modules/product/includes/commerce_product.forms.inc b/modules/product/includes/commerce_product.forms.inc
index 9f80853..66da62c 100644
--- a/modules/product/includes/commerce_product.forms.inc
+++ b/modules/product/includes/commerce_product.forms.inc
@@ -59,7 +59,7 @@ function commerce_product_product_form($form, &$form_state, $product) {
   $form['actions'] = array(
     '#type' => 'container',
     '#attributes' => array('class' => array('form-actions')),
-    '#weight' => 40,
+    '#weight' => 999,
   );
 
   // We add the form's #submit array to this button along with the actual submit
