- Issue created by @chike
- πΊπΈUnited States fathershawn New York
All good ideas. When I have time to refactor I'll review this for features in the next version.
Too many values in the module are hard coded and are set during installation with no options for configuration.
The label of the legend on /donate
is "Gift Type" with no options of calling it anything anything else.
The 'Quick Donation' block has the currency hard coded to $ with no option of setting any other currency symbols for it.
The /donate/{num}/donation
page has amounts hard coded to 50, 100, 500 and even though the page responds to the currency of the store so if one set a different currency in the store, this currency symbol is used on this page, but the amounts cannot be configured. So in my case when I changed the store's currency to Naira I will get amounts like NGN50, NGN100, NGN500 which are laughable amounts of money in Naira. Any amount that will make sense in Naira will at least start from NGN5,000 which has value of approx $3.
With all these values hard coded in the module and offering no configuration forms, the module does not offer much of customization flexibilities.
Active
1.2
Code
All good ideas. When I have time to refactor I'll review this for features in the next version.