Ryon Whyte
Forum Replies Created
-
Hi. Not sure what issues you had but the plugin is working fine based on other users’ experiences as well as our own tests. We are unable to account for all issues deriving from other plugins you have installed.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Not tested with my WordPress versionHi,
The plugin should work fine with your website and latest WP versions. I wouldn’t worry too much about WordPress itself. I would probably look at other plugins and test them to make sure everything is compatible.
Hi @corsonr ,
Thank you for responding. Just so I understand correctly and for confirmation. You are saying the
woocommerce_thankyouhook still runs after a Stripe error like this – screenshot https://imgur.com/3lJoNIkI am using WooCommerce One-Page checkout. Not sure if that could have anything to do with it. The thank-you page template seems to work fine. If I manually edit the text and make a successful order it shows fine. Just nothing on the declined orders, only show red error message like the screenshot which is what led me to believe the hook must not run on failed orders.
- This reply was modified 4 years, 11 months ago by Ryon Whyte.
Hi, I joined discord. Thank you
OK. Thank you very much. I appreciate the reply.
I submitted the form
I can only select the 29th of this month for a scheduled call. https://prnt.sc/q0i6f0
I have this code in use to update order status on checkout. Do you think this is the issue?
add_action( 'woocommerce_thankyou', 'bbloomer_thankyou_change_order_status' ); function bbloomer_thankyou_change_order_status( $order_id ){ if( ! $order_id ) return; $order = wc_get_order( $order_id ); // Status without the "wc-" prefix $order->update_status( 'waiting' ); }Maybe you could add a feature to update the order status of split order.
- This reply was modified 6 years, 6 months ago by Ryon Whyte.
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] Too many emails going outOK. I turned emails off. I am not sure what’s going on. I will open a new ticket with an issue this might be tied to
Forum: Plugins
In reply to: [Order Splitter for WooCommerce] Quantity split leaves empty order@fahadmahmood Thank you very much for the fix. It seems to work great now. No empty orders
Forum: Plugins
In reply to: [WooCommerce] Dropship Plugin without csv file?I have not used it yet. I am creating a website and planning to use it. I have done some research and think it is suitable for my purposes. It should also work well for what you want.
The price is onceForum: Plugins
In reply to: [WooCommerce] Dropship Plugin without csv file?OK. Check it out
Forum: Plugins
In reply to: [WooCommerce] Dropship Plugin without csv file?It works on automatic. You can set it and leave it. And it import every product from that website. Read about the features over at codecanyon. Or look for some other videos online
Forum: Plugins
In reply to: [WooCommerce] Dropship Plugin without csv file?This is an example video of how it works https://www.youtube.com/watch?v=9YLts7kNGbA
The plugin is available at codecanyonForum: Plugins
In reply to: [WooCommerce] Dropship Plugin without csv file?Maybe you could try scraping the products. With their permission of course. A plugin is available on code canyon called scrapes. you could use it to scrape an import the products.
Forum: Plugins
In reply to: Woocommerce delete virtual product after purchase itDid you figure this out? I am having the same issue