1. 01 Nov, 2015 2 commits
    • Varun Sridharan's avatar
      Issue Fixed with wcqd_get_project_name · 231f3fe8
      Varun Sridharan authored
      Added default user configurable title for easy use
      231f3fe8
    • Varun Sridharan's avatar
      User Callable Functions Updated · adffb08b
      Varun Sridharan authored
      * Renamed All Functions With wcqd as starting
      * removed qd_min_amount_project function
      * removed qd_max_amount_project function
      * added wcqd_project_limit  function to get limit of a project
      * added wcqd_get_project_name from order id
      * added wcqd_get_project to get project id from order id
      adffb08b
  2. 28 Oct, 2015 1 commit
    • Varun Sridharan's avatar
      Minor Fix · dd7a3bbb
      Varun Sridharan authored
      Changed Order Text To Donation in Order Details Metabox
      Loaded Admin Notice Before
      Registered Custom Post Status [#27]
      Checked If WooCommerce Is Active [#23]
      dd7a3bbb
  3. 25 Oct, 2015 2 commits
    • Varun Sridharan's avatar
      Changes By Varun S · b7831763
      Varun Sridharan authored
      Seperate Page For Listing Donors
      Function To Get Grouped Donation IDS By User & Project
      3 New Templates Added Used for my account in front end
      myaccount/view-donation.php
      order/order-details-item.php
      order/order-details-customer.php
      Added 3 Functions
      b7831763
    • Varun Sridharan's avatar
      Changes By Varun · 55a7c0fc
      Varun Sridharan authored
      * Fixed Count Notification Bubble Count
      * Metabox Error While Creating New Order Via Admin
      * Added Project & Doner Based Filter In Admin Listing
      * Remodified WP LIST TABLE For Donation Listing
      * New function to get user based donation ids get_user_donations_ids
      * New template to list donations `myaccount/my-donations.php`
      55a7c0fc
  4. 20 Oct, 2015 1 commit
    • Varun Sridharan's avatar
      WooCommerce Quick Donation 1.3.x Beta Version · 9c660c91
      Varun Sridharan authored
      Redeveloping The Plugin.
      Created Custom Post Type
      Created Custom Taxonomy {Category & Tags}
      Created Short code
      Project Output Like Select , Radio [Single or grouped]
      Price Box Output
      Customization Template
      
      [admin/class-admin-init.php]
      
      Added woocommerce_screen_ids
      Removed Admin Notice Handler Class Init
      Added Plugins Settings Page ID To WC Screen ID
      
      [admin/class-admin-settings.php & admin/class-donation-settings.php]
      
      Working To Get A Prefect Settings Page
      
      [admin/includes/class-admin-functions.php]
      
      Changed WC_QD()->donation_id to WC_QD_ID
      
      [includes/class-quick-donation-process.php]
      
      Created Class To Process Front End Donation Form
      
      [includes/class-shortcode-handler.php]
      
      Created 2 Actions
      wc_quick_donation_before_donation_form
      wc_quick_donation_after_donation_form
      
      [woocommerce-quick-donation.php]
      
      Changed $donation_id from dynimic to static
      Added WC_QD_ID defined variable
      
      Rearranged Few Loading Files
      
      Added Donation Processing Email
      Added Prefect Settings Framework
      Added Seperate Page For Listing Donations
      9c660c91