• Resolved thomaswp

    (@thomaswp)


    Excellent plugin, simple in the good way, sell stuff with a single form.
    Used it for someone to sell a book/books.
    some feedback (maybe handy for future development):

    Shipping
    A minimum of 50 cents, why not allow 0-costs ?

    Form ID (or class)
    A unique id on the form (html element) would be convenient, if possible set from the admin on the form settings. I needed to target the form with a script, now its based on a certain page id and then find the mollie form, this is prone to errors.

    Amount/multiplier
    I needed the user to choose how much books they wanted, but for non-recurring items there is no option to choose an amount.
    In the end I made the price open and added some jquery and a number field (also with jquuery) + a culculation with discount depending on the amount of books.
    So very handy the open field but of course hack-sensitive since its al client-sided, no problem when you sell small goods to honest people.

    Hooks
    Some hooks would be handy, think of:
    – some condition ( like is_page() ) so you can attach custom jquery only when a certain mollie form is loaded
    – add custom fields with code (extending a base field)
    – custom validation (whole form or by field)
    – probably some more…

  • The topic ‘Feedback’ is closed to new replies.