Search found 11 matches

Page 1 of 1

Search found 11 matches

(SOLVED) How to show customer group in checkout email?

Hi,
It works great !!!
Thank you so much..

Robert

Jump to post
  • Mon Feb 08, 2016 2:59 pm
  • Replies 8
  • Views 2682
Re: How to show customer group in checkout email?

Thank you for the time to help this. I am using OC 1.5.3.1 with four customer groups: ASIA, AUSTRALIA, AMERICA and EUROPE. I have followed your instructions, but still no luck (the customer group remains empty). Would you please check if there any additional scripts/codes to be added? Again, I reall...

Jump to post
  • Sun Feb 07, 2016 9:44 am
  • Replies 8
  • Views 2682
Re: How to show customer group in checkout email?

i would like to get this too. let me know if you have found the solution.
thanks,
robert

Jump to post
  • Sat Feb 06, 2016 8:24 am
  • Replies 8
  • Views 2682
Re: Remove the word "Categories" title from the categories s

Hi Andy, 1) catalog/language/english/module/category.php Find : $_['heading_title'] = 'Categories'; Change to: $_['heading_title'] = ''; 2) catalog/view/theme/default/template/module/category.tpl Find and Remove: <div class="box-heading"><?php echo $heading_title; ?></div> Thanks, Robert -...

Jump to post
  • Tue Sep 22, 2015 9:54 am
  • Replies 5
  • Views 650
Re: Remove "there are no products to list in this category"

Hi, Try this: If you use default theme: catalog/view/theme/default/template/product/category.tpl Find and Remove: <div class="content"><?php echo $text_empty; ?></div> Robert ---------------------------------------------------------------------------------------------- Buy clove cigarettes...

Jump to post
  • Tue Sep 22, 2015 8:44 am
  • Replies 5
  • Views 4601
Re: Display customer ip on new account alert email

Hi Steve, Happy to help :) ! Also you can use a simple trick to know the location details of your new customer by adding below script: Find: $message .= "\n\nSender's IP Address: {$_SERVER['REMOTE_ADDR']}"; Add after: $message .= "\n\n Country Detected: http://www.geoiptool.com/en/?IP...

Jump to post
  • Mon Sep 21, 2015 4:16 pm
  • Replies 5
  • Views 1651
Re: Additional Order Emails

Hi,

Try read: viewtopic.php?f=20&t=13695

Thanks

Jump to post
  • Sun Sep 20, 2015 10:06 pm
  • Replies 2
  • Views 368
Re: Display customer ip on new account alert email

Hi Steve,
Try this:
catalog/model/account/customer.php
around line 69

Find:
$message .= $this->language->get('text_telephone') . ' ' . $data['telephone'] . "\n";

Add after:
$message .= "\n\nSender's IP Address: {$_SERVER['REMOTE_ADDR']}";

Thanks,
Robert

Jump to post
  • Sun Sep 20, 2015 9:56 pm
  • Replies 5
  • Views 1651
Re: Display customer ip on new account alert email

Hi Steve,

catalog/model/account/customer.php

around line 69

Find:
$message .= $this->language->get('text_telephone') . ' ' . $data['telephone'] . "\n";

Add after:
$message .= "\n\nSender's IP Address: {$_SERVER['REMOTE_ADDR']}";

Thanks,
Robert

Jump to post
  • Sun Sep 20, 2015 9:43 pm
  • Replies 5
  • Views 1651

Page 1 of 1

Search found 11 matches