Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hava HUUUGE problem concerning osCommerce


Guest

Recommended Posts

Posted

Hi, can someone please tell me why my test site looks like this? www.supporteren.no/shop

 

Im trying as good as I can to get this script to work.. But every change I do in css or anything, doesnt work!

 

 

Pleeeeeeeease help, me cause Im really frustradet right now. Been trying for hours, and all I get is a crappy looking site!

Posted
Hi, can someone please tell me why my test site looks like this? www.supporteren.no/shop

 

Im trying as good as I can to get this script to work.. But every change I do in css or anything, doesnt work!

Pleeeeeeeease help, me cause Im really frustradet right now. Been trying for hours, and all I get is a crappy looking site!

 

Check that your config file is set up correctly and that when you installed the config files had the proper permission.

Posted
Check that your config file is set up correctly and that when you installed the config files had the proper permission.

 

 

Um, sorry, but Im a real newbie.. Could u tell me how I do that? Can tell u this much, it was installed trough a webinterface.. Which was included on my server..

Posted
Um, sorry, but Im a real newbie.. Could u tell me how I do that? Can tell u this much, it was installed trough a webinterface.. Which was included on my server..

 

Did you upload the css?

Posted
Did you upload the css?

 

Yeah, the stylesheet.css is in the shop folder.. But it doesnt seem to work?!

 

This site looks awful now, so something must be very wrong!

Posted

All of your images are pointing to https addresses, and I'm guessing that you don't have a full ssl cert installed.

 

The css problem is probably because your site has not been on the server long enough to fully propagate - give it 24 hrs.

 

Vger

Posted

In catalog/includes/cofigure.php change

 

define('HTTP_SERVER', 'https://www.supporteren.no/shop');

define('HTTPS_SERVER', 'https://www.supporteren.no/shop');

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

 

to

 

define('HTTP_SERVER', 'http://www.supporteren.no/shop');

define('HTTPS_SERVER', 'https://www.supporteren.no/shop');

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

 

I hope I am right :-"

Posted

Thanks a lot mate.. But how can I change it from https to http?

Posted

oh, sorry java.. hehe, didnt see ur reply.. But its already set to false! Any other ideas?

Posted

You can edit that file the same way you were trying to edit the CSS file. If using Cpanel there is a file manager section there, but the best way is to get a PHP editing program or similar and use that. Frontpage or Dreamweaver are the best but I am sure there are cheaper or free ones out there.

Posted

Your site looks great to me now :P

Posted

I changed the line : https.www.mydomain.com to http: instead.. now it works. :)

 

Thanks alot mate!

Archived

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

×
×
  • Create New...