Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

alkhataat

Archived
  • Posts

    81
  • Joined

  • Last visited

About alkhataat

  • Birthday 10/28/1958

Profile Information

  • Real Name
    Ahmed
  • Gender
    Male
  • Location
    Bahrain

alkhataat's Achievements

  1. Hi David, Thanks for caring to write back I managed to change every thing to English language when I login to my paypal account, but the problem comes when any person tries to buy my products where he will be directed to a German language checkout payment page. Thanks again for your contribution Best of luck Ahmed
  2. Hello Every one, I would like to show the boxes on the main page at the middle area below the new products box, not the right or left column, tried many ways but did not succeed, I believe a code must be inserted on the index.php file. Can you kindly advise what should I insert (code) ? Also If I want to replace the category name with a just any name, can I do that ? Thanks for your help. Regards Ahmed
  3. Hello every one I have no German language on my site, but my account is in Germany, I tried many ways for making the customer ends in an English paypal payment page but did not succeed, Paypal support informed me that the setup is from my Osc site, can any one advise what are the needed changes please. Thanks for your help Regards Ahmed
  4. Hello every one, I want to ad a box for banners or images or ads in the middle of the main page below the new product box. Also It doesn’t have to be in a box, it could be loose in the middle of the main page below the new products box. Can some one kindly advise how to do that and what could be the codes for adding the images or banners. Appreciate your help Regards Ahmed
  5. Bill, YOU DID IT Al last I could see The store title, I don’t know if there is a side effect, we will know that in the days to come. Thank you very much for your great efforts, assistance and guidance. Best wishes Ahmed
  6. Bill, I think you have found it. There is nothing in catalog/includes/application_top.php But below is the content of catalog/includes/languages/english/index.php <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body> <?php /* $Id: index.php,v 1.1 2003/06/11 17:38:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN', ''); define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Products'); define('TABLE_HEADING_IMAGE', ''); define('TABLE_HEADING_MODEL', 'Model'); define('TABLE_HEADING_PRODUCTS', 'Product Name'); define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); define('TABLE_HEADING_QUANTITY', 'Quantity'); define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_WEIGHT', 'Weight'); define('TABLE_HEADING_BUY_NOW', 'Buy Now'); define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: '); define('TEXT_SHOW', '<b>Show:</b>'); define('TEXT_BUY', 'Buy 1 \''); define('TEXT_NOW', '\' now'); define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); } elseif ($category_depth == 'top') { define('HEADING_TITLE', 'Hello'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?> </body> </html> Hope it is this one, do I delete those lines ? Much obliged Regards Ahmed
  7. Hi Bill, Thanks for the assistance. When I viewed the page source I saw the same as yours which was available at the beginning of the page : <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body> </body> </html><!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="LTR" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> BUT, at the catalog/index.php the code is not repeated as shawn below : <?php /* $Id: index.php,v 1.1 2003/06/11 17:37:59 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ require('includes/application_top.php'); // the following cPath references come from application_top.php $category_depth = 'top'; if (isset($cPath) && tep_not_null($cPath)) { $categories_products_query = tep_db_query("select count(*) as total from " . TABLE_PRODUCTS_TO_CATEGORIES . " where categories_id = '" . (int)$current_category_id . "'"); $cateqories_products = tep_db_fetch_array($categories_products_query); if ($cateqories_products['total'] > 0) { $category_depth = 'products'; // display products } else { $category_parent_query = tep_db_query("select count(*) as total from " . TABLE_CATEGORIES . " where parent_id = '" . (int)$current_category_id . "'"); $category_parent = tep_db_fetch_array($category_parent_query); if ($category_parent['total'] > 0) { $category_depth = 'nested'; // navigate through the categories } else { $category_depth = 'products'; // category has no products, but display the 'no products' message } } } require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFAULT); ?> <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html <?php echo HTML_PARAMS; ?>> <head><meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <TITLE><?php echo $titletag; ?></TITLE> <META NAME="Keywords" content="<?php echo $keywordtag; ?>"> <META NAME="Description" content="<?php if (tep_not_null($cat_description['categories_description'])){ Could that be in another file ? Thanks for your help Regards Ahmed
  8. Apologies, I wrote the wrong files path, it suppose to be as following: It was in catalog/includes/languages/english.php And catalog/admin/includes/languages/english.php
  9. Hi Bill, Appreciate your support, thank you I did replace back the code as you suggested in both files : catalog/languages/english.php And catalog/admin/languages/english.php now it is // page title define('TITLE', STORE_NAME); Went back to meta tag analyzer http://www.widexl.com/remote/search-engine...g-analyzer.html but the results are the same. Can you kindly have another look at the site http://www.qazamart.com Best regards Ahmed
  10. Mark, Thanks for your prompt reply and guidance No more duplications. Best regards Ahmed
  11. Mark, Thanks for your help, very kind of you. I installed the Total configuration_1.02 and It worked perfectly, just before deleting the SE-G duplicates I have a question: As you can see at the picture below, the duplicates have different ID’s , do I just delete any one of them or the ID number does matter ? There is a license file with the contributin, what to do with this file ? do I have to keep it at the website’s root directory? Thanks again for your assistance Regards Ahmed
  12. Hello every one, I installed SEO-G 1.16 but when I go to osc admin/configuration/SEO-G configuration I have couple of each title for the whole titles like the following: SEO-G Master Switch True SEO-G Master Switch True SEO-G Extension .html SEO-G Extension .html SEO-G Error Header 301 SEO-G Error Header 301 And going on the whole list, any reason why is that and how to correct this ? Thanks for your assistance Ahmed
  13. Hello Bill, In the catalog/includes/languages/english.php The following entry is already available // page title define('QazaMart ebooks store', STORE_NAME); The same store name has been entered in the admin area. But if you check thru the following meta tags analyzer, the results are terrible, I don't know what is the problem http://www.widexl.com/remote/search-engine...g-analyzer.html Thanks for your assistance Very kind of you Regards Ahmed
  14. Hello every one, Just a simple question. After installing the ultimate SEO I noticed a new box in the admin/catalog/products “Products SEO URL: “ Would you kindly advise what suppose to be written there ? If I have in the Products Name box a product called “A—B—C” , What would I key in the Product SEO URL Box : ? Appreciate you assistance Ahmed http://www.qazamart.com
  15. Hello every one, I have installed meta tags on the fly and I got the admin/meta where I have added some keywords and run the test at http://www.widexl.com/remote/search-engine...g-analyzer.html , but the results are terrible !!!! As an example : Title: Title relevancy to page content is terrible. The Title relevancy to page content is 0%. Description: Found no description meta tag. The description meta tag is used by most of the search engines. Consider to add a description meta tag. Keywords: Found no keywords meta tag. The keyword meta tag is still used by some search engines. Consider to add a keyword meta tag. I did not see any error during the installation, surely as a newbie I have missed something. Can some one kindly look at my site and advise me in simple words what I need to add and where ? Just a small example to follow. Appreciate your assistance. Ahmed http://www.qazamart.com
×
×
  • Create New...