HomeHome Product Discus... Product Discus...SmithCartSmithCartHow to remove labels on the email that gets sent to the buyer on the smith shopping cartHow to remove labels on the email that gets sent to the buyer on the smith shopping cart
Previous
 
Next
New Post
9/2/2010 12:46 AM
 

Where do I remove the highlighted things from the email that gets sent to the buyer the website.

Thank you for your order.
Your Order Total is :R 205.00

Order ID: 36
Order Date: 08/30/2010 03:31 PM

Shipping Address:

Billing Information:

Vusi Mahlangu
asdfsadf
safdsafd , asfsa
ZA
dsfasafsa
vusi@winontheweb.co.za

Vusi Mahlangu
asdfsadf
safdsafd , asfsa
ZA

Payment Type: Bill Me Later

Product Name

Quantity

Price

English Grade 10

1

R 170.00

SubTotal:

R 170.00

Discount:

-R 0.00

Shipping & Handling:

R 35.00

Tax:

R 0.00

Surcharge:

[Surcharge]

Order Total:

R 205.00

 
New Post
9/2/2010 1:21 AM
 

The cart uses one of the 3 following email templates when it sends the email confirmation. The email html templates located off your portal root directory in /desktopmodules/smith.buynow/

  • OrderTemplate.htm – standard email template
  • SHOrderTemplate.htm – email template used when shipping and handling is combined
  • OrderSurchargeTemplate.htm – email template used when surcharge is enabled in the cart

In the email you posted it looks like you are using the SHOrderTemplate.htm. To hide the line items that you highlighted open up the SHOrderTemplate.htm and add the following highlighted in yellow:

<tr runat="server" visible="false">
<td>[DISCOUNTLABEL]</td>
<td align="right">-[DISCOUNT]</td>
</tr>


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
9/2/2010 2:41 AM
 

Hi Dave

Please check i've changed it on all three but it still doesn't work.

<table border="0" cellpadding="2px" cellspacing ="2px" id="TABLE1">

<tr height="20px"><td>&nbsp;</td></tr>

<tr>

<td width=150>SubTotal:</td>

<td style="width: 48px">[SUBTOTAL]</td>

</tr>

<tr visible=false>

<td width=150>Discount:</td>

<td style="width: 48px">-[DISCOUNT]</td>

</tr>

<tr>

<td>Shipping & Handling:</td>

<td style="width: 48px">[SNH]</td>

</tr>

<tr>

<td>[TAXLABEL]</td>

<td style="width: 48px">[TAX]</td>

</tr>

<tr runat="server" id="trSurcharge" visible=false>

<td>Surcharge:</td>

<td style="width: 48px">[Surcharge]</td>

</tr>

<tr>

<td>[TOTALLABEL]:</td>

<td style="width: 48px">[ORDERTOTAL]</td>

</tr>

<tr><td></td></tr>

<tr visible=false>

<td>[VATTAXLABEL]</td>

<td style="width: 48px">[VATTAX]</td>

</tr>

<tr><td></td></tr>

</table>

 
New Post
9/2/2010 3:03 AM
 

Hi

When you put <tr visible=false> it doesn't work, I had to delete the rows in order for it to work.

Now its working thanks.

 
New Post
9/2/2010 7:04 AM
 

I think you need to have runat="server included - you are missing that.

<tr runat="server" visible="false">

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartHow to remove labels on the email that gets sent to the buyer on the smith shopping cartHow to remove labels on the email that gets sent to the buyer on the smith shopping cart