Title: agg2's Replies | WordPress.org

---

# agg2

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/agg2/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/agg2/replies/page/3/?output_format=md) [→](https://wordpress.org/support/users/agg2/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ReactPress - Create React App for Wordpress] Look forward for new fixed version, repr_log](https://wordpress.org/support/topic/look-forward-for-new-fixed-version-repr_log/)
 *  [agg2](https://wordpress.org/support/users/agg2/)
 * (@agg2)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/look-forward-for-new-fixed-version-repr_log/#post-17960766)
 * I second the above fix as soon as possible. I’ve encountered this error several
   times now and it’s very confusing and throws me off when I’m having to troubleshoot
   an unrelated problem.
 *     ```wp-block-code
       Fatal error: Uncaught Error: Call to undefined function ReactPress\Admin\repr_log() in ...
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Quote or Enquiry Contact Form 7] Problem message sent several times](https://wordpress.org/support/topic/problem-message-sent-several-times/)
 *  [agg2](https://wordpress.org/support/users/agg2/)
 * (@agg2)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/problem-message-sent-several-times/#post-14808845)
 * Developer, please – it is many weeks now annoying many of my customers by spamming
   multiple emails. Please assist!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Quote or Enquiry Contact Form 7] Problem message sent several times](https://wordpress.org/support/topic/problem-message-sent-several-times/)
 *  [agg2](https://wordpress.org/support/users/agg2/)
 * (@agg2)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/problem-message-sent-several-times/#post-14746371)
 * Same for me two weeks later – emails are being sent twice.
 * Please, [@developer](https://wordpress.org/support/users/developer/) please help
   us.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce] Google Shopping categories no longer suggested/predicted when mapping, typing](https://wordpress.org/support/topic/google-shopping-categories-no-longer-suggested-predicted-when-mapping-typing/)
 *  Thread Starter [agg2](https://wordpress.org/support/users/agg2/)
 * (@agg2)
 * [5 years ago](https://wordpress.org/support/topic/google-shopping-categories-no-longer-suggested-predicted-when-mapping-typing/#post-14395974)
 * Thanks for the quick response. I’m always impressed when developers respond promptly.
 * I was able to see what you mean – the autosuggest does appear in the top left
   hand corner, as you say.
 * It’s a real pain for me, as I have a category list of hundreds and even thousands
   of rows, so having to scroll up for every row adds a lot of work. Hopefully you
   guys can get it fixed soon! Appreciate it. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Google Review Slider] Does business pro ver work for Google Business with No Physical Address](https://wordpress.org/support/topic/does-business-pro-ver-work-for-google-business-with-no-physical-address/)
 *  Thread Starter [agg2](https://wordpress.org/support/users/agg2/)
 * (@agg2)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/does-business-pro-ver-work-for-google-business-with-no-physical-address/#post-14221226)
 * Thank you. What do you mean by the “Review Funnel feature”?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Price Based on Country for WooCommerce] Setting same prices inclusive of tax for different countries](https://wordpress.org/support/topic/setting-same-prices-inclusive-of-tax-for-different-countries/)
 *  [agg2](https://wordpress.org/support/users/agg2/)
 * (@agg2)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/setting-same-prices-inclusive-of-tax-for-different-countries/#post-11277827)
 * Oscar? I want to know answer this Capucine’s question too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Invoices for WooCommerce] Disable download invoice link on Thank you page?](https://wordpress.org/support/topic/disable-download-invoice-link-on-thank-you-page/)
 *  Thread Starter [agg2](https://wordpress.org/support/users/agg2/)
 * (@agg2)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/disable-download-invoice-link-on-thank-you-page/#post-11273946)
 * Turns out I had long ago installed this code in my functions.php file and forgot
   about it:
 *     ```
       # https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/download-link-on-the-thank-you-page/
   
       add_filter('woocommerce_thankyou_order_received_text', 'wpo_wcpdf_thank_you_link', 10, 2);
       function wpo_wcpdf_thank_you_link( $text, $order ) {
           if ( is_user_logged_in() ) {
               $order_id = method_exists($order, 'get_id') ? $order->get_id() : $order->id;
               $pdf_url = wp_nonce_url( admin_url( 'admin-ajax.php?action=generate_wpo_wcpdf&template_type=invoice&order_ids=' . $order_id . '&my-account'), 'generate_wpo_wcpdf' );
               $text .= '<p><a href="'.esc_attr($pdf_url).'">Download a printable invoice / payment confirmation (PDF format)</a></p>';
           }
           return $text;
       }
       ```
   
 * This implies there was no setting to enable/disable a download link from within
   the plugins GUI interface. Is this still the case? Shouldn’t there be an option
   to easily enable/disable the download link on the Thank You page from within 
   the plugin’s GUI interface?
    -  This reply was modified 7 years, 2 months ago by [agg2](https://wordpress.org/support/users/agg2/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[AcmePhoto] Issue on Customizer](https://wordpress.org/support/topic/issue-on-customizer/)
 *  [agg2](https://wordpress.org/support/users/agg2/)
 * (@agg2)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/issue-on-customizer/#post-11228079)
 * It would be nice if the developer would explain the changes that he made.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Download invoices option from the My Account page missing](https://wordpress.org/support/topic/download-invoices-option-from-the-my-account-page-missing/)
 *  Thread Starter [agg2](https://wordpress.org/support/users/agg2/)
 * (@agg2)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/download-invoices-option-from-the-my-account-page-missing/#post-11224462)
 * I figured it out, so I’ll answered my own question – unfortunately I was unable
   to find this in the documentation – perhaps developers should include in documentation:
 * WooCommerce PDF Invoices > Documents > Invoice > Allow My Account invoice download
    -  This reply was modified 7 years, 2 months ago by [agg2](https://wordpress.org/support/users/agg2/).
    -  This reply was modified 7 years, 2 months ago by [agg2](https://wordpress.org/support/users/agg2/).
    -  This reply was modified 7 years, 2 months ago by [agg2](https://wordpress.org/support/users/agg2/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More] Error archive size file too small?](https://wordpress.org/support/topic/error-archive-size-file-too-small/)
 *  [agg2](https://wordpress.org/support/users/agg2/)
 * (@agg2)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/error-archive-size-file-too-small/#post-11040983)
 * I have this problem too. The numbers given don’t correspond to anything. This
   is frustrating.
 * I feel enough people are affected that you should post a public solution. Thank
   you.
 * Duplicator – Bootloader version: 1.3.2
    Setup Notice: An error has occurred. 
   In order to load the full installer please resolve the issue below. Archive file
   size warning. The expected archive size should be around [8.67GB]. The actual
   size is currently [686.26MB]. The archive file may not have fully been downloaded
   to the server. Please validate that the file sizes are close to the same size
   and that the file has been completely downloaded to the destination server. If
   the archive is still downloading then refresh this page to get an update on the
   download size.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP STAGING - WordPress Backup, Restore & Migration] Deleting one clone deletes them all](https://wordpress.org/support/topic/deleting-one-clone-deletes-them-all/)
 *  Thread Starter [agg2](https://wordpress.org/support/users/agg2/)
 * (@agg2)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/deleting-one-clone-deletes-them-all/#post-10468878)
 * [@renehermi](https://wordpress.org/support/users/renehermi/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP STAGING - WordPress Backup, Restore & Migration] Deleting one clone deletes them all](https://wordpress.org/support/topic/deleting-one-clone-deletes-them-all/)
 *  Thread Starter [agg2](https://wordpress.org/support/users/agg2/)
 * (@agg2)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/deleting-one-clone-deletes-them-all/#post-10468877)
 * I sent to support (at) wp-staging.com?, did you get it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP STAGING - WordPress Backup, Restore & Migration] Removing the staging site](https://wordpress.org/support/topic/removing-the-staging-site/)
 *  [agg2](https://wordpress.org/support/users/agg2/)
 * (@agg2)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/removing-the-staging-site/#post-10366102)
 * [@renehermi](https://wordpress.org/support/users/renehermi/) Forgive my question
   but I’m a newbie – can you please tell me how tables are typically removed? Where
   do I go and how do I do it? Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP STAGING - WordPress Backup, Restore & Migration] Removing the staging site](https://wordpress.org/support/topic/removing-the-staging-site/)
 *  [agg2](https://wordpress.org/support/users/agg2/)
 * (@agg2)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/removing-the-staging-site/#post-10364750)
 * [@renehermi](https://wordpress.org/support/users/renehermi/) I need to know how
   to delete the staging environment manually, cleanly so as to leave no remnants
   of files or databases. Can you advise how and which files/folders to delete?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce] Trim plugin; works; support good](https://wordpress.org/support/topic/trim-plugin-works-support-good/)
 *  Thread Starter [agg2](https://wordpress.org/support/users/agg2/)
 * (@agg2)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/trim-plugin-works-support-good/#post-10294542)
 * <3

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

1 [2](https://wordpress.org/support/users/agg2/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/agg2/replies/page/3/?output_format=md) [→](https://wordpress.org/support/users/agg2/replies/page/2/?output_format=md)