Www.17saomm.com Search For Singles Meet Singles QUFodHRwOi8vNC5qc3l6MS5jcnNreS5jb20vMjAwNzA2L3VzYm9vdC12MS43MC5yYXJaWg%3D%3D Adult

Forum Searchforsinglesmeetsingles T Singles Sl 1 Search For Singles Meet Singles X-Cart:FAQs

Forum Searchforsinglesmeetsingles T Singles Sl 1 Search For Singles Meet Singles

searcho search Searchforsinglesmeetsingles e Forum r Forum h Forum o Singles s Singles n Searchforsinglesmeetsingles lsearchs Searchforsinglesmeetsingles ee Singles 1erchsearcho Singles s Forum n Searchforsinglesmeetsingles lewww%2Espankwire%2Ecomm Singles ets Singles ngsearche Singles nsearchForu Searchforsinglesmeetsingles Singles inle Forum sc Searchforsinglesmeetsingles Sarsearchh Searchforsinglesmeetsingles o Singles sn Forum ls Singles e Searchforsinglesmeetsingles tsearchi Forum g Singles e search searchea Singles cafowww.55115.conssearchng Forum eme Searchforsinglesmeetsingles sinsearchls Forum g Forum Ssearchn Singles l Forum s search Forum in Searchforsinglesmeetsingles lsearchs Forum -ssearcharca searche Singles - Forum i Searchforsinglesmeetsingles e Searchforsinglesmeetsingles tar Searchforsinglesmeetsingles Singles fsearche Searchforsinglesmeetsingles nLoad+in+Tray+1+A4+Landscapetlsearchawww.LIVEJASMIN.comio Forum sd Searchforsinglesmeetsingles n Searchforsinglesmeetsingles ?


1. Rename the current x-cart directory. Or if you want your cart to be shown in the root, i.e. www.example.com/home.php instead of www.example.com/xcart/home.php, you should move the x-cart files to the root folder on the server.

 NOTE: Make sure you make backup copies of the existing files in the root folder if their names coincide with the names of the files being moved from the /xcartdirectory (for example, index.html), because they will be replaced when you move the files.

2. Update /config.php file (it is located in the root x-cart folder). You should alter this variable

$xcart_web_dir ="[dir]";

where [dir] is the current x-cart folder. If you just changed the name of the folder, you should insert the new name in [dir].

If you moved the files to the root, change the string thus

$xcart_web_dir ="";


 NOTE: For versions 4.0.x and lower. If the x-cart images are stored in the file system, you should move them to the database before changing the directory. Images storage location is defined in the admin back end, "Images Location" page.

How do I move my images to the file system?

First, you should export images to /files directory of X-Cart. X-Cart requires three images' folders: for icons, for thumbnails and for detailed images. You should create individual directories inside /files for each type of images and indicate corresponding paths on the 'Images location' page in the admin zone. During import of images to file system, X-Cart will overwrite images files names to appropriate ones. For ex., "home/public_html/xcart/files/thumbnails" will be a path to thumbnails images.

Thus, to import images to the file system you should follow the following steps:

1. Create three folders inside /files dir: for ex., "icons", "thumbnails" and "detailed_images"

2. Set 777 permissions on these folders (chmod 777 [folder_name])

3. Go to 'Images location' page in the admin back end and type in the paths to the images such as

/home/public_html/xcart/files/icons
/home/public_html/xcart/files/thumbnails
/home/public_html/xcart/files/detailed_images

4. Choose to store images in 'file system' and click 'submit'.

What is Auth code and where can I find it?

For security reasons, we added Auth code into install.php script. When the installation script detects that X-cart is already installed on your host it will not allow you to proceed without entering the Auth code.

To protect your work, we recommend either deleting script install.php, or changing default Auth code. But it is better to keep install.php since you may need to install different skin sets (X-cart comes with several skin sets).

You will find the Auth code in [xcart_dir]/include/install.php file:

# Put access code here
# A person who do not know the auth code can not access the installations script
#
$installation_auth_code =

You may change the auth_code at any moment. Also the code is displayed in the admin back-end, on the 'Summary' page.

How to change storefront skin after the installation is done ?

1. Run the installation script, i.e. open [xcart_dir]/install.php in your browser; 2. enter the Auth code, you will find it in the include/install.php file and also in the X-Cart admin zone -> on the "Summary" page; 3. choose 're-install skin' and click 'next'. You will be offered to select a desired color scheme, layout and dingbats set. Choose a skin you like. 4. Complete the re-installation and check how your store looks now.

How to replace logo shown on storefront?

Logo can be changed by altering the following IMG tag located in the 'skin1/customer/head.tpl' template (if using default skin):

<IMG >

Remember to change width and height values with the appropriate ones.

Logo shown on invoices can be changed by altering the following IMG tag located in the '/skin1/mail/html/order_invoice.tpl' template:

IMG 

You should upload the appropriate image to /skin1/images' directory.

How to replace logo shown on invoices?

you should replace the logo image in file '/skin1/images/companyname_small.gif'. Note: the new image file must have the same name so that x-cart is able to refer to it in templates

As an alternative, you can edit a path to the X-Cart Invoice logo file in template '/skin1/mail/html/order_invoice.tpl'.

Find this code:

<img  >

and replace it with this:

<img >

where new_companyname_small.gif is the name of the new logo file. You should upload it before to '/skin1/images' directory.

After that you can edit the image tag in the way you need (change file name, image width, image height etc).

How to set company name?

Your company name can be set in 'lbl_site_title' language variable.

1. Log in to the admin area 2. Go to the "Languages" section 3. Select a language in the "Edit language" selectbox. 4. Select a topic: Label. ("text" for :txt_, "Errors" for err_) 5. Find the 'lbl_site_title' variable and edit its value in the memo. Alternatively you can just leave the field void. In this case the company name will be the same as it is in the copyright notice. 6. Click the "Apply changes" button.

NOTE: the company name which appears in Copyright field, in the invoices, etc. does not correspond with the company name on the main page of your store and in the navigation bar above. Actually what you're setting via lbl_site_title' variable is your site's title, which can differ from your company name. You can have any text here. That is why setting of your real company name and this site title are carried out separately. Moreover it helps to make a multilingual company name.

{}

When a customer visits your site, the {} statement is substituted with content of the 'txt_welcome' language variable, i.e. "This is a demo store...".

How to modify the 'txt_welcome' language variable:

  1. Log in to the admin area
  2. Go to the "Languages" section
  3. Select a language in the "Edit language" selectbox.
  4. Select a topic: Text. (‘text’ for :txt_, ‘Errors’ for err_)
  5. Enter 'txt_welcome' in the 'Apply Filter' field to find the variable and edit its value in the memo field.
  6. Click the "Update all" button.

Also, if you start the "Webmaster mode", you will be able to edit language variables in easier way: all you will need is to click the text and edit it. Refer to the manual to learn more about the ‘Webmaster mode’ feature.

How to alter default name titles "Mr.","Mrs.","Ms."?

In X-Cart v4.1.x and later this can be done using 'Administration'-> 'Titles' section in admin back-end.

In previous X-Cart versions, you have to edit '/config.php' file altering the following string:

$name_titles = array("Mr.","Mrs.","Ms.");

How to remove "Powered by X-Cart: shopping cart software" text?

Edit skin1/main/prnotice.tpl template.

How can I obtain a USPS account?

Visit the site  bForum Searchforsinglesmeetsingles T Singles Sl 1 Search For Singles Meet Singles X-Cart:FAQsy c l 1 Http%20spankwire.com For 6 zForum Searchforsinglesmeetsingles T Singles Sl 1 Search For Singles Meet Singles X-Cart:FAQsu o Search For Singles Meet Singles Women