+ Reply to Thread
Results 1 to 2 of 2

Thread: Adding Product Code to Order Email Merchant.html.tpl.php

  1. #1
    Client
    Join Date
    Feb 2008
    Posts
    12
    Squirrelcart version
    v3.0.0

    Adding Product Code to Order Email Merchant.html.tpl.php

    Hi Guys

    Been trying to get the Product code to show up next to the products in the admin html email.

    Tried to insert <?php print $Product_Code ?> on line 188 like this

    <?php print $Item['Brief_Description'] ?> <?php print $Product_Code ?>

    However it didn't work, can anyone help?

    Thanks

  2. #2
    Squirrelcart Staff Jamie's Avatar
    Join Date
    May 2002
    Posts
    6,829
    Squirrelcart version
    v3.3.7
    This will do it:
    PHP Code:
    <?php print $Item['Product_Code'?>

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts