Cs Cart 4.3.6 Confirmation Email

Hi bros and sis again :-) Could any body tell me if I is possible have order confirmation email without invoice in the email please ?

EcomLabs helped me with cscart 2 where

skins\THEME\mail\orders\order_notification.tpl

remove the following lines:

{$order_header}:<br />

{include file="orders/invoice.tpl"}

and clear the cache

I tried same in this cart but no success

Thank you Marian

please check path again it shoul be work . path is home\cscart\var\themes\[THEME_NAME]\mail\templates\orders\order_notification.tpl.

remove the following lines:

{$order_header}: />

{include file="orders/invoice.tpl"}

and clear the cache

Hello is not working at all :-(

I have changed /var/themes_repository/responsive/mail/templates/orders/order_notification.tpl

{include file="common/letter_header.tpl"}

{__("dear")} {$order_info.firstname},

{$order_status.email_header nofilter}

{assign var="order_header" value=__("invoice")}
{if $status_settings.appearance_type == "C" && $order_info.doc_ids[$status_settings.appearance_type]}
{assign var="order_header" value=__("credit_memo")}
{elseif $status_settings.appearance_type == "O"}
{assign var="order_header" value=__("order_details")}
{/if}
{$order_header}:
{include file="orders/invoice.tpl"}
{include file="common/letter_footer.tpl"}
Thank you

Hello seems like cache issue, could you tell me how could I erase the cache files without ?cc

Thank you

please check , you are using repository path I have changed /var/themes_repository/responsive/mail/templates/orders/order_notification.tpl.

Please use
design\themes\[THEME_NAME]\mail\templates\orders\order_notification.tpl. (sorry i forget to replace var to design in last post) . please check it would be work . for more help come in PM & share Temporary FTP, surely i'll help you

Hello seems like cache issue, could you tell me how could I erase the cache files without ?cc

Thank you

For the notification sent to the Order department you should also edit the design/backend/mail/templates/orders/order_notification.tpl file.

In order to clear templates cache please use the ?ctpl parameter.

Hi bros and sis again :-) Could any body tell me if I is possible have order confirmation email without invoice in the email please ?

EcomLabs helped me with cscart 2 where

skins\THEME\mail\orders\order_notification.tpl

remove the following lines:

{$order_header}: />

{include file="orders/invoice.tpl"}

and clear the cache

I tried same in this cart but no success

Thank you Marian

You should correct the following files:

- design/backend/mail/templates/orders/order_notification.tpl

- design/themes/YOUR_THEME/mail/templates/orders/order_notification.tpl

Just remove the following line of code and clear the cache

{include file="orders/invoice.tpl"}

You are the star, thank you

Any chance get out the text Invoice:

Please ?

You are the star, thank you

Any chance get out the text Invoice:

Please ?

Just remove the following code:

{$order_header}:

Thanks

I need to remove payment info in the Confirmation email. The customer is getting their cc info with the invoice when they order. How do i remove this, which file etc.

I need to remove payment info in the Confirmation email. The customer is getting their cc info with the invoice when they order. How do i remove this, which file etc.

Please PM me temporary FTP access. We will check why cc info is displayed there