Title: insertdelete's Replies | WordPress.org

---

# insertdelete

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

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

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[hCaptcha for WP] v1.4.2 not included Assets](https://wordpress.org/support/topic/v1-4-2-not-included-assets/)
 *  [insertdelete](https://wordpress.org/support/users/insertdelete/)
 * (@insertdelete)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/v1-4-2-not-included-assets/#post-12720718)
 * I have downloaded from Github instead. But yes, developers please fix this…
 * 404 | GET /wp-content/plugins/hcaptcha-for-forms-and-more/assets/styles.css HTTP/
   1.0
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[G-Forms hCaptcha] hCaptcha has failed to initialize…](https://wordpress.org/support/topic/hcaptcha-has-failed-to-initialize/)
 *  Thread Starter [insertdelete](https://wordpress.org/support/users/insertdelete/)
 * (@insertdelete)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/hcaptcha-has-failed-to-initialize/#post-12634230)
 * Nevermind, I’m daft! I should add the site-key in the form field. I thought it
   would be in the plugin’s main settings area.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Cart system for multiple donations at once](https://wordpress.org/support/topic/cart-system-for-multiple-donations-at-once/)
 *  Thread Starter [insertdelete](https://wordpress.org/support/users/insertdelete/)
 * (@insertdelete)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/cart-system-for-multiple-donations-at-once/#post-12266302)
 * When I say causes, I mean multiple ‘donation forms’ at once. All the small charities
   I’ve worked with use individual donation forms for each ’cause’ they fundraise
   for.
 * The ‘Funds’ concepts seems pretty brilliant and I would be interested in reading
   more if you have anything published on it yet.
 * Thank you for your reply 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Modify the payment description](https://wordpress.org/support/topic/modify-the-payment-description/)
 *  Thread Starter [insertdelete](https://wordpress.org/support/users/insertdelete/)
 * (@insertdelete)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/modify-the-payment-description/#post-11214462)
 * Ok I think I’ve managed to figure it out.
 *     ```
       add_filter( 'wc_stripe_generate_payment_request', 'filter_wc_stripe_payment_descriptionmod', 3, 10 );
       function filter_wc_stripe_payment_descriptionmod( $post_data, $order, $source ) {
       	foreach( $order->get_items() as $item_id => $line_item ){
       		$item_data = $line_item->get_data();
       		$product = $line_item->get_product();
       		$product_sku = $product->get_sku();
       	}
       	$post_data['description'] = sprintf( __( '%1$s | %2$s' ), $product_sku, $post_data['description'] );
       	return $post_data;
       }
       ```
   
 * Lines 3-7 could probably be done differently, but this works for me since I have
   the function in place from my first post.
 * I’d still appreciate anyone else’s feedback and hope this ends up helping someone.
    -  This reply was modified 7 years, 3 months ago by [insertdelete](https://wordpress.org/support/users/insertdelete/).
    -  This reply was modified 7 years, 3 months ago by [insertdelete](https://wordpress.org/support/users/insertdelete/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Postman SMTP Mailer/Email Log] Postman Fork](https://wordpress.org/support/topic/forking-postman-smtp/)
 *  Thread Starter [insertdelete](https://wordpress.org/support/users/insertdelete/)
 * (@insertdelete)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/forking-postman-smtp/#post-9576334)
 * @johnboy85a, you will need to apply the update via FTP/file manager access from
   your hosting control panel.
    Make sure to overwrite the files during extraction.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Postman SMTP Mailer/Email Log] Premium version](https://wordpress.org/support/topic/jason-hendricks-please-read/)
 *  [insertdelete](https://wordpress.org/support/users/insertdelete/)
 * (@insertdelete)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/jason-hendricks-please-read/#post-9572385)
 * I too would absolutely pay for a plugin like this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Custom amount, recurring](https://wordpress.org/support/topic/custom-amount-recurring/)
 *  Thread Starter [insertdelete](https://wordpress.org/support/users/insertdelete/)
 * (@insertdelete)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/custom-amount-recurring/#post-9435596)
 * Oops, sorry! I’ll be sure to contact you over there. Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Conditional attributes/addons and content](https://wordpress.org/support/topic/conditional-attributesaddons-and-content/)
 *  Thread Starter [insertdelete](https://wordpress.org/support/users/insertdelete/)
 * (@insertdelete)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/conditional-attributesaddons-and-content/#post-8627584)
 * Ok, I’ve just read up on Gravity Forms Product Addon, and I can see that I can
   probably do all of this with that plugin, except it would require a LOT of conditionals.
   If anyone has an idea how to minimise the conditions, I would appreciate it.

Viewing 8 replies - 1 through 8 (of 8 total)