That's absolutely possible, but it's still not a problem with the stylesheet.
That's absolutely possible, but it's still not a problem with the stylesheet.
Mary Ellen
I came; I saw; I Zenned
Taking over the world... one website at a time
Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.
Holzheimer
Fan Odyssey
I didn't edit my english.php fle. I transferred it as is from my Classic folder.
This is the very last section of my index.php...
define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
} else if ($category_depth == 'top') {
/*Replace this text with the headline you would like for your shop.
define('HEADING_TITLE', 'Welcome to Digi Dollar Days');*/
} else if ($category_depth == 'nested') {
//
?>
That's it! Found your problem. I replaced this line of mine with the line that you posted, and.....There it was! Just take out the */ at the end of define('HEADING_TITLE', 'Welcome to Digi Dollar Days');*/
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
That didn't work either. I am still getting the parse error. Here is my index.php with the */ taken out.
define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
} elseif ($category_depth == 'top') {
// This section deals with the "home" page at the top level with no options/products selected
'Welcome to Digi Dollar Days'
define('HEADING_TITLE', 'Welcome to DigiDollarDays');
} elseif ($category_depth == 'nested') {
//
?>
O.k. I see something else, here, also:
You posted:
define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
} elseif ($category_depth == 'top') {
// This section deals with the "home" page at the top level with no options/products selected
'Welcome to Digi Dollar Days'
define('HEADING_TITLE', 'Welcome to DigiDollarDays');
} elseif ($category_depth == 'nested') {
//
?>
try:
define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
} elseif ($category_depth == 'top') {
// This section deals with the "home" page at the top level with no options/products selected
/*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
define('HEADING_TITLE', 'Welcome to DigiDollarDays');
} elseif ($category_depth == 'nested') {
// This section deals with displaying a subcategory
/*Replace this line with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
define('HEADING_TITLE', 'A Steal of a Deal. Nothing over $2.00');
}
?>
Because parts of that code is wrong, parts are missing.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
I figured it out..it was the index in the includes/languages/englisg folder...not mine:)
So Now my store is up, BUT none of my stylesheet is correct
Here is my link...
http://digidollardays.net/store/
Yea, I see that. At least you're closer than you were.
It's calling the stylesheet from:
http://digidollardays.net/store/incl...stylesheet.css
Is that where yours is, or is it in Custom?
Might try putting yours in the template_default, just for a min (you'll have to re-name the other one) just to see if it picks up correctly.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!