Title: darelyn's Replies | WordPress.org

---

# darelyn

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[eShop] Want to add a greeting option](https://wordpress.org/support/topic/want-to-add-a-greeting-option/)
 *  Thread Starter [darelyn](https://wordpress.org/support/users/darelyn/)
 * (@darelyn)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/want-to-add-a-greeting-option/#post-4144659)
 * I believe it’s this one. I want to have the customers fill in a field with a 
   greeting that they would like to add to their order.
 *     ```
       // Adds extra field to details display
       add_action('eshopshowuserdetails','eshop_extras_showdetails',1,1);
       add_action('eshopshowdetails','eshop_extras_showdetails',1,1);
       function eshop_extras_showdetails($row){
       	//add to order details page
       	if($row->eshop_extra!=''){
       		echo '<hr class="eshopclear" />';
       		echo '<div><h4>Extra Field</h4>';
       		echo $row->eshop_extra.'</div>';
       	}
       ```
   
 * _[Moderator Note: Please post code & markup between backticks or use the code
   button. Your posted code may now have been permanently damaged by the forum’s
   parser.]_
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[eShop] Want to add a greeting option](https://wordpress.org/support/topic/want-to-add-a-greeting-option/)
 *  Thread Starter [darelyn](https://wordpress.org/support/users/darelyn/)
 * (@darelyn)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/want-to-add-a-greeting-option/#post-4144657)
 * There is a add-on plugin listed that suits my needs, I’m just not sure how to
   make it work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[eShop] Want to add a greeting option](https://wordpress.org/support/topic/want-to-add-a-greeting-option/)
 *  Thread Starter [darelyn](https://wordpress.org/support/users/darelyn/)
 * (@darelyn)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/want-to-add-a-greeting-option/#post-4144655)
 * I’m new to this so please be patient with me. I’m not sure how to make the [http://quirm.net/eshop-add-ons/](http://quirm.net/eshop-add-ons/)
   work. I downloaded it and added it to the eshop folder but I’m not sure what 
   to do from there.

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