@@ -15,6 +15,7 @@ Turns WooCommerce Into Online Donation.
== Description ==
<h1> Dear User I am still trying to make things plugin more stable and prefect if you find any bug / any feature is required please open an issue at <a href="https://github.com/technofreaky/woocomerce-quick-donation/issues">GitHub</a> or <a href="https://wordpress.org/support/plugin/woocommerce-quick-donation">WordPress Support</a> </h1>
WooCommerce Shopping Cart Donation which makes WooComerce to use for online donation purpose.
This plugin will create a new product in the name of **donation**.
...
...
@@ -38,73 +39,7 @@ Email : plugin@varunsridharan.in / kindly post it in github.
1. type : select | radio
2. grouped : true | false
</code>
**Modifying Template**
<code>
1. Create A folder named *donation* under <code> your-theme/woocommerce/</code>
2. Copy all files from <code>woocommerce-quick-donation/template/</code>
3. Paste in <code> your-theme/woocommerce/donation/</code>
</code>
<h3>Plugin Template List</h3>
**Checkout Page Template**
<code>
checkout/donation-cart-errors.php
checkout/donation-form-billing.php
checkout/donation-form-checkout.php
checkout/donation-form-coupon.php
checkout/donation-form-login.php
checkout/donation-form-pay.php
checkout/donation-form-shipping.php
checkout/donation-payment-method.php
checkout/donation-payment.php
checkout/donation-review-order.php
checkout/donation-thankyou.php
order/donation-order-details.php
</code>
**Cart Page Template**
<code>
cart/donation-cart-item-data
cart/donation-cart-shipping.php
cart/donation-cart-totals.php
cart/donation-cart.php
cart/donation-proceed-to-checkout-button.php
</code>
**Email Template**
<code>
emails/donation-customer-invoice.php
emails/plain/donation-customer-invoice.php
</code>
**Plugin Template**
<code>
donation-form.php
fields/field-radio.php
fields/field-select.php
fields/field-text.php
</code>
<h3>Actions Hooks</h3>
<code>
wc_quick_donation_before_doantion_form
wc_quick_donation_after_doantion_form
</code>
<h3> Filter Hooks </h3>
<code>
wcqd_project_name_select_class
wcqd_project_name_select_attribute
wcqd_project_name_radio_class
wcqd_project_name_radio_attribute
wcqd_project_price_text_class
wcqd_project_price_text_attribute
wc_quick_donation_settings_tab
wc_quick_donation_settings_section
wc_quick_donation_settings_fields
</code>
== Screenshots ==
1. Menu In WP-ADMIN View
...
...
@@ -185,6 +120,21 @@ Yes you can! Join in on our <a href="https://github.com/technofreaky/woocomerce-