jandreoni
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Add item to cart, checkout, screen greys outFor ACP, it’s the PayPal setting in the PayPal payment gateway.
And I did just try turning on Intuit’s payment gateway and when I attempted a checkout using a card, instead of staying on the grey screen, it spit back and error message, here’s the log:
https://gist.github.com/jasonandreoni/f495d54418e2f34bcf92ae6c07c21fee
I tried switching to 2024 and placing another order, and the same error occured using the Intuit gateway.
Forum: Plugins
In reply to: [WooCommerce] Add item to cart, checkout, screen greys outHi there, thanks for getting back to me! I appreciate your help!
- Right now we’re using PayPal’s regular method and Advanced Card Processing. This issue comes up just when the user tries to checkout with their CC, using ACP. We first noticed the issue with the Intuit payment gateway, so we switched as we thought the issue was with Intuit. We are thinking of trying WooPayments, but thought since this issue was happening with Intuit as well, we wanted to troubleshoot at this level before going through the whole setup process for WooPayments (banking setup, verfication, etc) to only see that it could still be doing what it’s doing.
https://snipboard.io/mteR4d.jpg
https://snipboard.io/LaTNc4.jpg - I tried Cash on Delivery and that works fine.
- Here’s the Status report:
https://gist.github.com/jasonandreoni/680231b7ecae360273eab47ed0be527d - And the last logs from today, only 2.
https://gist.github.com/jasonandreoni/f2c29aa5387ab4fdc49faa8231bf96c3
Forum: Plugins
In reply to: [WooCommerce] Add item to cart, checkout, screen greys out@ckadenge I did rename ?“advanced-cache.php” to something else to take it out of the mix just in case it was causing an issue.
Forum: Plugins
In reply to: [WooCommerce] Add item to cart, checkout, screen greys outHi ckadenge,
Thanks for your reply and help! I checked through everything and I don’t have any caching plugins installed or active. That “advanced-cache.php” file is in wp-content and the modification date was Jan 18, 2019.
Below is a screenshot of the full console from Firefox. Thanks!
https://snipboard.io/wQ1638.jpg
- This reply was modified 7 months, 2 weeks ago by jandreoni.
I’m seeing a problem on a new site we’re launching where the Order Delivery Date field is not being displayed and the settings don’t take when I save and refresh. I’ve tried disabling plugins to find a conflict and no dice, also tried swapping themes to the default, no dice. The site is built using Avada and we’re using CheckoutWC. This was working fine on the old site, which I have a backup of. I can provide logins for both if you’d like, but it’s critical that this is resolved as it’s holding up the launch. I did send a support ticket in through the support link in the plugin, but thought I’d reach out here, too. Thank you!
Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO and Translatepress – Error logs growing!Hi Maybellyne,
This worked just fine! I’m going to give it a few days of normal functioning and see if the log changes like it had before. Thanks again, and my apologies for the delay!
–Jason
Forum: Plugins
In reply to: [WC Custom Emails Per Product] Allow email use for different prod typeThank you for that, @alexmustin Will this be something that we’ll still be able to assign to different prod types while understanding that it is experimental?
–Jason
Forum: Plugins
In reply to: [WC Custom Emails Per Product] Allow email use for different prod typeThanks for your reply! I dug around and found the required class and plugged it into that box, but I got the following error message:
Error: Options page woocustomemails_settings_name not found in the allowed options list.
Thougts? Am I out of luck?
Thanks!
–Jason
Forum: Plugins
In reply to: [WooCommerce] Change “No shipping method” noticeWorked like a charm, thank you, Lorro!
Forum: Plugins
In reply to: [WooCommerce] Change “No shipping method” noticeThanks for the reply, Lorro, I’ll try that out and report back. Here’s the code that worked for the first screenshot:
add_filter( 'woocommerce_cart_needs_shipping', '__return_true' ); add_filter( 'woocommerce_cart_no_shipping_available_html', 'change_noship_message' ); add_filter( 'woocommerce_no_shipping_available_html', 'change_noship_message' ); function change_noship_message() { print "Please contact the shop directly for assistance with wiring an order to other locations. <a href='tel:XXXXXXXXXXX'>XXXXXXXXXX</a>"; }
Forum: Plugins
In reply to: [Smart WooCommerce Search] Search not pulling resultsHi, Stanislav– One more thing I’m seeing. When I run a search, and I click “View All”, the results page shows there are no search results, even though they appear while searching:
https://www.dropbox.com/s/hov9gwg477t3cfe/Screenshot%202018-06-04%2011.55.26.png?dl=0
Search Not Found.
Sorry, but nothing matched your search criteria. Please try again with some different keywords.Also, is it possible to have the search results that appear below the search bar show more text, or appear 3-4 columns?
Thanks!
–Jason
- This reply was modified 6 years, 9 months ago by jandreoni.
Forum: Plugins
In reply to: [Smart WooCommerce Search] Search not pulling resultsYep, that did it. Thank you, Stanislav!
That did work, thank you. Now I am getting another error. I’ve got a dropdown and I’m trying to have the value of the dropdown put into Salesforce, with Partner Name under the label, and the corresponding partner name’s ID code as the value. When I submit, I get this error:
stdClass Object ( [fields] => Array ( [0] => Id ) [message] => cannot specify Id in an insert call [statusCode] => INVALID_FIELD_FOR_INSERT_UPDATE )
Any thoughts?
Forum: Plugins
In reply to: [WP eCommerce] Display events in chronological order by date of eventThanks, Dan. I actually found a plugin called “Post Types Order” that allows me to drag and drop the order to whatever we need.
Ahh, thank you for the tip Takayuki!
- Right now we’re using PayPal’s regular method and Advanced Card Processing. This issue comes up just when the user tries to checkout with their CC, using ACP. We first noticed the issue with the Intuit payment gateway, so we switched as we thought the issue was with Intuit. We are thinking of trying WooPayments, but thought since this issue was happening with Intuit as well, we wanted to troubleshoot at this level before going through the whole setup process for WooPayments (banking setup, verfication, etc) to only see that it could still be doing what it’s doing.