Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Home page issues


BHendrix

Recommended Posts

Ok so I went to the style sheet and made changes to border, backgound colors and so on to infoboxes, however no changes to the front page?? I have searched the forums for atleast 3 hours, Please help me I am lost as to what to do!!!

Here is the page in question. SunFlower Pet Supplies

 

Please help! Thanks in advance! Brandi

Link to comment
Share on other sites

Ok so I went to the style sheet and made changes to border, backgound colors and so on to infoboxes, however no changes to the front page?? I have searched the forums for atleast 3 hours, Please help me I am lost as to what to do!!!

Here is the page in question. SunFlower Pet Supplies

 

Please help!  Thanks in advance!  Brandi

 

 

well..this is the current address for your stylesheet.. ../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/KDA72567/stylesheet.css

 

You might want to fix that....then i guess it will look ok again....

Link to comment
Share on other sites

well..this is the current address for your stylesheet.. ../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/KDA72567/stylesheet.css

 

You might want to fix that....then i guess it will look ok again....

 

 

OK, I did that. But still no changes. I am at the end of my rope. Any suggestions?

Link to comment
Share on other sites

OK, I did that. But still no changes.  I am at the end of my rope.  Any suggestions?

 

 

just a guess, but it looks like the paths in the configure.php files may be wrong - the lack of your images for one would suggest that.

 

did you change anything in configure.php?

Link to comment
Share on other sites

just a guess, but it looks like the paths in the configure.php files may be wrong - the lack of your images for one would suggest that.

 

did you change anything in configure.php?

 

 

No I haven't. I have not inputted any of my products because this is the third time of starting all over and I want to make sure this one is right before I go through the mess of attributes and so on.

Link to comment
Share on other sites

I had this problem briefly on my site also. Did this happen when you turned on SSL for your site? I think you need to adjust lines 16,17,18,19,20 in includes/configure.php

 

 

 

I just made the SSL true. That is the only and and first change to this page. Here is the code.

define('ENABLE_SSL', true); 	 // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'sunflowerpetsupplies.com');
 define('HTTPS_COOKIE_DOMAIN', 'bl01.bluefishhosting.com/~sunflowe');
 define('HTTP_COOKIE_PATH', '/osCommerce1/catalog/');
 define('HTTPS_COOKIE_PATH', '/osCommerce1/catalog/');

Link to comment
Share on other sites

I just made the SSL true. That is the only and and first change to this page. Here is the code.

define('ENABLE_SSL', true); ?	// secure webserver for checkout procedure?
?define('HTTP_COOKIE_DOMAIN', 'sunflowerpetsupplies.com');
?define('HTTPS_COOKIE_DOMAIN', 'bl01.bluefishhosting.com/~sunflowe');
?define('HTTP_COOKIE_PATH', '/osCommerce1/catalog/');
?define('HTTPS_COOKIE_PATH', '/osCommerce1/catalog/');

 

 

I hate to kepp asking but can someone help me?? :'(

Link to comment
Share on other sites

Link to comment
Share on other sites

I hate to kepp asking but can someone help me?? :'(

 

We need more of the configure.php lines.

 

You've most likely got these wrong:

 

define('DIR_WS_HTTP_CATALOG', '');

define('DIR_WS_HTTPS_CATALOG', '');

 

because when I go to the site I find this as the link to Create Account

 

http://sunflowerpetsupplies.com/create_account.php

 

You've made some really simple error.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

Here:

 

 

http://sunflowerpetsupplies.com/osCommerce...ate_account.php

 

This is the complete path

 

So these:

 

define('DIR_WS_HTTP_CATALOG', '');

define('DIR_WS_HTTPS_CATALOG', '');

 

should be:

 

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

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

 

Get that right and we'll fix the next problem.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...