WooDev
Forum Replies Created
-
Hello bluerayconcepts and jfacemyer,
are you both still having this issue?
if so, we have new developers that are working to resolve this.
are you both still using WooCommerce Braintree Gateway as well?Hello, this plugin does have support for subscriptions.
However, we are hard at work to add this feature to our Pro version, hereAuthorize.net and Braintree offer hosted fields in their settings. I believe with Braintree its labeled as hosted fields and Authorize.net is labeled as Accept.js
Are you using hosted fields?
Forum: Plugins
In reply to: [Manual Credit Card Processing for WooCommerce] Screen Going BlankAre you using the pro version?
There is another bug that has been resolved but not yet released, it is related to dynamic pricing.
In the moco-woocommerce-manual-cc-processing.php file can you comment out the $this->_dyn = self::moco_wc_mcc_custom_is_plugin_active(‘woocommerce-dynamic-pricing/woocommerce-dynamic-pricing.php’); line.
Also please replace this line: return ($this->_dyn) ? MWC_DynamicPricing::instance() : false; with just return false;
As for the “Order & ndash;” that is happening when there is a JavaScript error, could you read your console and paste that in here @danvssl?
Hello Chris,
There is currently a bug that we have patched but yet to release.
Could you update your /templates/html-order-manual-payment.php file and comment out the 2 lines that match this:
WC()->cart->add_to_cart((int) $productId, $productQty, $variationId);Forum: Reviews
In reply to: [Manual Credit Card Processing for WooCommerce] Could be great, but it’s not.Hey Dan, I apologize that we have not been able to keep in contact. There have been some unfortunate road blocks that should be wrapping up shortly.
If you are available later in the evenings let’s connect and get this cranked out for you.
Are you using hosted fields?
Forum: Plugins
In reply to: [Manual Credit Card Processing for WooCommerce] Orders screen blacked outDoesn’t look like that is a error, could you email me at [email protected] so we can see what is going on
Forum: Plugins
In reply to: [Manual Credit Card Processing for WooCommerce] Orders screen blacked outCard Connect – never heard of it. I just went to take a look at it and it doesn’t have any screenshots.
Before I go and download it to test, does it contain a payment form that gets placed on your website or does it take you offsite?
Check your javascript console log and see what is being output.
No response, marking resolved
Are you using hosted fields for the payment gateway?
Forum: Plugins
In reply to: [Manual Credit Card Processing for WooCommerce] Doesnt WorkMarking resolved, inactive
Forum: Plugins
In reply to: [WooCommerce] Hold Stock not workingThe hold stock is a function that fires when it is checking a persons cart. For example if a person added or tried to add that product to their cart, it should issue a error that the product is unavailable.
Hold stock only applies to orders that are in a “Pending” state, so if the order is on hold it will not count as “held”.
On hold is a long term status while pending is a short term status that is waiting for payment result.
When a order is in pending state it is because it is waiting for the payment. Order has started and possibly waiting for the gateway to notify your store that the payment was good. Depending on gateway there could be a lag, so let’s say a payment failed and the gateway has not told your store yet. It would be in pending, holding the product for a good response (successful payment).
Once the payment gateway says the customer paid the order is then set to “Processing” and the item is removed from available stock.
The hold stock does not alter the products page out of the box.
You could alter your template to call the logic to check the stock status.The reason it does not do this is because if a customer adds product to their cart and starts the checkout process, with no intention of purchasing it could show your real customers that they are out of luck.
BUT if your real customers can still add it to their cart, then it gives them a chance to be the first to checkout and get the product.
Forum: Plugins
In reply to: [Manual Credit Card Processing for WooCommerce] Doesnt WorkThis plugin works for WC 2 & 3, untested wth 1.x
I would recommend updating your WC