nicw.a11n
Forum Replies Created
-
Hi there
Yes, please go ahead and enable IPN, and remember to change the
example.compart ofhttps://example.com/?wc-api=WC_Gateway_Paypalto the domain of your website.Then testing it with debug enabled is a great idea.
Hi
Then could I ask that you please contact us at WooCommerce.com > My Account > Support. You may need to create an account before you can access that page.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
We will be able to help you further there.
Hi there
Your PayPal Instant Payments notification is how PayPal let’s WooCommerce know an order has been paid for.
You must enable IPN in your PayPal dashboard for it to work, and the steps are laid out in a guide on the WooCommerce website here.
If you’ve followed these steps, and you’re still getting an error, enable debugging on your PayPal payment gateway (it’s a checkbox in the manage screen of your PayPal payment gateway under WooCommerce > Settings > Payments).
Then please contact us at WooCommerce.com > My Account > Support. You may need to create an account before you can access that page.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
We will be able to help you further there, since logs at times can contain sensitive information.
You’re welcome to start your own thread on this, since this is actually quite an old one, and we’d prefer to keep the forum questions separated, and this one has already been marked as resolved.
Thank you
Forum: Plugins
In reply to: [WooCommerce Square] Payment noticeHi there
Tracking the error you mention would be your best best:
Uncaught FormNotReadyError: Cannot call SqPaymentForm#requestCardNonce before the paymentFormLoaded() callback.It seems the card nonce is being requested before the entire payment form is loaded/initialized. This may have something to do with the way the form is being called but hidden.
This means the payment form is missing the required nonce.
The error does mention further documentation:
See Step 4: https://developer.squareup.com/docs/payment-form/how-it-works#the-sqpaymentform-process-flowForum: Plugins
In reply to: [Google for WooCommerce] Activate PluginHi there,
Just to confirm – you’ve updated to Google Listings & Ads 1.1 and are still receiving the error, or it solved the problem for you?
Hi there,
As a Stripe user you qualify for additional support, and since we are now getting into the territory of looking at your logs, we’d prefer for you to open a ticket on our support forum.
Please contact us at WooCommerce.com > My Account > Support. You may need to create an account before you can access that page.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
We will be able to help you further there.`
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] There is no “pending payment”Hi there,
When a user clicks on Pay with PayPal your site should be creating an order with the status of “Pending payment”.
Once PayPal receives payment and returns an Instant Payment Notification, the order should then be put into “Processing” status.
If this is not happening, then something is not working correctly, or a conflicting plugin is interfering with your order statuses.
You can read more about order management here.
Forum: Plugins
In reply to: [WooCommerce] payment issues, order status issue and false errorsHi there
Regarding your security popup warnings:
On visiting your site at rosary.amigosbooks.com I see that I can access it at http://rosary.amigosbooks.com AND at https://rosary.amigosbooks.com
It is important that your site only be available at https://rosary.amigosbooks.com
You can follow the instructions here, to make sure your site’s SSL is set up correctly: https://docs.woocommerce.com/document/ssl-and-https/#section-6
You should also ensure you have set this setting correctly: https://docs.woocommerce.com/document/ssl-and-https/#section-7
Once you are running https correctly, the popup warnings (which come from the browsers) will stop.
The site is redirecting to another site just before payment
Payment is taking place on https://secure.ccavenue.com because this is how your cart is set up. For this, I assume you are using the CCAvenue WooCommerce Payment Gateway.
For issues with this gateway, you can reach their support here: https://wordpress.org/support/plugin/ccavanue-woocommerce-payment-getway/
This includes your two problems
3. Some times even after payment is done it will show the order is cancelled to the customer
The payment gateway has to communicate correctly with your website to prevent this from happening
4.In backend even after payment is done the orders will still stay in cancelled orders of in pending payment orders
This is the same issue as above – the payment gateway has to communicate correctly with WooCommerce
Forum: Plugins
In reply to: [WooCommerce] Como criar um filtro por categoria no WordPressHi there,
To start with there is no need for a specialist plugin, though you may want to consider a filtering option on your site later.
Documentation in Portuguese on how to set up categories is available here:
https://docs.woocommerce.com/document/como-gerenciar-categorias-tags-e-atributos-de-produtos/
And on display of category pages here:
Filtering widgets are included and documentation can be found here:
https://docs.woocommerce.com/document/widgets-incluidos-com-o-woocommerce/
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Problems with fliter clear and reloadHi
Yup, the problem was actions we had added which were not firing. Because the page was loading via AJAX, and our actions were added after the AJAX fired.
Thanks again for the filter.Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Problems with fliter clear and reloadHi
Yes, it is basically a separate issue, “solved” by hard coding a target of
.productsto the element.Unfortunately, the site is under construction for a client and I cannot provide a link, although I can tell you it is built with storefront as the parent. Currently we are calling a widget area into the shop and category pages, and are using the text widget to execute the short code.
I will try and get time to forward a console log of the $container in various conditions.
Forum: Plugins
In reply to: [Broadcast] Blogs broadcasted to not showing as selectedHi Edward
We’ve resolved the issue, after updating and comparing our beta install, which was not replicating the behaviour, to our production installation, and carefully going through all settings. We appear to have made an error in the User & Blog Settings plugin.
This problem was therefore definitely user error, and not plugin behaviour.
Once again, congratulations on this plugin.