Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter darelyn

    (@darelyn)

    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.]

    Thread Starter darelyn

    (@darelyn)

    There is a add-on plugin listed that suits my needs, I’m just not sure how to make it work.

    Thread Starter darelyn

    (@darelyn)

    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/ 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)