kmk Posted October 17, 2022 Posted October 17, 2022 Hi, I recently purchased this app, I try to set a project as collection of specific sale promotion, these abilities can be added? I. Set in project donations how many times donations needed as requirements, example, need 50 donations. 2. Ability to set predefined amount per donation, example $10, $50, $100, $custom. 3. Ability to set minimum and maximum value restriction. 4. Ability to set project without deadline. 5. Ability to set project start when quantity of donators reached, without set amount of donation.
Adriano Faria Posted October 17, 2022 Author Posted October 17, 2022 4 minutes ago, kmk said: these abilities can be added? No, sorry. This resource had 2 purchases this whole year. Only 9 out of 48 active purchases so I rather spend my time in other resources.
kmk Posted October 17, 2022 Posted October 17, 2022 1 hour ago, Adriano Faria said: No, sorry. This resource had 2 purchases this whole year. Only 9 out of 48 active purchases so I rather spend my time in other resources. Can I request refund?
Adriano Faria Posted October 17, 2022 Author Posted October 17, 2022 (edited) 6 hours ago, kmk said: Can I request refund? No. You paid for a working resource that does everything advertised in the description. It works; it does. You didn’t pay for something it doesn’t has or future additions, unless I have promised something to you but that’s not the case. You can always use the topic to make pre sales questions. Edited October 17, 2022 by Adriano Faria Randy Calvert and DawPi 2
Adriano Faria Posted November 1, 2022 Author Posted November 1, 2022 FROM NOVEMBER 1ST TO NOVEMBER 30TH.
AlphaWulfx Posted November 19, 2022 Posted November 19, 2022 Hi @Adriano Faria i was wondering if there was a demo of this so i can be sure this is what i need? Thank you
Adriano Faria Posted January 7, 2023 Author Posted January 7, 2023 (edited) Working a new version. Some new features: On 10/16/2022 at 10:10 PM, kmk said: 2. Ability to set predefined amount per donation, example $10, $50, $100, $custom. Per category: On 10/16/2022 at 10:10 PM, kmk said: 3. Ability to set minimum and maximum value restriction. Per category: On 10/16/2022 at 10:10 PM, kmk said: 4. Ability to set project without deadline. New moderator permission: And a setting to allow project owner to manage Expiration Date: Project view: New setting to display a countdown to the project expiration date: Edited January 7, 2023 by Adriano Faria kmk and Bakako 2
Adriano Faria Posted January 12, 2023 Author Posted January 12, 2023 On 1/7/2023 at 4:52 PM, Adriano Faria said: Working a new version. Some new features: Per category: Per category: New moderator permission: And a setting to allow project owner to manage Expiration Date: Project view: New setting to display a countdown to the project expiration date: What's New in Version 1.6.0: Add a new category field: Type of donation Free Amount You can set minimum amount to donate You can set maximum amount to donate Predefined Amounts User will be able to choose a predefined value to donate Ability to manage expiration date in projects New moderator permission New setting to allow project owner to manage it Add a countdown to the project expiration date in project view Script adjustments to handle creation/deletion/diplaying of thumbnails across the app Add projects records to the stock Similar Content widget
Bakako Posted March 3, 2023 Posted March 3, 2023 please let us donate decimal values, for example im using LTC so i must be able to donate 0.1 LTC or even worse, if someone uses BTC their minimum donation must be 1 BTC, wtf 😀
Adriano Faria Posted March 3, 2023 Author Posted March 3, 2023 44 minutes ago, Bakako said: please let us donate decimal values, for example im using LTC so i must be able to donate 0.1 LTC or even worse, if someone uses BTC their minimum donation must be 1 BTC, wtf 😀 It is allowed: $form->add( new \IPS\Helpers\Form\Number( 'donate_amount', 0, TRUE, array( 'decimals' => TRUE, ... But something, probably in Commerce (currency field) isn't allowing it: This is the DONATE module from Commerce.
Bakako Posted March 3, 2023 Posted March 3, 2023 13 minutes ago, Adriano Faria said: It is allowed: $form->add( new \IPS\Helpers\Form\Number( 'donate_amount', 0, TRUE, array( 'decimals' => TRUE, ... But something, probably in Commerce (currency field) isn't allowing it: This is the DONATE module from Commerce. if you find any solution please let us know
Adriano Faria Posted March 6, 2023 Author Posted March 6, 2023 What's New in Version 1.6.1: Add the ability to add polls to projects New option per category Now you can place Extra Fields in groups, just like Profile Files All existing fields are placed in a General group when upgrading to this version so you better check your extra fields after the upgrade Add project covers in Other Media sections of the editor Bakako and SeNioR- 1 1
Bakako Posted March 6, 2023 Posted March 6, 2023 3 minutes ago, Adriano Faria said: What's New in Version 1.6.1: Add the ability to add polls to projects New option per category Now you can place Extra Fields in groups, just like Profile Files All existing fields are placed in a General group when upgrading to this version so you better check your extra fields after the upgrade Add project covers in Other Media sections of the editor please don't forget add decimal support SeNioR- 1
Adriano Faria Posted March 6, 2023 Author Posted March 6, 2023 5 minutes ago, Bakako said: please don't forget add decimal support I already replied to you, mate: On 3/3/2023 at 10:48 AM, Adriano Faria said: It is allowed: $form->add( new \IPS\Helpers\Form\Number( 'donate_amount', 0, TRUE, array( 'decimals' => TRUE, ... But something, probably in Commerce (currency field) isn't allowing it: This is the DONATE module from Commerce. If you didn't understand, I'll try in other way: that's a Commerce issue as I'm able to reproduce the issue in Donations from Commerce, as shown above!
Bakako Posted March 6, 2023 Posted March 6, 2023 Just now, Adriano Faria said: I already replied to you, mate: If you didn't understand, I'll try in other way: that's a Commerce issue as I'm able to reproduce the issue in Donations from Commerce, as shown above! yes but you can hook HTML modify right? with ur plugin for bypass this default error
Adriano Faria Posted March 6, 2023 Author Posted March 6, 2023 No, I can't. I don't make workarounds. Once fixed in the source, will be fixed here.
Bakako Posted March 6, 2023 Posted March 6, 2023 Just now, Adriano Faria said: No, I can't. I don't make workarounds. Once fixed in the source, will be fixed here. damn... i hope they know about that. ok thanks.
Adriano Faria Posted March 6, 2023 Author Posted March 6, 2023 2 minutes ago, Bakako said: damn... i hope they know about that. ok thanks. You need to report/post in the support forum saying that you can't use decimals in Donate from Commerce, do not say my app; otherwise, they will ask you to talk to me. On 3/3/2023 at 10:48 AM, Adriano Faria said: But something, probably in Commerce (currency field) isn't allowing it: This is the DONATE module from Commerce. This screenshot is from Commerce.
Bakako Posted March 6, 2023 Posted March 6, 2023 Just now, Adriano Faria said: You need to report/post in the support forum saying that you can't use decimals in Donate from Commerce, do not say my app; otherwise, they will ask you to talk to me. This screenshot is from Commerce. i reported allready somewhere 😞 ok thanks
IgorPec Posted March 12, 2023 Posted March 12, 2023 @Adriano Faria There is some visible debug "adriano" section. Probably it was not intended 😉 Using last version, all system up2date. Adriano Faria 1
Adriano Faria Posted March 12, 2023 Author Posted March 12, 2023 (edited) Ooosps, something need to be removed. It was a test for the new extra fields stuff. Tks. 👍 Btw, it’s in the view template if you don’t want to wait for the approval queue. Edited March 12, 2023 by Adriano Faria IgorPec 1
IgorPec Posted March 12, 2023 Posted March 12, 2023 I have found it and remove from applications/crowdfunding/data/theme.xml but how to drop caching for this?
Adriano Faria Posted March 12, 2023 Author Posted March 12, 2023 1 hour ago, IgorPec said: I have found it and remove from applications/crowdfunding/data/theme.xml but how to drop caching for this? You better edit the template itself: crowdfunding-> front -> view -> view. IgorPec 1
Adriano Faria Posted March 12, 2023 Author Posted March 12, 2023 5 hours ago, IgorPec said: @Adriano Faria There is some visible debug "adriano" section. Probably it was not intended 😉 Using last version, all system up2date. A new version to remove this debug text is already submitted and it is currently pending approval.
Adriano Faria Posted March 13, 2023 Author Posted March 13, 2023 On 3/12/2023 at 11:36 AM, IgorPec said: I have found it and remove from applications/crowdfunding/data/theme.xml but how to drop caching for this? 23 hours ago, Adriano Faria said: A new version to remove this debug text is already submitted and it is currently pending approval. What's New in Version 1.6.1.1: Remove a forgotten debug text in the project view
Recommended Posts