- Posts: 5
- Thank you received: 0
HELP with Configuration
- avielchen
- Topic Author
- Offline
- New Member
-
I need to have control of the layout of the form, it doesn't look so good. For example see my site:
torah.cloudaccess.net/2011-07-18-10-51-31/donations1.html
See how the payment method shows OS_EPN people won't know what it is!! How do I change it?
Also how to get rid of 0 (Zero) on payment amount?
Also how to create space between payment amount and payment method? It looks like one thing!?
Also how to change the first line of the form which is there automatically, the one that says:
"Use this form to make an online donation. If this is for something specific, please note that in the comment box"???
Please help I think I made a mistake with this purchase!
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
I can tell you that you didn't make mistake with the purchase . Here are my answer to your questions :
1. About the OS_EPN text, it is just a language string . To change that, open the file language/en-GB/en-GB.com_eventbooking.ini folder, add the line of text below to the bottom of file :
After that, the text will be showed instead of OS_EPN
2. To change the text "Use this form to make an online donation. If this is for something specific, please note that in the comment box"", please go to Joom Donation -> Configuration, looks at Messages tab, find the config option "Donation Form Message" and change it to meet your need .
3. Also how to get rid of 0 (Zero) on payment amount?
=> I think you left an empty line in Pre-defined amounts config option. Please remove that empty line and the zero amount will be removed .
4. To increase the space between Payment Amount and Payment method, we will need to edit the donation form layout alitle. Please submit a support ticket give me administrator and FTP account of your site so that I can modify that code for you !
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- avielchen
- Topic Author
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
I was able to fix all you mentioned
I just thought that I would have full control of the form, including the placement of the fields and their names.... Is this going to be possible?
I can't give out my FTP and administrator info so can you tell me how to modify the layout to insert that space?
A few more questions for you:
1. Can I change the Header: "ONLINE DONATION" ?
2. Can I have recurring payment by credit card (my epn supports it), I only see it avail on paypal...?
3. Can I have "Other amount" in a drop down, I am only getting it with radio button option?
4. Can the "Display amount textbox" have text next to it so people will know what the box is for?
5. Can I edit the drop down for countries, as I only want about 5 countries there.
6. When I add a field to the form can I:
a. control where the field will show on the form?
b. it has a name which shows on the left, then the drop down, but can I have text showing right above the drop down like this:
My Donation is for: Please select what your donation is for:
[ --Select-- ]
7. When I tried the form using Paypal I got an error: ( I am torah.cloudaccess.net)
No webpage was found for the web address: torah.cloudaccess.net/index.php?Itemid=554
Thank you!
Please Log in or Create an account to join the conversation.
- avielchen
- Topic Author
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
One more question:
1. I want to set up multiple campaigns but in each one I have predetermined amounts of contributions. In other words some campaigns are for a specified amount of contributions while others will have a radio button list of amounts. How can I set that up?
Thanks!
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
Too many questions. I will try to answers it one by one .
1. Can I change the Header: "ONLINE DONATION" ?
=> Yes, you can. Go to Joom Donation -> Translation, find and change the text to meet your need .
2. Can I have recurring payment by credit card (my epn supports it), I only see it avail on paypal...?
=> Right now, the eProcessing Network payment plugin only supports onetime donation. I will try to make it support recurring donation in the next release. So for now, you cannot use Joom Donation with eProcessing Network .
3. Can I have "Other amount" in a drop down, I am only getting it with radio button option?
4. Can the "Display amount textbox" have text next to it so people will know what the box is for?
For these item, if is not possible . However, you can modify code in donation view alitle if you want to have it. The code is located on components/com_jdonation/views/donation folder (you need to have basic knowledge of PHP + HTML to modify it)
5. Can I edit the drop down for countries, as I only want about 5 countries there.
=> The countries are located at t0r4j_jd_countries database table. So if you want to remove the unnecessary countries, you can access to this database table (via phpmyadmin) and remove the countries you don't want.
6. When I add a field to the form can I:
a. control where the field will show on the form?
b. it has a name which shows on the left, then the drop down, but can I have text showing right above the drop down like this:
My Donation is for: Please select what your donation is for:
[ --Select-- ]
=> You cannot. Right now, the custom fields are always located at the bottom of form (after the basic fields such as first name , last name....). The title of field is displayed on left column and the output of field are displayed at right column .
7. When I tried the form using Paypal I got an error: ( I am torah.cloudaccess.net)
No webpage was found for the web address: torah.cloudaccess.net/index.php?Itemid=554
=> The reason is that you don't have SSL certificate installed for your site (your site doesn't support ssl). To solve this issue, go to Joom Donation -> Configuration, find the config option "Activate HTTPS" and set it to No. After that, It will work fine .
9. I want to set up multiple campaigns but in each one I have predetermined amounts of contributions. In other words some campaigns are for a specified amount of contributions while others will have a radio button list of amounts. How can I set that up?
=> Unfurtunlate, It is not possible . Joom Donation allows you to define different pre-definied amount for each campaign . I am not sure that's what you need . To define pre-defined amounts for each campaign, follow the steps below :
1. Go to Joom Donation -> Configuration, looks at "Amount by campaign" config option and set it to Yes .
2. Edit the campaign, in the messages tab, enter the predefined amount you want for that campaign into "Pre-defined amounts" text area (same as how you entered it in Configuration) .
Hope my answers are clear to you !
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- avielchen
- Topic Author
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
1. Unfortunately, my main goal is to have recurring payments using a credit card and not paypal. When will the new version come out?
2. Your answer for changing countries: "The countries are located at t0r4j_jd_countries database table" Where is this file exactly?
3. Your answer for adding text next to "other amount": "you can edit components/com_jdonation/views/donation" I couldn't make out which line to edit, can you tell me which line its in?
Thank you.
Please Log in or Create an account to join the conversation.
- avielchen
- Topic Author
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
Can you please answer the questions I posted when you get a chance?
Thanks!
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Away
- Administrator
-
1. For recurring donation with Eprocessing Network, you might have to wait for 3-4 weeks because I am busy now !
2. It is in your database . You need to access to your database (usually via PHPmyadmin), you will see the table and be able to delete the countries you don't want .
3. The file is components/com_jdonation/views/donation/tmpl/default.php . You need to know basic PHP/HTML code in order to modify it !
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.