X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Where is the language variables stored? (https://forum.x-cart.com/showthread.php?t=432)

fusionartstamps 10-27-2002 05:10 PM

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

JG 10-27-2002 06:38 PM

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 :)

syddos 10-27-2002 10:27 PM

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,

fusionartstamps 10-28-2002 01:44 PM

Thanks!! Got it figured out!

Amy


All times are GMT -8. The time now is 12:40 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.