Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Jul 2008
    Location
    Lapeer, MI
    Posts
    29
    Plugin Contributions
    0

    Default Re: Restricted Customer Registration

    Yet another question: How do you change the message content of hte E-mail Welcome Message? I tried looking all over the files and the admin panel but couldn't figure it out.

  2. #12
    Join Date
    Jul 2008
    Location
    Lapeer, MI
    Posts
    29
    Plugin Contributions
    0

    Default Re: Restricted Customer Registration

    Anyone know the awsers to these questions?

  3. #13
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Restricted Customer Registration

    There's a tutorial about the Welcome email here:

    https://www.zen-cart.com/tutorials/index.php?article=20


    You could strip (or comment out) the create account stuff in (I think) includes/templates/template_default/templates/tpl_modules_create_account.php


    I did that some time ago, but it was in version 1.2.X, and was a lot different.

  4. #14
    Join Date
    Jul 2008
    Location
    Lapeer, MI
    Posts
    29
    Plugin Contributions
    0

    Default Re: Restricted Customer Registration

    How can you make shipping a percentage instead of a flat rate?

  5. #15
    Join Date
    Jul 2008
    Location
    Lapeer, MI
    Posts
    29
    Plugin Contributions
    0

    Default Re: Restricted Customer Registration

    Excuse me, I meant to say How can you make the shipping cost a percentage of your total cost instead of by weight?

  6. #16
    Join Date
    Jul 2006
    Posts
    50
    Plugin Contributions
    2

    Default Re: Restricted Customer Registration

    Quote Originally Posted by stevesh View Post
    There's a tutorial about the Welcome email here:

    https://www.zen-cart.com/tutorials/index.php?article=20


    You could strip (or comment out) the create account stuff in (I think) includes/templates/template_default/templates/tpl_modules_create_account.php


    I did that some time ago, but it was in version 1.2.X, and was a lot different.

    I just found this because I needed to also not allow customers the ability to register to the site. I looked at the tpl.create_account.php. Unfortunately that was not the correct file, at least partially not correct.

    the file you want to edit, is tpl_login_default.php, this is the first file that gets used. This file calls the tpl_create_account.php file to display the create account form on the login page.

    Also, there is a setting in admin > configuration > layout settings called "Use split-login page" which controls if the registration page shows on the page or shows a link to the create account page.

    if you edit the tpl_login_default.php, there is a big if statement that determines how to show the page based on the above setting. I am keeping my setting to false and removing the code in the lower half of the page, from below <br class="clearboth" /> to just before the <!--EOF normal login --> comment. Leave the ending } in the php tags and the fina </div> otherwise you'll break the code and the layout.

  7. #17
    Join Date
    Jul 2006
    Posts
    50
    Plugin Contributions
    2

    Default Re: Restricted Customer Registration

    Quote Originally Posted by ETbyrne View Post
    Yet another question: How do you change the message content of hte E-mail Welcome Message? I tried looking all over the files and the admin panel but couldn't figure it out.
    the message in the welcome email is stored in some files in /includes/languages/english/create_account.php and email_extras.php has the copyright message.

    be sure to copy these files to a folder that matches the name of your template otherwise and update to zen will wipe out your changes

  8. #18
    Join Date
    Jul 2006
    Posts
    50
    Plugin Contributions
    2

    Default Re: Restricted Customer Registration

    Quote Originally Posted by ETbyrne View Post
    Excuse me, I meant to say How can you make the shipping cost a percentage of your total cost instead of by weight?
    you can use the table weight shipping module. it has the ability to change shipping based on price, but you'll have to setup ranges of prices with it.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v150 remove the customer log-in link and customer registration page
    By xr3461 in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 22 Dec 2012, 04:20 AM
  2. Customer registration
    By ajaipandey in forum Customization from the Admin
    Replies: 5
    Last Post: 5 Oct 2010, 02:55 PM
  3. New Customer Registration affects other customer details
    By wdkstudio in forum Managing Customers and Orders
    Replies: 2
    Last Post: 24 Jun 2009, 02:06 PM
  4. Customer registration
    By GinKen in forum General Questions
    Replies: 9
    Last Post: 30 Jul 2007, 02:22 AM

Posting Permissions

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