Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

what page will I find the links and graphics to the top menu


Simi

Recommended Posts

Posted

I made new icons for "account" "shopping cart" and "checkout on the top menu of the index page.

All I did was name them the same as the default images and uploaded them into the image directory. Well the images changed fine, but now the link is off. I don't know what happened. Can someone please tell me what page I'll find those links on so I can go in and change them?

 

Thanks a bunch.

Posted

it's very strange, the links for the account page, the login page and the checkout page aren't working.

somehow the / between .com/account.php has disappeared. I don't know what happened or how I screwed things up since I don't even know wha page these links are called from.

 

I need help. I just had $2,000 of product delivered and I was almost ready to launch and now this.

Please...please if anyone knows how to fix this.

 

If you go to my site http://www.treasurebox-collectables.com/catalog/

and try to create and account, you'll see what I'm talking about.

Posted

You appear to have a forward slash missing on about lines 34 to 38 in between your URL and account.php and checkout_shipping.php. You have probably deleted them when typing in your URL, just put them back.

Posted
You appear to have a forward slash missing on about lines 34 to 38 in between your URL and account.php and checkout_shipping.php. You have probably deleted them when typing in your URL, just put them back.

 

I know the forward slash is missing, but I don't know where I need to add it or how it disappeared. Is that lines 34 to 38 on the index page or is it in the header page?

Posted

You've deleted the forward slash a number of times on the page. Do a search in your editor for collectables.com and make sure there is a forward slash after it where it is calling another page.

 

index.php in I think ........catalog/includes/languages/english

Posted
You've deleted the forward slash a number of times on the page. Do a search in your editor for collectables.com and make sure there is a forward slash after it where it is calling another page.

 

index.php in I think ........catalog/includes/languages/english

 

nope that's not the page. I did a search and there isn't a single link on it.

Posted

I'm thinking that has to be a problem in the config file

 

make sure that you have a "/" before the word "catalog" so it will look like "/catalog/"

at the end of the day the code will be good

Posted
I'm thinking that has to be a problem in the config file

 

make sure that you have a "/" before the word "catalog" so it will look like "/catalog/"

 

I checked that. I have my slashes. Here is my config

 

define('HTTP_SERVER', 'http://www.treasurebox-collectables.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.treasurebox-collectables.com'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'treasurebox-collectables.com');

define('HTTPS_COOKIE_DOMAIN', '');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '');

define('DIR_WS_IMAGES', 'images/');

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 

 

 

 

I don't see it, but then again, I may be able to hand code HTML, but PHP scares me.

Posted

Look for this line

 

 

define('DIR_WS_HTTPS_CATALOG', '');

 

 

and change it so it looks like

 

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

at the end of the day the code will be good

Posted
Look for this line

 

 

define('DIR_WS_HTTPS_CATALOG', '');

and change it so it looks like

 

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

 

Of course. That makes sense. Do I need to change

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '');

 

as well?

 

Thank you so much Moises. I'm going to go try it now. I'll let you know.

Posted

I'm trying to get the about page. But it dose not look to be up loaded,

 

Check as well

 

 

No leve the http the way it is and just change httpS

at the end of the day the code will be good

Posted
I'm trying to get the about page. But it dose not look to be up loaded,

 

Check as well

No leve the http the way it is and just change httpS

 

 

IT WORKS!!!!!!! THANK YOU...THANK YOU...THANK YOU!!!!

 

You're the best. :wub:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...