Title: Set fixed amount without amount select
Last modified: August 21, 2016

---

# Set fixed amount without amount select

 *  Resolved [fachtopia](https://wordpress.org/support/users/fachtopia/)
 * (@fachtopia)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/set-fixed-amount-without-amount-select/)
 * I just want to define 1 product with not select option for amount only 1 product
 * What would be the trick on the code?
 * [http://wordpress.org/plugins/paymill/](http://wordpress.org/plugins/paymill/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Author [straightvisions GmbH](https://wordpress.org/support/users/matthias-reuter/)
 * (@matthias-reuter)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/set-fixed-amount-without-amount-select/#post-4141798)
 * you’re right, that should be a feature. Please give me a couple of days for that
   🙂
 *  Thread Starter [fachtopia](https://wordpress.org/support/users/fachtopia/)
 * (@fachtopia)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/set-fixed-amount-without-amount-select/#post-4141918)
 * Thank you very, very much!
 *  Plugin Author [straightvisions GmbH](https://wordpress.org/support/users/matthias-reuter/)
 * (@matthias-reuter)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/set-fixed-amount-without-amount-select/#post-4142087)
 * Will be available in v1.40
 *  Thread Starter [fachtopia](https://wordpress.org/support/users/fachtopia/)
 * (@fachtopia)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/set-fixed-amount-without-amount-select/#post-4142088)
 * Ok, and this release when it will be?
 * Do you have an estimation of when it will be?
 *  Plugin Author [straightvisions GmbH](https://wordpress.org/support/users/matthias-reuter/)
 * (@matthias-reuter)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/set-fixed-amount-without-amount-select/#post-4142092)
 * september 🙂
 *  Thread Starter [fachtopia](https://wordpress.org/support/users/fachtopia/)
 * (@fachtopia)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/set-fixed-amount-without-amount-select/#post-4142094)
 * September, perfect!
 * Which year? Because this September, the one of 2013 is almost over..:-)
 * Cheers
 * JF
 *  Plugin Author [straightvisions GmbH](https://wordpress.org/support/users/matthias-reuter/)
 * (@matthias-reuter)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/set-fixed-amount-without-amount-select/#post-4142095)
 * I’d prefer 2013 😀 it will be released within next two days 🙂
 *  Thread Starter [fachtopia](https://wordpress.org/support/users/fachtopia/)
 * (@fachtopia)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/set-fixed-amount-without-amount-select/#post-4142096)
 * Deal!
 * Now that you are there, answering, I realize that the form doesn’t validate data
   being enter then if a field is empty it pass giving an error.
 * Maybe could be Ok, to validate which fields shouldn’t be empty to work properly.
 * What about that?
 * JF
 *  Plugin Author [straightvisions GmbH](https://wordpress.org/support/users/matthias-reuter/)
 * (@matthias-reuter)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/set-fixed-amount-without-amount-select/#post-4142097)
 * Hi,
 * the credit card fields are live validated via javascript – the other fields need
   to be validated by you. You can use the same library as used for credit cards.
   documentation: [http://livevalidation.com/](http://livevalidation.com/)
 * code example:
 * jQuery(document).ready(function () {
    if(typeof paymill_shop_name != ‘undefined’){
   jQuery(“body”).on(“click”, “#payment”, function() { var f1 = new LiveValidation(‘
   card-number’); var maximum = 16; f1.add( Validate.Numericality, { notANumberMessage:
   paymill_livevl.notANumber, notAnIntegerMessage:paymill_livevl.notAnInteger, wrongNumberMessage:
   paymill_livevl.wrongNumber, tooLowMessage:paymill_livevl.tooLow, Message:paymill_livevl.
   tooHigh } ); f1.add( Validate.Length, { maximum: maximum, wrongLengthMessage:
   paymill_livevl.wrongLength.replace(‘{maximum}’,maximum), tooShortMessage:paymill_livevl.
   tooShort, tooLongMessage:paymill_livevl.tooLong.replace(‘{maximum}’,maximum) });
 *  });
    } });
 *  Plugin Author [straightvisions GmbH](https://wordpress.org/support/users/matthias-reuter/)
 * (@matthias-reuter)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/set-fixed-amount-without-amount-select/#post-4142103)
 * v1.4 is out now.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Set fixed amount without amount select’ is closed to new replies.

 * ![](https://ps.w.org/paymill/assets/icon-128x128.png?rev=3119285)
 * [PAYMILL for WordPress](https://wordpress.org/plugins/paymill/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/paymill/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/paymill/)
 * [Active Topics](https://wordpress.org/support/plugin/paymill/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/paymill/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/paymill/reviews/)

 * 10 replies
 * 2 participants
 * Last reply from: [straightvisions GmbH](https://wordpress.org/support/users/matthias-reuter/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/set-fixed-amount-without-amount-select/#post-4142103)
 * Status: resolved