When setting up a fundraiser Google and Apple pay breaks the cart. It sets the cart contents to 0$ and people can’t check out. Turning off Google and Apple fixes this, but I’d rather have that as a payment option for my users.
]]>Hello, how can I change the colors of the progress bar? Is it only for the Pro version?
]]>Hi all,
I have noticed that a small rounding error occurs when the item price (excluded taxes) is added with the taxes. By then adding up the individual item prices with the error, this error gets bigger and bigger.
For example, if I have an item price of $20 including 7% taxes, then the following calculation is made:
Item price: 18,691589$
Tax: 1,31$
Sum: 20,001589$
If we add this up 10 times, we will not have 200,00$ but 200,01589$ => 200,02$ in the end.
The problem can be fixed quite easily by rounding the single item price once before adding it up.
This happens in the wc-crowdfunding-functions.php file on line 213:
$sum = $item['line_total'] + $item['line_tax'];
This line could be replaced by the following code:
$sum = round( $item['line_total'] + $item['line_tax'], 2, PHP_ROUND_HALF_UP );
Perhaps you could consider this for the next release.
Tank you. ??
]]>Hi
Love the plugin, I have questions regarding Crowdfunding Instead of using stripe and other payment future is it possible to add crypto currency? I want to create a Crowdfunding with only crypto currency I have site that is dedicated to dogecoin and everything in it has to do with it and I would like to add dogecoin to Crowdfunding as payment. Is this possible?
If it is can you guide me?
Thanks
]]>How can I make downloadable files with crowdfunding. Like I’ll set a GOAL and 100 people will pay for it. And when GOAL is done they will get access to downloadable file.
]]>I started a camping in crowdfunding for wooCommerce but i need to change initial value of sales and backers because this camping had backers before. please help me
]]>I had a dropdown with all the variable amounts people could pledge. I updated to the latest version of woocommerce and have noticed the dropdown is not there anymore. Instead it is just listing all the pledge amounts.
See image here:
https://ibb.co/KWNVNkH
Summary: The code to determine the funding progress seems to run into ridiculously large sql query loops on a woocommerce installation with 20K+ orders when a campaign does not have (and never had) start & end date set.
Steps to reproduce:
1. Set up user submission form with only the “description” field enabled
2. Submit a campaign
3. Publish the campaign/product without any further changes
4. As soon as the product or it’s category gets displayed, an awful lot of sql queries happen eating up memory and processing time and ultimately leading to termination of the request
– If the ‘Add “Crowdfunding Data” column to the admin products list.’ option is active, then already the product list crashes
– If the submit product page has the fields of start and end date enabled, this error & the large query loop do not occur. Even if the fields were not filled out at submission time.
– If either start or end date were once set in the admin interface the error & the large query loop go away, even if they are unset again later
Smells like some classic incomplete initialization error which in turn triggers some very badly written DB-query code… ??
If you need more information or sql query protocols or if you need programming support / a good code review just drop me a line ??
If i was or can be helpful i’d be very happy about a single site license ??
Hello i’m trying to create campaign but after 4 campaigns i’m not able to create campaigns, means when i checked the Crowdfunding (Enable) it not enable it.
is there any restriction to limit number of campagins
]]>When using the radio buttons for variable products option so that all options display at once, the description of the funding level is displayed a second time after choosing a level. So the long description I have of a reward level appears a second time (just the description, not the name) above the “Back this project” button.
I’ve tried it in several default themes, and can replicate the issue in all of them (storefront, twenty nineteen, and twenty twenty). I’ve deactivated all the plugins except woocommerce and crowdfunding for woocommerce and tried it, and the issue still persists.
Help! It’s more an annoyance than a problem, but I can’t even seem to override the display of it via css. Thanks.
]]>I’m probably missing a simple setting somewhere, but right now I’m not seeing where and would appreciate any assistance.
The amount being displayed on the total raised towards a goal is including the sales tax for the order. I don’t consider the tax part of the fundraising total, no more than shipping and handling would be. Surely I can’t be the only one having this issue?
Example: for the $250 funding level, the tax would be $16.48, totaling $266.48.
The crowdfunding tab displays:
Total Raised $266.48
Goal $2,500.00
Remaining $2,233.53
It should show:
Total Raised $250.00
Goal $2,500.00
Remaining $2,250.00
This plugin is being used in a store that has other non-crowdfunding items for sale, and all prices are entered/displayed without tax.
]]>Is your plugin compatible with any marketplace plugin. I’m using this marketplace plugin WC Marketplace. Will it work with this plugin.
]]>Hi!
The french translation of the plugin is ready but not yet reviewed.
Please take a look to it and keep us in touch!
Best regards,
Léo
]]>We stand behind Crowdfunding for WooCommerce 100%. If you experience any issues we will be happy to help you via our official website only. We do NOT monitor this forum for support requests.
If you need help, a good place to start is our documentation.
If you can’t find the answer there, simply open a support ticket on our website.
Thanks!
]]>Hi Val
What kind of crowdfunding is possible with that plugin
So far the plugin looks pretty good but I need to get information about the stuff I just mentioned.
Thanks!
Trying to make open price work with variations product.
While the open price field is displayed, it says the I have to choose a variation, to add the product to the cart.
Hello I’m using Pro version for about two years. Products Data Update is not working automatically and I have update manually. I can’t find support site for pro version users.
]]>Hi,
I am using this plugin for crowdfunding right now. Works great!
However, the “donate” button doesn’t appear for secondary languages translated using WPML.
Can you help with this?
Thanks!
]]>Hello All,
I am a novice wp developer in pre-purchase research mode. :0|
Interested in knowing if this works with Stripe Billing and will it allow me to create Stripe Subscriptions?
If not natively, are there solutions any of you have found to accomplish this?
Thanks in advance!
Tony
Upon activating the extension on WordPress.com I received the following error:
PHP Fatal error: Uncaught Error: Call to undefined function alg_get_user_campaign_all_fields() in /wpcom-133461545/wp-content/plugins/crowdfunding-for-woocommerce/includes/admin/class-wc-crowdfunding-settings-product-by-user.php:86
Stack trace:
#0 /wordpress/core/5.1.1/wp-includes/class-wp-hook.php(286): Alg_WC_Crowdfunding_Settings_Product_By_User->add_settings(Array)
#1 /wordpress/core/5.1.1/wp-includes/plugin.php(208): WP_Hook->apply_filters(Array, Array)
#2 /wpcom-133461545/wp-content/plugins/crowdfunding-for-woocommerce/includes/admin/class-wc-crowdfunding-settings-product-by-user.php(51): apply_filters('alg_wc_crowdfun...', Array)
#3 /wpcom-133461545/wp-content/plugins/crowdfunding-for-woocommerce/crowdfunding-for-woocommerce.php(218): Alg_WC_Crowdfunding_Settings_Product_By_User->get_settings()
#4 /wordpress/core/5.1.1/wp-includes/class-wp-hook.php(286): Alg_Woocommerce_Crowdfunding->version_updated('')
#5 /wordpress/core/5.1.1/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filter
This is on the admin side only.
]]>Do you have plans to translate your shortcodes into blocks? If so, when?
]]>Hi,
Is it possibile to allow for more than 1 item for the same campaign in cart? This would be tremendously helpful. thanks
]]>Hello!
First of all thank you for the excellent functionality and for separating it from the rest of Booster for those who only need this bit.
I’m developing a crowdfunding page for a client, and they want all the rewards visible, so I chose to display Radio Buttons in the settings. This displays just fine, but does not change the content in the .woocommerce-variation
div (description, price and availability). No matter what I choose, the page keeps displaying info, price and availability for the first option.
If I use the default dropdown behaviour, information changes according to the selection.
Please help.
Hello,
very nice plugin, keep going on!
I have 2 quetions:
– Is it possible to create custom landing page (for example: with Elementor) for each single product and embeed informations by shortcode? For example
[product_crowdfunding_total_sum id="PRODUCT ID HERE"]
– Is it possible change date/time format to European standard? for Example: 02:00PM –> 14:00
Thank you.
]]>Dear admin,
(1) Will any woocommerce supported payment method work with this plugin?
(2) Is there any live demo or live site using his plugin?
(3) On my woocommerce can I choose the products I may choose for crowdfunding or all the products automatically be enabled for crowdfunding?
N.B. Users won’t have option to add their campaigns,only the website owner will have option to enable crowdfunding—-
Thanks
Abu
You had a lighter version of this app as part of a module for Booster Woocommerce. It had a great feature that I could add to the shortcode called “offset” which allowed me to change the initial sales and backers numbers. Sadly I’m not seeing the option on this app. Is there a work around? Thank you!
]]>Hi There,
I having error on Crowdfunding Report show this error
Warning: date() expects parameter 2 to be integer, string given in /home/662/public_html/wp-includes/functions.php on line 104
Warning: date() expects parameter 2 to be integer, string given in /home/662/public_html/wp-includes/functions.php on line 106
Warning: date() expects parameter 2 to be integer, string given in /home/662/public_html/wp-includes/functions.php on line 108
Warning: date() expects parameter 2 to be integer, string given in /home/662/public_html/wp-includes/functions.php on line 109
Warning: date() expects parameter 2 to be integer, string given in /home/662/public_html/wp-includes/functions.php on line 104
Warning: date() expects parameter 2 to be integer, string given in /home/662/public_html/wp-includes/functions.php on line 106
Warning: date() expects parameter 2 to be integer, string given in /home/662/public_html/wp-includes/functions.php on line 108
Warning: date() expects parameter 2 to be integer, string given in /home/662/public_html/wp-includes/functions.php on line 109
Warning: date() expects parameter 2 to be integer, string given in /home/662/public_html/wp-includes/functions.php on line 104
Warning: date() expects parameter 2 to be integer, string given in /home/662/public_html/wp-includes/functions.php on line 106
Warning: date() expects parameter 2 to be integer, string given in /home/662/public_html/wp-includes/functions.php on line 108
Warning: date() expects parameter 2 to be integer, string given in /home/662/public_html/wp-includes/functions.php on line 109
]]>I installed this plugin and everything works fine but not in the Crowdfunding Report page having a date error
Warning: date() expects parameter 2 to be integer, string given in /home/class662/public_html/wp-includes/functions.php on line 104
Warning: date() expects parameter 2 to be integer, string given in /home/class662/public_html/wp-includes/functions.php on line 106
Warning: date() expects parameter 2 to be integer, string given in /home/class662/public_html/wp-includes/functions.php on line 108
Warning: date() expects parameter 2 to be integer, string given in /home/class662/public_html/wp-includes/functions.php on line 109
Warning: date() expects parameter 2 to be integer, string given in /home/class662/public_html/wp-includes/functions.php on line 104
Warning: date() expects parameter 2 to be integer, string given in /home/class662/public_html/wp-includes/functions.php on line 106
Warning: date() expects parameter 2 to be integer, string given in /home/class662/public_html/wp-includes/functions.php on line 108
Warning: date() expects parameter 2 to be integer, string given in /home/class662/public_html/wp-includes/functions.php on line 109
Warning: date() expects parameter 2 to be integer, string given in /home/class662/public_html/wp-includes/functions.php on line 104
Warning: date() expects parameter 2 to be integer, string given in /home/class662/public_html/wp-includes/functions.php on line 106
Warning: date() expects parameter 2 to be integer, string given in /home/class662/public_html/wp-includes/functions.php on line 108
Warning: date() expects parameter 2 to be integer, string given in /home/class662/public_html/wp-includes/functions.php on line 109
I updated woocommerce and wordpress to the latest version but not resolve, may I know who encounter the same error and what is solution?
]]>Hi tom, I have a pro version of the plugin.
When an user try to edit their information about their campaign (price, descrption, category…) they get an image error and have to upload a new, or the same image again, to get their update.
Can you fix that?
Regards,
Daniel
]]>Is there a way to change our crowdfunding goal to a backer quantity instead of a funding amount goal? All of the progress indicators like the funding bar would also display the progress towards the quantity goal.
Thanks in advance for the help.
]]>