xps20
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change cash on delivery order status to pending paymentI was able to figure it out. Working code:
add_filter( 'woocommerce_cod_process_payment_order_status', 'change_cod_payment_order_status', 10, 2 ); function change_cod_payment_order_status( $order_status, $order ) { return 'on-hold'; }Forum: Fixing WordPress
In reply to: How to find the image with an insecure urlI guess it’s a good thing your not on the security team. The address is hidden on the original post, it’s the reply from someone looking to assist that’s the issue and has Google picking it up when you search the name on the first page results. Take a look at screenshot https://i.imgur.com/FjMNIT9.jpg . So it has been scraped which is what I was looking to avoid. I hope you can assist with such a simple matter. If not I guess I’ve learn my lesson to not even use short urls to link to any website so that a person responding to help doesn’t link to original domain in their advice.
Forum: Fixing WordPress
In reply to: How to find the image with an insecure urlThere’s no method I can find to reach support direct. This is a security issue having domain here, hence why a short URL was used in original post. It does not take much effort to edit a post and replace the domain with XXX, unless you keep it for SEO purposes at the expense of posters? There is no request for deletion of a thread or post, a simple edit of three words. I hope this simple request can be done to protect the business represented. Thank you.
Forum: Fixing WordPress
In reply to: How to find the image with an insecure url@phillcoxon can you edit post to remove domain address. Thank you.
Thank you for looking to assist. After reading both comments I dig some digging around and the elementor plugin had a Tools option. From there I could update site address. I installed using http and didn’t change it to https until later. Thank you.
- This reply was modified 6 years, 2 months ago by xps20.
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Shortcode for tracking idDisplay in emails. What shortcode is needed to display only tracking ID in a email?
I can only get the Tracking Information box to appear, I can’t reference the tracking id by itself.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] How to debug failed ordersIt appears just the basic rules are turned on.
Perhaps it’s just customers with card issues or unauthorized charges. The item that’s having this issue is a well known product.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] How to debug failed ordersOk so failed order was last night. Here is my log from WooCommerce > Status > Logs
11-20-2019 @ 05:00:43 - Input params: wc-api=wc_stampsorders&auth_key=WCSS-0f1824f7c170decfee611dbda1b5a3c9&action=export&start_date=11%2F18%2F2019+21%3A12&end_date=11%2F21%2F2019+02%3A00&page=1 11-20-2019 @ 05:00:43 - Exported 1 orders 11-20-2019 @ 16:53:55 - Input params: wc-api=wc_stampsorders&auth_key=WCSS-0f1824f7c170decfee611dbda1b5a3c9&action=export&start_date=11%2F20%2F2019+02%3A00&end_date=11%2F21%2F2019+13%3A53&page=1 11-20-2019 @ 16:53:55 - Exported 0 ordersI am not sure how that information helps me figure out why there’s a failed order.
However the Stripe dashboard provides more information on customer.
Payment declined by customer's bank The bank returned the decline code do_not_honor. Learn more about declines.Nov 20, 2019, 9:37 PM Payment using Card •••• blocked by a default Radar rule Nov 20, 2019, 9:37 PM Payment using Card •••• blocked by a default Radar rule Nov 20, 2019, 9:36 PM Payment using Card •••• blocked by a default Radar rule Nov 20, 2019, 9:35 PM Payment using Card •••• blocked by a default Radar rule Nov 20, 2019, 9:35 PM Stripe risk evaluation: normal Nov 20, 2019, 9:37 PM Payment started Nov 20, 2019, 9:35 PMThat customers Street and Zip check failed. However, a customer two hours earlier failed also and their street & zip check passed but got the same do not honor rule for decline.
So is this is a WooCommerce/Stripe integration error or is it a simple case of someone being unauthorized to use a credit card that is doing a charge on website? The order totals is around $100-120.
Forum: Plugins
In reply to: [WooCommerce] There are no shipping options available for specific productsSilly me, I had free shipping restricted to $20, so that issue was popping up on products 19.99. I set it up so long ago I completely forgot.
Forum: Fixing WordPress
In reply to: Shortcodes not working on new installRealized I installed one theme, deleted and added another. The shortcode was from the original theme required plugin. Deleted the pages and it works fine now.
Forum: Plugins
In reply to: [Leverage Browser Caching] Still Have F For Leverage browser cachingSOLVED. Had to clear cache.
- This reply was modified 8 years, 6 months ago by xps20.
Appears box has disappeared again. Very strange. URL to website is https://goo.gl/JZ9Urv
Forum: Reviews
In reply to: [A-Z Listing] How to list Pages onlyPerhaps there’s something wrong with my wordpress. As even using shortcode [a-z-listing] leaves the page blank. It actually prevents the rest of the information that’s on the page to disappear also, but when I remove the shortcode the rest of the content shows. Very strange.
Forum: Reviews
In reply to: [A-Z Listing] How to list Pages onlyOk, as when I was doing “[a-z-listing page-type=”Profiles”] it was showing blank so I didn’t think it was possible.
Forum: Plugins
In reply to: [WooCommerce] Checkout fields on homepageI’ve done something in the past like shown in that link. What that does is allow you to add a Buy Now button and it’ll send you directly to the checkout page (skipping the cart).
I am trying to take it a step further and have the required checkout form on my index and user can enter payment details right from the homepage.
I will try to hack something in a few days to see if woocommerce can bend that way.
Forum: Plugins
In reply to: [Plugin: WooCommerce] Checkout saying fields are requiredissue was the woocommerce plugin I had that was hiding the required phone number. Had to disable the plugin.