Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Where is the language variables stored?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 10-27-2002, 05:10 PM
 
fusionartstamps fusionartstamps is offline
 

Senior Member
  
Join Date: Oct 2002
Posts: 124
 

Default Where is the language variables stored?

I can't remember where the info about the * fields being mandatory is supposed to show up. I can't find it on my site and know it is in the language file under text for:

txt_create_profile_msg

The form below allows you to create a profile which is necessary to place orders at Fusion Art Stamps. Do not forget that this information is essential to use our shopping cart correctly. Fields marked with <font class="TableCenterCustomerFormOrange">*</font> are mandatory.

1) Where is the txt_create_profile_msg stored?

2) Where is the txt_create_profile supposed to be showing up on x-cart cause I can't find it.

Thanks!!

Amy
Reply With Quote
  #2  
Old 10-27-2002, 06:38 PM
 
JG JG is offline
 

Member
  
Join Date: Oct 2002
Location: Fort Worth, TX
Posts: 18
 

Default Languages section is our friend!

I think if you will select "Languages" on the main option on the right. Then select the language from the top - next on the drop down where it says "Select a topic" pick "Text".

On the first page, down a little is the field. As a newbie I have found almost everything I need to change is in this area.

Hope this helps!

Happy trails,
John
Reply With Quote
  #3  
Old 10-27-2002, 10:27 PM
 
syddos syddos is offline
 

eXpert
  
Join Date: Sep 2002
Location: London, England, UK
Posts: 259
 

Default

Hi Amy,

There are several variables in the language database section, that need to be changed, some have incorrect grammar, others are just confusing, and some should replace the current info, with information about YOUR site. e.g telephone numbers, your website name etc.

Quote:
Originally Posted by Amy
1) Where is the txt_create_profile_msg stored?

Here is a list of to check and change.
Quote:
Note: some of these variables have text that MUST be replaced with information relating to your own website.

TEXT (txt_) Key: ct = changed or corrected text
txt_anonymous_account_msg - ct
txt_contact_us_header - ct
txt_create_profile_msg - ct
txt_egoods_msg - ct
txt_faq - to create text.
txt_newbie_registeration_bottom - ct
txt_newsletter_message - ct
txt_ordered_placed_msg - ct
txt_password_recover_message2 - ct
txt_privacy_statement - to review/create text
txt_profile_created - ct
txt_register_have_account - ct
txt_registration_error - ct
txt_search_order - to review/create text
txt_site_title - ct
txt_thankyou_for_subscription - ct
txt_unsubscribe_msg - ct
txt_welcome - ct

EMAIL (eml_) Key: ct = changed or corrected text
eml_egoods_download_note - ct
eml_signature - ct
eml_thankyou_for_order - ct
eml_unsubscribe_admin_msg - ct

Note: Some of these variables contain HTML, I have found it easier to read and edit, if you cut-n-paste the contents into notepad or any other text editor

Quote:
Originally Posted by Amy
2) Where is the txt_create_profile supposed to be showing up on x-cart cause I can't find it.

/main/register.tpl is the template with the "txt_create_profile_msg".

This is the code from the top part of register.tpl.

Quote:
{* $Id: register.tpl,v 1.43 2002/09/09 12:50:27 zorg Exp $ *}
{include file="check_email_script.tpl"}
{if $smarty.get.mode eq "update" or $smarty.post.mode eq "update"}
{assign var="last_location" value=$lng.lbl_modify_profile}
{elseif $smarty.get.mode eq "delete" or $smarty.post.mode eq "delete"}
{assign var="last_location" value=$lng.lbl_delete_profile}
{elseif $last_location eq ""}
{assign var="last_location" value=$lng.lbl_new_member}
{/if}
{include file="location.tpl" last_location=$last_location}
{if $newbie eq "Y"}
{if $registered eq ""}
{if $smarty.get.mode eq "update"}
{$lng.txt_modify_profile_msg}
{else}
<font class=TableCenterSmallText>
{$lng.txt_create_profile_msg}
</font>
{/if}
{/if}




{/if}
{capture name=dialog}

Regards,
__________________
Syddos

Nothing is impossible, We just don't know how to do it ........Yet!

Xcart 4.1.X PRO (Testing Platform: winXP Pro)
Perl 5.8.7 (win32)
WINAMP 1.6.3 (win32 server package. Includes the following)
- phpMyAdmin v2.8.03
- MySql 5.0.21
- Apache 2.0.55 (win32)
- php 5.1.4
- SQLitemanager 1.2.0
Reply With Quote
  #4  
Old 10-28-2002, 01:44 PM
 
fusionartstamps fusionartstamps is offline
 

Senior Member
  
Join Date: Oct 2002
Posts: 124
 

Default

Thanks!! Got it figured out!

Amy
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:31 PM.

   

 
X-Cart forums © 2001-2020