Title: AMP-MODE's Replies | WordPress.org

---

# AMP-MODE

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Leave At Door For WooCommerce] Really useful plugin](https://wordpress.org/support/topic/really-useful-plugin-129/)
 *  Plugin Author [AMP-MODE](https://wordpress.org/support/users/ampmode/)
 * (@ampmode)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/really-useful-plugin-129/#post-14982342)
 * Thanks for the great review, [@birdhousedigital](https://wordpress.org/support/users/birdhousedigital/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Leave At Door For WooCommerce] Move location on Order page](https://wordpress.org/support/topic/move-location-on-order-page/)
 *  Plugin Author [AMP-MODE](https://wordpress.org/support/users/ampmode/)
 * (@ampmode)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/move-location-on-order-page/#post-14982073)
 * [@birdhousedigital](https://wordpress.org/support/users/birdhousedigital/) great,
   glad to hear it! [If you wouldn’t mind leaving a review for the plugin, it would be very much appreciated.](https://wordpress.org/support/plugin/leave-at-door-for-woocommerce/reviews/#new-post)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Leave At Door For WooCommerce] Move location on Order page](https://wordpress.org/support/topic/move-location-on-order-page/)
 *  Plugin Author [AMP-MODE](https://wordpress.org/support/users/ampmode/)
 * (@ampmode)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/move-location-on-order-page/#post-14981444)
 * Hi [@birdhousedigital](https://wordpress.org/support/users/birdhousedigital/)
   thanks for that! Yes, this is certainly possible.
 * First, you will have to add the following line of code to your functions.php 
   or to a site-specific plugin. This will remove the “leave at door” options from
   the checkout page altogether.
    `remove_action( 'woocommerce_review_order_before_submit','
   wlad_checkout_options' );` Next, you’ll have to add the “leave at door” options
   back where you want them. You can do that by including an `add_action()` function
   that includes the correct function from our plugin (`wlad_checkout_options()`).
   Here is an example of what you would want to add: `add_action( 'woocommerce_after_order_notes','
   wlad_checkout_options' );`
 * The first part of that function (`woocommerce_after_order_notes`) is the location
   where the “leave at door” options will be added. This can be changed to any of
   the action hooks available on the checkout page. [See this page for a visual guide of all the action hooks available](https://www.businessbloomer.com/woocommerce-visual-hook-guide-checkout-page/).
   The second part (`wlad_checkout_options`) is the function that adds the options
   to the checkout page. This should not be changed.
 * Altogether, it should look something like this:
 *     ```
       remove_action( 'woocommerce_review_order_before_submit', 'wlad_checkout_options' );
       add_action( 'woocommerce_after_order_notes', 'wlad_checkout_options' );
       ```
   
 * Again, you can change `woocommerce_after_order_notes` to any of the available
   action hooks provided in the link above.
 * If this has helped you at all, [I would encourage you to leave a review](https://wordpress.org/support/plugin/leave-at-door-for-woocommerce/reviews/#new-post)
   to help others find this plugin for their store. If you still need assistance,
   please let me know.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Free Product Sample for WooCommerce] Worst support ever](https://wordpress.org/support/topic/great-support-and-plugin-89/)
 *  Plugin Author [AMP-MODE](https://wordpress.org/support/users/ampmode/)
 * (@ampmode)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/great-support-and-plugin-89/#post-14974115)
 * Thanks so much, [@egocefalo](https://wordpress.org/support/users/egocefalo/) 
   for the great review!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Free Product Sample for WooCommerce] Shipping class does not work, terrible support](https://wordpress.org/support/topic/shipping-class-does-not-work-terrible-support/)
 *  Plugin Author [AMP-MODE](https://wordpress.org/support/users/ampmode/)
 * (@ampmode)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/shipping-class-does-not-work-terrible-support/#post-14970860)
 * Hi [@vikashbavisi](https://wordpress.org/support/users/vikashbavisi/), sorry 
   for the experience you had with support. We recently acquired this plugin from
   the original developer, and we may have lost your support ticket in the transition.
   If you would be willing to reach back out to us with your issue, we’ll do our
   best to help solve it. [https://amplifyplugins.com/support/](https://amplifyplugins.com/support/)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Free Product Sample for WooCommerce] TERRIBLE PLUGIN AND EVEN WORSE SUPPORT](https://wordpress.org/support/topic/terrible-plugin-and-even-worse-support/)
 *  Plugin Author [AMP-MODE](https://wordpress.org/support/users/ampmode/)
 * (@ampmode)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/terrible-plugin-and-even-worse-support/#post-14970854)
 * Hi [@ryantack89](https://wordpress.org/support/users/ryantack89/), sorry for 
   the experience you had with support. We recently acquired this plugin from the
   original developer, and we may have lost your support ticket in the transition.
   If you would be willing to reach back out to us with your issue, we’ll do our
   best to help solve it. [https://amplifyplugins.com/support/](https://amplifyplugins.com/support/)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Free Product Sample for WooCommerce] Support Requests are not Responded to](https://wordpress.org/support/topic/support-requests-are-not-responded-to-3/)
 *  Plugin Author [AMP-MODE](https://wordpress.org/support/users/ampmode/)
 * (@ampmode)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/support-requests-are-not-responded-to-3/#post-14970851)
 * Hi [@kimruddock](https://wordpress.org/support/users/kimruddock/), sorry for 
   the experience you had with support. We recently acquired this plugin from the
   original developer, and we may have lost your support ticket in the transition.
   If you would be willing to reach back out to us with your issue, we’ll do our
   best to help solve it. [https://amplifyplugins.com/support/](https://amplifyplugins.com/support/)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Free Product Sample for WooCommerce] Support doesn’t respond](https://wordpress.org/support/topic/support-doesnt-respond-3/)
 *  Plugin Author [AMP-MODE](https://wordpress.org/support/users/ampmode/)
 * (@ampmode)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/support-doesnt-respond-3/#post-14970848)
 * Hi [@innpulswerbeagentur](https://wordpress.org/support/users/innpulswerbeagentur/),
   sorry for the experience you had with support. We recently acquired this plugin
   from the original developer, and we may have lost your support ticket in the 
   transition. If you would be willing to reach back out to us with your issue, 
   we’ll do our best to help solve it. [https://amplifyplugins.com/support/](https://amplifyplugins.com/support/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Free Product Sample for WooCommerce] PRODUCT_TYPE: Sample SAMPLE_PRICE: 0](https://wordpress.org/support/topic/product_type-sample-sample_price-0/)
 *  Plugin Author [AMP-MODE](https://wordpress.org/support/users/ampmode/)
 * (@ampmode)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/product_type-sample-sample_price-0/#post-14970838)
 * Great, I’m glad that helped. If you are willing to leave a review based on the
   support you received, we would really appreciate it.
 * [https://wordpress.org/support/plugin/woo-free-product-sample/reviews/#new-post](https://wordpress.org/support/plugin/woo-free-product-sample/reviews/#new-post)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Free Product Sample for WooCommerce] Add to cart problem](https://wordpress.org/support/topic/plugin-add-2/)
 *  Plugin Author [AMP-MODE](https://wordpress.org/support/users/ampmode/)
 * (@ampmode)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/plugin-add-2/#post-14968316)
 * Hey, [@fabiogigli](https://wordpress.org/support/users/fabiogigli/) sorry for
   the delayed response. We recently acquired this plugin from the original developer,
   and this question might have gotten lost in the transition. We’re planning on
   addressing the open support questions now that the transition dust has settled.
 * To help with this, could you provide me with a link to a product that is experiencing
   this behavior?
 * Also, if you want to reach out to our support directly via email in case you 
   don’t want to post your response publicly, you can do so here: [https://amplifyplugins.com/support/](https://amplifyplugins.com/support/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Free Product Sample for WooCommerce] Unable to purchase Pro version](https://wordpress.org/support/topic/unable-to-purchase-pro-version-4/)
 *  Plugin Author [AMP-MODE](https://wordpress.org/support/users/ampmode/)
 * (@ampmode)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/unable-to-purchase-pro-version-4/#post-14968304)
 * Hey [@oakwoodmedia](https://wordpress.org/support/users/oakwoodmedia/) and [@mediendesignwerk](https://wordpress.org/support/users/mediendesignwerk/)
   Thanks for checking out the plugin. We recently acquired this plugin from the
   original developer, so you may have gotten caught up in the transition. You should
   be able to purchase it now by going to our website here: [https://amplifyplugins.com/downloads/free-product-sample-for-woocommerce/](https://amplifyplugins.com/downloads/free-product-sample-for-woocommerce/)
 * Please let me know if you have any questions.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Free Product Sample for WooCommerce] PRODUCT_TYPE: Sample SAMPLE_PRICE: 0](https://wordpress.org/support/topic/product_type-sample-sample_price-0/)
 *  Plugin Author [AMP-MODE](https://wordpress.org/support/users/ampmode/)
 * (@ampmode)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/product_type-sample-sample_price-0/#post-14968284)
 * Hi, [@egocefalo](https://wordpress.org/support/users/egocefalo/) update to version
   2.2.1 and then add the following to your theme’s functions.php or to a custom
   plugin.
 *     ```
       /**
        * This filter tells the plugin you want to replace PRODUCT_TYPE and SAMPLE_PRICE with something else.
        */
       add_filter( 'wfps_custom_order_meta', __return_true() );
       /**
        * This action will actually output whatever you want in place of the 
        * existing PRODUCT_TYPE and SAMPLE_PRICE lines.
        * In the example below, I've changed the following: 
        * PRODUCT_TYPE -> Product type 
        * SAMPLE_PRICE -> Sample price
        * To add your own custom information enter the following:
        * wc_add_order_item_meta( $itemID, 'Heading text', 'Value text shown after the colon' );
        */
       add_action( 'wfps_custom_order_meta_action', 'fps_custom_meta_action', 10, 2 );
       function fps_custom_meta_action( $itemID, $values ) {
       	$sample = __( 'Sample', 'woo-free-product-sample' );
       	wc_add_order_item_meta( $itemID, 'Product type', $sample );
       	wc_add_order_item_meta( $itemID, 'Sample price', (float)$values["sample_price"] );
       }
       ```
   
 * Let me know if you need any further assistance with this.

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