Title: pipoulito's Replies | WordPress.org

---

# pipoulito

  [  ](https://wordpress.org/support/users/pipoulito/)

 *   [Profile](https://wordpress.org/support/users/pipoulito/)
 *   [Topics Started](https://wordpress.org/support/users/pipoulito/topics/)
 *   [Replies Created](https://wordpress.org/support/users/pipoulito/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/pipoulito/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/pipoulito/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/pipoulito/engagements/)
 *   [Favorites](https://wordpress.org/support/users/pipoulito/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 541 total)

1 [2](https://wordpress.org/support/users/pipoulito/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pipoulito/replies/page/3/?output_format=md)…
[35](https://wordpress.org/support/users/pipoulito/replies/page/35/?output_format=md)
[36](https://wordpress.org/support/users/pipoulito/replies/page/36/?output_format=md)
[37](https://wordpress.org/support/users/pipoulito/replies/page/37/?output_format=md)
[→](https://wordpress.org/support/users/pipoulito/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smash Balloon Social Photo Feed – Easy Social Feeds Plugin] Featured content](https://wordpress.org/support/topic/featured-content-18/)
 *  Thread Starter [pipoulito](https://wordpress.org/support/users/pipoulito/)
 * (@pipoulito)
 * [5 months ago](https://wordpress.org/support/topic/featured-content-18/#post-18728205)
 * thanks a lot , and filtering with hashtag is only in PRO version ?
   no other way
   to filter content in free version ?
 * thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smash Balloon Social Photo Feed – Easy Social Feeds Plugin] Featured content](https://wordpress.org/support/topic/featured-content-18/)
 *  Thread Starter [pipoulito](https://wordpress.org/support/users/pipoulito/)
 * (@pipoulito)
 * [5 months ago](https://wordpress.org/support/topic/featured-content-18/#post-18728117)
 * featured content = Highlights
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Return page](https://wordpress.org/support/topic/return-page-4/)
 *  Thread Starter [pipoulito](https://wordpress.org/support/users/pipoulito/)
 * (@pipoulito)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/return-page-4/#post-18703323)
 * i have changed to add_action(‘woocommerce_before_calculate_totals’, ‘custom_cart_total’);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Return page](https://wordpress.org/support/topic/return-page-4/)
 *  Thread Starter [pipoulito](https://wordpress.org/support/users/pipoulito/)
 * (@pipoulito)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/return-page-4/#post-18703307)
 * maybe because i use a hook with template_redirect ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Return page](https://wordpress.org/support/topic/return-page-4/)
 *  Thread Starter [pipoulito](https://wordpress.org/support/users/pipoulito/)
 * (@pipoulito)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/return-page-4/#post-18703066)
 * [https://pastebin.com/ec54sfsJ](https://pastebin.com/ec54sfsJ)
   [https://pastebin.com/mdPwMVtB](https://pastebin.com/mdPwMVtB)
   here it is can i for to display bank confirmation step ? Sometimes i buy and 
   it is not requested.
 * I think all the customers are not concerned by this issue
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Return page](https://wordpress.org/support/topic/return-page-4/)
 *  Thread Starter [pipoulito](https://wordpress.org/support/users/pipoulito/)
 * (@pipoulito)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/return-page-4/#post-18702693)
 * Hi
 * webhook is ok because it works for some others orders
 * i have no stripe log in this dropdown
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Partial refund statut](https://wordpress.org/support/topic/partial-refund-statut/)
 *  Thread Starter [pipoulito](https://wordpress.org/support/users/pipoulito/)
 * (@pipoulito)
 * [9 months, 4 weeks ago](https://wordpress.org/support/topic/partial-refund-statut/#post-18532826)
 * Hi,
 * as i just need to assign a custom order statut “partially_refunded” that i would
   have previously registered with php to an order , i suppose it is the hook do
   t that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Partial refund statut](https://wordpress.org/support/topic/partial-refund-statut/)
 *  Thread Starter [pipoulito](https://wordpress.org/support/users/pipoulito/)
 * (@pipoulito)
 * [9 months, 4 weeks ago](https://wordpress.org/support/topic/partial-refund-statut/#post-18532807)
 * Hi
 * yes you right, i can achieve easyly 1&2 with PHP, i suppose i can assign the 
   order status when woocommerce_order_partially_refunded is triggered and so i 
   have not to compare order total initital amount and refund amount, right?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Partial refund statut](https://wordpress.org/support/topic/partial-refund-statut/)
 *  Thread Starter [pipoulito](https://wordpress.org/support/users/pipoulito/)
 * (@pipoulito)
 * [9 months, 4 weeks ago](https://wordpress.org/support/topic/partial-refund-statut/#post-18532787)
 * hi , you right , BUT you can find it in official code reference : [https://woocommerce.github.io/code-reference/hooks/hooks.html](https://woocommerce.github.io/code-reference/hooks/hooks.html)
   and is in  `wc-order-functions.php` so i suppose i can uset it ? thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Partial refund statut](https://wordpress.org/support/topic/partial-refund-statut/)
 *  Thread Starter [pipoulito](https://wordpress.org/support/users/pipoulito/)
 * (@pipoulito)
 * [9 months, 4 weeks ago](https://wordpress.org/support/topic/partial-refund-statut/#post-18532511)
 * thanks but why not using this directly ? [https://wp-kama.com/plugin/woocommerce/hook/woocommerce_order_partially_refunded](https://wp-kama.com/plugin/woocommerce/hook/woocommerce_order_partially_refunded)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Partial refund statut](https://wordpress.org/support/topic/partial-refund-statut/)
 *  Thread Starter [pipoulito](https://wordpress.org/support/users/pipoulito/)
 * (@pipoulito)
 * [10 months ago](https://wordpress.org/support/topic/partial-refund-statut/#post-18531442)
 * Hi
 * Thanks i know that but my question is what of your hook can i use to test if 
   its a full or a partial refund then change change the order statut ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP All Import – Drag & Drop Import for CSV, XML, Excel & Google Sheets] Import taxonomies child](https://wordpress.org/support/topic/import-taxonomies-child/)
 *  Thread Starter [pipoulito](https://wordpress.org/support/users/pipoulito/)
 * (@pipoulito)
 * [10 months, 2 weeks ago](https://wordpress.org/support/topic/import-taxonomies-child/#post-18502426)
 * actually my csv is set like this :
 * 1 Column by day ( monday, tuesday…)
 * values in columns lines : Morning,afternoon coma separated
 * i dont understand ho can I import thèse multiple columns with multiple values
   in a taxonomy named availabIlity
 * thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] The card number is incomplete](https://wordpress.org/support/topic/the-card-number-is-incomplete-2/)
 *  Thread Starter [pipoulito](https://wordpress.org/support/users/pipoulito/)
 * (@pipoulito)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/the-card-number-is-incomplete-2/#post-18495343)
 * Hi,
 * Actually the same customer had the ussue the tried later and it has worked
 * so it seems it is randomly
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] The card number is incomplete](https://wordpress.org/support/topic/the-card-number-is-incomplete-2/)
 *  Thread Starter [pipoulito](https://wordpress.org/support/users/pipoulito/)
 * (@pipoulito)
 * [10 months, 4 weeks ago](https://wordpress.org/support/topic/the-card-number-is-incomplete-2/#post-18490348)
 * Hi,
 * In TEST mode the payment will be done too ?
 * I use HelloTheme on 50 websites with Stripe , i don’t think that theme is the
   problem
   I have juste tested with my credit car in production mode and it haw 
   worked
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] The card number is incomplete](https://wordpress.org/support/topic/the-card-number-is-incomplete-2/)
 *  Thread Starter [pipoulito](https://wordpress.org/support/users/pipoulito/)
 * (@pipoulito)
 * [11 months ago](https://wordpress.org/support/topic/the-card-number-is-incomplete-2/#post-18488742)
 * Hi
 * Thanks for détails it seeems it happens not for all customers but for them who
   have the message them can not complète the order

Viewing 15 replies - 1 through 15 (of 541 total)

1 [2](https://wordpress.org/support/users/pipoulito/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/pipoulito/replies/page/3/?output_format=md)…
[35](https://wordpress.org/support/users/pipoulito/replies/page/35/?output_format=md)
[36](https://wordpress.org/support/users/pipoulito/replies/page/36/?output_format=md)
[37](https://wordpress.org/support/users/pipoulito/replies/page/37/?output_format=md)
[→](https://wordpress.org/support/users/pipoulito/replies/page/2/?output_format=md)