3 Sons Development
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] “Cart Recovery” email sending despite being disabledHi @linseedstudio,
Hopefully, GoDaddy was able to get that worked out for you. If you need anything else, just open up a new topic and we’ll be happy to help.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] credit cards not displaying on woocommerce paypalHi @jsbuckenmeyer,
Thanks for letting me know. It would be best to ask this one over in the PayPal Payments forum. They’ll be better able to answer you about this than we’ll be able to here in the core forum.
https://ww.wp.xz.cn/support/plugin/woocommerce-paypal-payments/
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Some orders not showing in Woocommerce orders dashboardHi @devsrocks,
Since you can pull up the orders directly, we just need to find out what’s preventing them from displaying in the orders list.
Sometimes orders go missing from the list when they have a custom status and that status is later removed from the site.
Have you ever used any custom order statuses before? Let us know and we’ll go from there.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] credit cards not displaying on woocommerce paypalHi @jsbuckenmeyer,
Can you let us know which PayPal plugin you’re using on the site? Also, could you please send me a copy of your site’s System Status? You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”. Once you’ve done that, you can paste it here.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] woocommerce get order information htmlHey @madhawa92,
I suspect the problem is the
$order_idisn’t being passed which is preventing the data from loading. You’ll likely need to add that to the function you’re using to handle the redirection.I can also recommend the following places for more development-oriented questions:
- WooCommerce Slack Community: https://woocommerce.com/community-slack/
- WooCommerce Community group on Facebook: https://www.facebook.com/groups/advanced.woocommerce/
Take care,
Forum: Plugins
In reply to: [WooCommerce] WooCommerce filtering and paginationYou’re welcome! Let us know if you need anything else 🙂
Hey @armedandgorgeous,
Is it possible to receive notifications for one specific item?
Great question. There isn’t a built-in way to do that. You may be able to find some third-party plugins that can set this up for you around the web.
If you find something that works for you, let us know.
Cheers
Forum: Plugins
In reply to: [WooCommerce] Odd Issues with Checkout, Can’t replicateHey @wordpressed_thin,
It looks like it’s working for me too. The add to cart button works just fine 👍
Let us know if you do have any further trouble.
Forum: Plugins
In reply to: [WooCommerce Square] Payment errorHey @tradin,
I have recently changed it to Capture though, because I had a separate issue where I sent out an order but didn’t change status (rookie mistake) and the payment got reversed so I never got paid for the order.
Yikes! Sorry to hear that happened. I’ve seen merchants who have let the authorizations expire too after shipping orders. That can be tough.
I thought from what I read, that as long as it was set to Authorize and I made the changes whilst the order was on hold (before moved to Processing) that it would be okay but it sounds like that’s not the case?
That is correct. Once the authorization has been made, it’s not possible to change the amount. If you need to charge more, you can cancel the authorization and make a new order, or capture the funds and create a new order for the difference.
If you need to charge less, go on and capture the funds and then issue a partial refund.
As you mentioned, switching to capture mode removes the need for this. Let us know if you have any questions.
Cheers
Forum: Plugins
In reply to: [WooCommerce] bug API create product that remote image URL without file typeHey @huytuduy,
This is actually a WordPress limitation and not specifically something to WooCommerce. For security, WordPress limits the file types that can be uploaded. On top of that, the type needs to be defined in order for it to be processed successfully.
Even allowing unfiltered uploads won’t solve this since the MIME type still won’t be set. You’ll either need to hire a developer to create a workaround for you or add the proper extension to the file URLs. If you need a developer, you can find one at Codeable.
https://woocommerce.com/codeable/
Take care.
Forum: Plugins
In reply to: [WooCommerce] Store API NonceHey @devinv,
That response is given when
wp_verify_nonce()returnsfalse. Has the nonce expired by any chance? They should be valid for up to 24 hours but that can be modified.Let us know and we’ll go from there.
Forum: Plugins
In reply to: [WooCommerce Square] Manual sync fails or auto sync mostly not workingHi @cammo00,
Thanks for sending over the logs. I did see this error message in them:
Type of $catalog_object must be an ITEMThere is currently a known issue where products can’t be synced if they were created in both Square and WooCommerce. Say a product with SKU ABC-10 was created in Square. Then instead of being imported from Square, it was created again in WooCommerce using the same SKU. Because of this bug, it is impossible to sync these products.
Currently, the workaround is to delete the product in the system that isn’t the system of record. Then either import the product or run a sync to get these connected again.
See if that works for you. Let us know if you have any questions.
Hey @geoffro68,
I went back through the issues in our GitHub repo for Square. It’s private so I don’t have a way to share the links with you here. The developers have been very active working on a fix on our side of this but it’s not ready for release yet.
I’m sorry for the delay. This problem is just taking longer to resolve. Let us know if you have any questions.
Thanks
Forum: Plugins
In reply to: [WooCommerce Square] Sync failed. Please try againHey @boylensupport,
They are all different objects, do I need to remove them to get this going in the interim? Will it fail each subsequent time?
WooCommerce is our client’s system of record.
Currently, there are only two ways to approach this.
- Delete the product in WooCommerce and in Square. Then,recreate the product in WooCommerce and sync it to Square.
- Manually remove the Square data from the
_postmetatable in the database.
Neither of these are appealing workarounds but they should be functional until a fix for this can be released.
Is there any other way round to this?
Is there any chance a plugin like WP phpMyAdmin would work? If so you could make the changes with it. I’m not aware of any plugins that allow us to edit “hidden” custom fields in the WordPress admin.
If that’s not an option, then as I mentioned above, the only current option would be to complete delete the product in WooCommerce and Square. Then recreate the product in WooCommerce and sync it to Square.
Let us know how it goes.
Forum: Plugins
In reply to: [WooCommerce Square] order changes not reflecting in payment amountHi @tradin,
I had a friend place an order through my Woocommerce site, and she forgot to use the coupon code I sent her. The order was in “Oh-hold” status, so I added the coupon code and then clicked Update. When I moved the order to processing, the amount debited was the original amount before the coupon code was applied.
Is there a way to adjust an order before taking the payment?
Excellent question. There is not. When a transaction is authorized, that is the only amount that can be “captured” when the payment is processed. If you need to charge the customer a lesser amount, you’ll need to capture the funds and then issue a partial refund for the difference.
If you need to add items, that will require a second order for those. Let us know if you have any questions.
Thanks!