James
Forum Replies Created
-
Currently the plugin does not work with hosted fields. It is something that is in the pipeline, but not implemented as of the current version.
If you disabled hosted fields and try again, that should show better results. Otherwise if you would like to keep the hosted fields turned on (which I would never object to), I would only disable when processing something manually or wait until it is supported.
Thanks for the feedback, would you happen to know if you are using hosted fields of some sort?
The plugin has not yet been written to handle functionality with hosted fields, for example Auth.net Accept.js and Braintree hosted fields
I did some testing and found that the buttons should not be doing anything at the moment, orders cannot be processed while they are “On Hold”
This is something that is in place by default by WooCommerce.
The plugin checks if $order->needs_payment() and if it does it will let you proceed. Otherwise it won’t let you move forward, the Manual Payments plugin processing was preventing it from letting you move forward, but the buttons were still being displayed.I am pushing this fix up today, thank you for your findings.
If you change the order status to Pending Payment, does the plugin work for you as expected?
Forum: Plugins
In reply to: [WooCommerce] WC3 Requires LOGIN for order pay links.Do you have guest checkouts enabled?
Hey @jwa64orgau
Can you check your console log and see if there are any issues with the JavaScript?
Also could you provide the current order status as well as the payment gateway you are using?
Sorry for the delayed response!
- This reply was modified 8 years, 10 months ago by James.
Forum: Plugins
In reply to: [WooCommerce] Manual Woocommerce Complete order EmailsHave you tried under the actions of the order where it has a drop list?
I am not sure if it will work – but it is worth a shot – you can resend emails from there.Might not work if you have order complete emails turned off though, depends how it was turned off.
Forum: Plugins
In reply to: [WooCommerce] Variable product showing price at from $0.00What is the main product price set to?
Forum: Plugins
In reply to: [WooCommerce] Variations missing when adding an order from Back EndPossibly to go by Sku, but that – eh – could work to an extent, but remembering SKU’s isn’t ideal
Forum: Plugins
In reply to: [WooCommerce] Variations missing when adding an order from Back EndForum: Plugins
In reply to: [WooCommerce] Woocommerce Variation Attributes keep loadingI had a client with the same problem – he was using a redux framework theme and it included a Select2 JavaScript library, which WooCommerce has already, so they were conflicting breaking his attributes as well
Preventing the theme from loading the 2nd Select2 library resolved the issue.
All of your issues @kezily , @mehkan and @peachytoast sound like javascript problems caused by conflicting scripts.
Forum: Plugins
In reply to: [WooCommerce] SyntaxError: Unexpected token a in JSON at position 0Search through your files, there is code within it that is breaking the AJAX
Forum: Plugins
In reply to: [WooCommerce] SyntaxError: Unexpected token a in JSON at position 0That looks like debug information that was left somewhere, might need a fresh install or to go in and look for any var_dump functions
Forum: Plugins
In reply to: [WooCommerce] Cannot PayI think one of your servers is not sending all the product information over
Specifically the item_number_1 => data

If the image doesn’t show – click here
https://pasteboard.co/bQSOJm6zj.pngForum: Plugins
In reply to: [WooCommerce] How to add order custom field to order view pageThey don’t have the option to modify order item meta, its like a variation of a product.
Once it’s purchased – it is set. If your admin is setting it on a purchased item – user has no control.
Forum: Plugins
In reply to: [WooCommerce] How to add order custom field to order view pageWhat is the field in relation to?
On order items you can add extra meta information, doing that displays the meta information on both the admin area and the customers area.