greta Posted November 17, 2005 Posted November 17, 2005 I just attempted to change the text on the main page of my store, but what I added is not showing up. It still shows in large type, "HEADING_TITLE." Then underneath that is "Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? TEXT_MAIN." Then after that is no text at all. After deleting the text between the two apostrophes, I added 4 paragraphs but it isn't showing up! (sigh) Would it be possible for some of you to maybe right click on the page and see what I did wrong? The page is at http://www.Chezgretaann.com/store/ Thanks in advance. Greta
DiMiT Posted November 17, 2005 Posted November 17, 2005 what was the text you added. Some characters can screw up the php and you must put backslashes and such to fix. people please fill out your info ... I like to see the sites and it helps everyone help you greatly
greta Posted November 17, 2005 Author Posted November 17, 2005 Here is the entire thing: define ('TEXT_MAIN', 'Welcome to Chezgretaann's plus size store offering women's plus size, fun, casual clothing by We Be Bop and many other designers. Unusual items are the norm at Chezgretaann.<BR><BR>I offer sizes 1X, 2X, 3X, 4X and 5X, and also some Missy sizes.<BR><BR>If you like colorful, fun, kicky clothing, then Chezgretaann.com is the place for you!<BR><BR>Please feel free to browse the site, and if you have any questions or problems with the site, please feel free to <A HREF="mailto:[email protected]"> e-mail</A> me anytime. I consider good communications with my customers very important and will always respond as quickly as possible. I never send unsolicited e-mails and will never share your e-mail address with anyone else.'); Am I supposed to have the apostrophe/single quote before the word welcome? Could that be the problem? Thanks, greta
mi_jaiten Posted November 17, 2005 Posted November 17, 2005 I just attempted to change the text on the main page of my store, but what I added is not showing up. It still shows in large type, "HEADING_TITLE." Then underneath that is "Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? TEXT_MAIN." Then after that is no text at all. After deleting the text between the two apostrophes, I added 4 paragraphs but it isn't showing up! (sigh) Would it be possible for some of you to maybe right click on the page and see what I did wrong? The page is at http://www.Chezgretaann.com/store/ Thanks in advance. Greta Hi Greta, Make sure you leave this in 'TEXT_MAIN', 'Put your changes in here.'); otherwise nothing will show also do not remove all the defines at the bottom of the page your not getting any errors so nothing drastic. Kind Regards, Michelle. Here is the entire thing: define ('TEXT_MAIN', 'Welcome to Chezgretaann's plus size store offering women's plus size, fun, casual clothing by We Be Bop and many other designers. Unusual items are the norm at Chezgretaann.<BR><BR>I offer sizes 1X, 2X, 3X, 4X and 5X, and also some Missy sizes.<BR><BR>If you like colorful, fun, kicky clothing, then Chezgretaann.com is the place for you!<BR><BR>Please feel free to browse the site, and if you have any questions or problems with the site, please feel free to <A HREF="mailto:[email protected]"> e-mail</A> me anytime. I consider good communications with my customers very important and will always respond as quickly as possible. I never send unsolicited e-mails and will never share your e-mail address with anyone else.'); Am I supposed to have the apostrophe/single quote before the word welcome? Could that be the problem? Thanks, greta It looks fine did you ftp or save through your hosts Cpanel try doing it again and if you can ftp up to your server. I have sent you a PM. Kind Regards, Michelle.
DiMiT Posted November 17, 2005 Posted November 17, 2005 any time you have an apostrophe with in your text try putting a backslash \ before the apostrophe define('TEXT_MAIN', 'Welcome to Chezgretaann\'s plus size store offering women\'s plus size, fun, casual clothing by We Be Bop and many other designers. Unusual items are the norm at Chezgretaann.<BR><BR>I offer sizes 1X, 2X, 3X, 4X and 5X, and also some Missy sizes.<BR><BR>If you like colorful, fun, kicky clothing, then Chezgretaann.com is the place for you!<BR><BR>Please feel free to browse the site, and if you have any questions or problems with the site, please feel free to <A HREF="mailto:[email protected]"> e-mail</A> me anytime. I consider good communications with my customers very important and will always respond as quickly as possible. I never send unsolicited e-mails and will never share your e-mail </font>.'); people please fill out your info ... I like to see the sites and it helps everyone help you greatly
mi_jaiten Posted November 17, 2005 Posted November 17, 2005 Here is the entire thing: define ('TEXT_MAIN', 'Welcome to Chezgretaann's plus size store offering women's plus size, fun, casual clothing by We Be Bop and many other designers. Unusual items are the norm at Chezgretaann.<BR><BR>I offer sizes 1X, 2X, 3X, 4X and 5X, and also some Missy sizes.<BR><BR>If you like colorful, fun, kicky clothing, then Chezgretaann.com is the place for you!<BR><BR>Please feel free to browse the site, and if you have any questions or problems with the site, please feel free to <A HREF="mailto:[email protected]"> e-mail</A> me anytime. I consider good communications with my customers very important and will always respond as quickly as possible. I never send unsolicited e-mails and will never share your e-mail address with anyone else.'); Am I supposed to have the apostrophe/single quote before the word welcome? Could that be the problem? Thanks, greta Ok Greta I can see what you've done it's a simple mistake just open your includes/languages/english/index.php file delete the contents and paste this code then save and ftp to your server. <?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 (c) 2003 osCommerce Released under the GNU General Public License */ define ('TEXT_MAIN', 'Welcome to Chezgretaann's plus size store offering women's plus size, fun, casual clothing by We Be Bop and many other designers. Unusual items are the norm at Chezgretaann.<BR><BR>I offer sizes 1X, 2X, 3X, 4X and 5X, and also some Missy sizes.<BR><BR>If you like colorful, fun, kicky clothing, then Chezgretaann.com is the place for you!<BR><BR>Please feel free to browse the site, and if you have any questions or problems with the site, please feel free to <A HREF="mailto:[email protected]"> e-mail</A> me anytime. I consider good communications with my customers very important and will always respond as quickly as possible. I never send unsolicited e-mails and will never share your e-mail address with anyone else.'); 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', 'Let\'s See What We Have Here'); 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', 'About Us'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?> Kind Regards, Michelle.
DiMiT Posted November 17, 2005 Posted November 17, 2005 oops didnt need that last font tag in my code post was I wrong I uploaded and tryed and it worked for me people please fill out your info ... I like to see the sites and it helps everyone help you greatly
greta Posted November 17, 2005 Author Posted November 17, 2005 It was the apostrophes! I had in my notes that anytime you have an apostrophe in your text, you must have a \ before it. I read that several times while trying to figure out what was wrong, but it's late and my brain isn't working!LOL Thanks for pointing it out to me. Now my text is showing, but the link to e-mail me is not working. It just says feel free to e-mail me. Is there some special way I should do that? Thanks so much for all your help! Greta
mi_jaiten Posted November 17, 2005 Posted November 17, 2005 Yea me too I must apologise for forgetting the back slashes, so Greta copy and paste this one Kind Regards, Michelle. <?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 (c) 2003 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN', 'Welcome to Chezgretaann\'s plus size store offering women\'s plus size, fun, casual clothing by We Be Bop and many other designers. Unusual items are the norm at Chezgretaann.<BR><BR>I offer sizes 1X, 2X, 3X, 4X and 5X, and also some Missy sizes.<BR><BR>If you like colorful, fun, kicky clothing, then Chezgretaann.com is the place for you!<BR><BR>Please feel free to browse the site, and if you have any questions or problems with the site, please feel free to <a href="mailto:[email protected]"></a> e-mail me anytime. I consider good communications with my customers very important and will always respond as quickly as possible. I never send unsolicited e-mails and will never share your e-mail address with anyone else.'); 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', 'Let\'s See What We Have Here'); 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', 'About Us'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?>
DiMiT Posted November 17, 2005 Posted November 17, 2005 the email worked fine for me and your email link michelle is outta place people please fill out your info ... I like to see the sites and it helps everyone help you greatly
mi_jaiten Posted November 17, 2005 Posted November 17, 2005 the email worked fine for me and your email link michelle is outta place Quite right I stand corrected just meant to get rid of capitol leters in code not change position. So Greta this is a final update of your index.php file. <?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 (c) 2003 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN', 'Welcome to Chezgretaann\'s plus size store offering women\'s plus size, fun, casual clothing by We Be Bop and many other designers. Unusual items are the norm at Chezgretaann.<br><br>I offer sizes 1X, 2X, 3X, 4X and 5X, and also some Missy sizes.<br><br>If you like colorful, fun, kicky clothing, then Chezgretaann.com is the place for you!<br><br>Please feel free to browse the site, and if you have any questions or problems with the site, please feel free to <a href="mailto:[email protected]"><u>e-mail</u></a> me anytime. Use this <a href="http://cushtydeals.com/shop/contact_us.php" target="_blank" title="Contact Us"><u>Contact Us</u></a> link or use the one in the information box to the left of this site.<br><br>I consider good communications with my customers very important and will always respond as quickly as possible. I never send unsolicited e-mails and will never share your e-mail address with anyone else.'); 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', 'Let\'s See What We Have Here'); 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', 'About Us'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?>
greta Posted November 17, 2005 Author Posted November 17, 2005 Put my e-mail addy or website address where you have cushtydeals.com, Michelle?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.