Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Your shopping cart is empty!!


Guest

Recommended Posts

Posted

We're going live in a couple of days, and we're having a problem with the cart. If you click the Add to Cart button on the product info page, it takes you to the cart, but the product is not added. We do have a very modded product_info.php page, but everytihng is there. One thing I thought about was either the misplacement or deletion of a

<?php

}

;>

tag. We have deleted the reviews part at the bottom, and moved a lot of thinga around. It's entirely possible this could be the culprit. Since we're not php experts, we need some help determining what is misplaced. BTW, we have checked the includes/configure.php for http:// or https:// errors and none were found.

 

Any suggestions??? Thanks!

Posted

place a link to the site so it can be viewed

Posted

You clearly have an error in your configuration files since

a ) The pages are HTTPS and shouldn't be.

b ) Your Session ID is being propagated in the URL, so your cookie settings are incorrect.

 

 

If you want my advice, I'd move the store to the root folder and get a dedicated SSL cert for $30 (cheapo), up to $70/80 for a decent instantssl one.

 

Having /osCommerce/catalog in your URL is just plain nasty.

Posted
You clearly have an error in your configuration files since

a ) The pages are HTTPS and shouldn't be.

b ) Your Session ID is being propagated in the URL, so your cookie settings are incorrect.

If you want my advice, I'd move the store to the root folder and get a dedicated SSL cert for $30 (cheapo), up to $70/80 for a decent instantssl one.

 

Having /osCommerce/catalog in your URL is just plain nasty.

 

I appreciate your help. For now, I have fixed the problem. it was a faulty string in application_top.php. I will look into what you have pointed out, but to be quite honest, I am very new at this. Thanks!

Archived

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

×
×
  • Create New...