Show Posts


Messages - g.b17

Pages: [1]
1
Customization help / Re: Email Problem
« on: June 06, 2018, 10:21:13 AM »
Yes, I have test it with another software and is the same.

I've uploaded .eml . Thanks to all and I hope I will fix it because it's the only problem that prevents me from opening the store

2
Customization help / Email Problem
« on: June 06, 2018, 08:19:20 AM »
Hi! I have a problem with automatic email.

Look the picture..How can I fix it ??

When a customer make a order I receive it (Admin) correctly . But email for customer is wrong. Forgot password too.

Sorry for my English, I'm Italian and thanks to all

3
this is my order_confirm.tpl :

<?php echo $text_greeting."\n\n";?>
<?php echo $text_order_id.' '. $order_id; ?>

<?php echo $text_date_added.' '. $date_added."\n"; ?>
<?php echo $text_payment_method.' '.$payment_method."\n"; ?>
<?php echo $text_shipping_method .' '. $shipping_method."\n"; ?>

<?php echo $text_email.' '. $customer_email."\n"; ?>
<?php echo $text_telephone.' '. $customer_telephone."\n"; ?>
<?php if ($customer_mobile_phone) {
     echo $text_mobile_phone.' '. $customer_mobile_phone."\n"; ?>
<?php } ?>
<?php if ($customer_fax) {
     echo $text_fax.' '. $customer_fax."\n"; ?>
<?php }
echo $text_ip.' '. $customer_ip."\n"; ?>



<?php echo $text_shipping_address."\n\n"; ?>
      <?php echo $shipping_address."\n\n\n"; ?>
<?php echo $text_payment_address."\n\n"; ?>
      <?php echo $payment_address."\n\n\n"; ?>


<?php echo $column_product ."                            ".$column_model."   ".$column_price."   ".$column_total."\n"; ?>

<?php foreach($products as $product){
   echo $product['quantity'].' x '.$product['name'] . '   (' . $product['model'] . ')   '. $product['price'] . '   '.$product['total']."\n";
   foreach($product['option'] as $option){ ?>
- <?php echo $option['name'].' '. ($option['value'] ? ': ' . $option['value'] : '')."\n";  } ?>
<?php } ?>

<?php echo "\n\n\n".$text_total."\n\n"; ?>
<?php foreach($totals as $total){   echo "\t\t".$total['title']."  ".$total['text']."\n"; ?>
<?php } ?>


<?php if($comment){ ?>
<?php echo $text_comment.": \n"; ?>
<?php echo $comment; ?>
<?php } ?>

<?php if($invoice){ ?>
<?php echo $text_invoice.": \n"; ?>

<?php echo $invoice; ?>
   <?php } ?>

<?php echo $text_footer; ?>


What's wrong ?? I repeat, I receive the email correctly. But customer receive without template and with some mixed code

How can I edit the text??? I want to insert my signature and other text.

4
Can u tell me what is the file to modify ??

/storefront/view/template/mail

or in /extension/monnikatemplate/storefront/view/template/mail ???

In both there is order_confirm_text.tpl and order_confirm.tpl



5
Hi, I'm Italian so excuse me for my English.

I'have my store with last version of AbanteCart and I have a problem.
When a new account is registered, an email is sent to the customer but white. No Object and no text, same for new orders. Why?

My e-mail address is info@compense and when a customer places an order I receive the email correctly. While those sent to the customer are empty. How can I solve?

I have MonnikaTemplate and in extension/monnika_template/storefront/view/template/mail there is account_create.tpl and is:

'; } if ($text_login) { echo $text_login.'
'; } if ($text_approval) { echo $text_approval.'
'; } if ($text_login_later) { echo '
'.$text_login_later.'
'; } if ($text_services) { echo '
'.$text_services.'
'; } ?>
 
'; echo $store_name.'
'; ?>


Is it correctly ??

Pages: [1]

Powered by SMFPacks Social Login Mod