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');*/
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!
Awww, I hate it when it shortens something like that. I shouldn't have copied the link, but just text, like this:
http://digidollardays.net/store/incl...stylesheet.css
Now you can see the full path without having to click on it.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!