Code

Discussion on WooCommerce Donation plugin

Discussion on WooCommerce Donation plugin

Cart 2,409 sales

albdesign supports this item

Supported

469 comments found.

Great plugin. When someone leave a donation on our cart a shipping class gets added to the donation.

I was able to bypass the flat rate shipping for domestic but international shipping adds a flate rate to the donation.

Can you help?

Hi

Please recheck the documentation since the “donation” product should be set as non-shippable

Hello, we would like to inquire in the possibility of adding the option of donating a percentage of the sale rather than a pre-programmed dollar figure, example:

The total purchase is $100.00 they can choose to donate an additional 10% for a total of $110.00.

If this is something that you could add or we could pay you to customize please advice.

Hello Technically yes its possible . You can ask for Orionk at www.codeable.io since he as done many customizations to my plugins Regards

Pre-purchase question: Is it possible to have selectable pre-set donation amounts in the cart form? For example, the user can choose $5, $10… or enter an amount.

Hi B3nji For the moment no Maybe we will add this if we get enough requests Regards

When this plugin is activated, clicking the “proceed to checkout” button on the cart page just links back to the cart page… it does not go to checkout. When deactivating the plugin that button links to the checkout as it should. Any way you can fix this?

I’m using this plugin for accept donations on my web and I’m having problems. If the cart have some items the donation amount is added to the cart, but if the cart is empty, the amount isn’t added.

Hi We added this feature . Now you can set the “donation” product as a normal product and the customers can set the price on the “single product page” Regards

I’ve purchased and integrated your plugin, and it seems to be working well after buying a product.

However, I’d want to add a standalone button here, not tied to the cart: http://www.beiteinu.com/donate/ And act like it does after adding this product to the cart: http://www.beiteinu.com/product/special-services-membership/

It seems that using the product link (http://www.beiteinu.com/product/donations/) doesn’t allow me to designate an amount. Can you help?

Hi We added this feature . Now you can set the “donation” product as a normal product and the customers can set the price on the “single product page” Regards

Does this plugin only make it possible to add a donation during checkout or while on the cart page? I would also want to have a specific donation page on my site that is not the cart, checkout or the default woocommerce store. Thanks

Hi On the cart is the input field for the donation amount.

On the checkout there is an optional link ( show or not ) like you can see here http://i.imgur.com/geSPFAS.png

As for specific donation page is not possible with this plugin

Regards

Hi We added this feature . Now you can set the “donation” product as a normal product and the customers can set the price on the “single product page” Regards

Please dont forget to update your rating as well

Regards

A little bit of jquery works if you want to quickly replace the (lazy!) built-in “Add a donation to your order” message. In a child theme, add this to header.php, after the wp_head call:


<?php if ( is_page( 'basket' ) ) { ?>
<script>    
jQuery(document).ready(function($) {    
$( "p.message" ).replaceWith( "<h2 class="donation-header">Optional Donation</h2>" );
});
</script>
<?php } ?>

Edit the h2 to whatever you need. Hth.

A little bit of jquery works if you want to quickly replace the (lazy!) built-in “Add a donation to your order” message. In a child theme, add this to header.php, after the wp_head call:


<?php if(  ( is_page( 'basket' ) ) || ( is_page( 'checkout' ) ) ) { ?>
<script>    
jQuery(document).ready(function($) {    
$( "p.message" ).replaceWith( "<h2>Optional Donation</h2>" );
$( "div#order_review div h3" ).replaceWith( "<h3>Optional Donation</h3>" );
});
</script>
<?php } ?>

Edit the replaceWith headings to whatever you need. Hth.

oops, meant to edit!

Added as a feature. Thanks

I’ve been through the documentation and found some existing comments on changing the default “Add a donation to your order” but editing the source php file is only a temp solution and will get overwritten on subsequent updates.

As such, how do I make that change more durable (ideally, a field in the donation admin panel or custom field in the product admin panel would be best)?

Many thanks, otherwise, this is a great plugin and is working as needed so far.

Drew McManus

...and as a quick followup here, I think the plugin itself is terrific but a limitation like this should be included in the description so buyers without coding skills can know before purchasing. And if it weren’t for that one simple, but important, shortcoming, the plugin would be 5-stars, otherwise, it comes in as a 3-star offering.

Thank you for letting us know your opinion.

As for the feature you requested seems everyone else is happy with the recommended way of PO/MO

If we get more requests to have the text on the backend then we will implement it

Regards

Added . Thanks

it’s a purchase question.I have a list of donation companies that needs to be select while checking our. As, I can see the donation name is only single single product.

Hello You need to associate the donated amount to X,Y,Z company ? If so , you have to request a modification at www.codeable.io . Ask there for Orionk

Regards

Hi I have a pre purchase question, would it be possible to add a drop down select ( hard coded ) with pre defined donations?

Hi Laudes , Sorry for late reply. Yes its possible but it would require a modification to the plugin itself you can go to www.codeable.io and ask for Orionk since he has done many changes

Regards

Hi,

The plugin is very well-designed but when a customer adds a donation to their purchase the order stays at “Processing” status and I have to manually change the status to “Completed” – is there a way around this?

Thank you, Michelle

Hi albdesign, It does interfere. I already have the plugin installed. When a customer added a donation the entire order was stuck at pending and I had to manually approve it.

Hi Michelle , what i meant was that the plugin code doesnt attaches itself to the checkout/payment . All that the plugin code does is just adding a product to the cart . Seems there is something else that interferes when you use the donation plugin. Im saying that because i never had such problem nor the other clients that uses this plugin

Maybe you can get some help on www.codeable.io or freelancer.com

Regards

Hi Michelle , what i meant was that the plugin code doesnt attaches itself to the checkout/payment . All that the plugin code does is just adding a product to the cart . Seems there is something else that interferes when you use the donation plugin. Im saying that because i never had such problem nor the other clients that uses this plugin

Maybe you can get some help on www.codeable.io or freelancer.com

Regards

Any word on if this works with WP 4.2 or higher?

Hi Suken It works without problems with WP 4.2 Regards

I need customers that are not buying anything to be able to send in a donation, is this possible with the plugin?

Hi Nope Regards

Hello , With the updated version now you can . Regards

Does the plug in support wordpress version 4.2?

Hi Yes Regards

Thank you for a fantastic plugin. Will you please help me with an issue regarding donations with free products?

If the cart total is $0.00 due to a free product, the donation plugin will not work. It provides error message “Fatal error: Out of memory”...

If the cart total includes (non-free) products with a cost other than zero, then it works fine. Any help you can provide would be appreciated!!

Hi, just checking to see if you can help with this issue. It seems there are a lot of other commenters who need the same functionality. We have products that are “free” in WooCommerce, but want to be able to add donation to the zero cart.

Hi The plugin checks if there are products on cart and if yes it adds the donation once the “add donation” is clicked .

Seems some other plugins is interfering

Maybe you can get some help on www.codeable.io or freelancer.com

Hello , With the updated version now it works even with free products . Regards

Hi,

i’ve purchase the plugin, and as far as testing it, it works well when i have some products with a price in my cart, but it doesn’t work when the product are free. Is there a problem with free products in cart?

Thanks

some there???

Hello , With the updated version now it works even with free products . Regards

Hi,

i’ve purchase the plugin, and as far as testing it, it works well when i have some products with a price in my cart, but it doesn’t work when the product are free. Is there a problem with free products in cart?

Thanks

sorry… wrote the question from the account which i didn’t purchase the plugin… :)

Hello , With the updated version now it works even with free products . Regards

There is a conflict present with the Woocommerce Role Pricing plugin, here: https://wordpress.org/plugins/woocommerce-role-pricing/

When both of these plugins are installed, the Woocommerce Donation Plugin will not work as intended. The donation box and button appear as normal, but whatever amount the user enters into the box is not added to the order total once they press “Add donation”. Instead, the donation amount is listed as “0”. With the Woocommerce Role Pricing plugin deactivated, this plugin works perfectly.

Your test demo site login info isn’t working.

Hello Evaq , just reset the password . Should be all ok . Thanks for the headsup Regards

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey