beaniepup Posted April 23, 2005 Posted April 23, 2005 I give up on finding the answer to this myself - I just can't dig up an answer in the old posts. You can add products to your shopping cart if you're on the main catagories page, but if you actually view an item from product_info and then click to add cart, a "Your shopping cart is empty!" message is returned. I've searched and searched and just can't figure it out. Anybody have ideas on where to even start with this?
Guest Posted April 23, 2005 Posted April 23, 2005 did u modify the page removing the qty? do you have cookies set properly in your configure.php files? are you using store_sessions set to mysql? what do you have in logging and sessions in your admin area? what about cache in admin area?
beaniepup Posted April 23, 2005 Author Posted April 23, 2005 did u modify the page removing the qty?do you have cookies set properly in your configure.php files? are you using store_sessions set to mysql? what do you have in logging and sessions in your admin area? what about cache in admin area? My product info page never had quantity showing..? Comparing my product_info to the bare bones original, the only difference is that I added the Extra Images contrib. The problem existed before that was added, though. I wouldn't mind adding quantity to the product info page, so if I'm missing something please share. Possibly, and possibly not - while digging through old posts last night, I tried about fifteen different combinations; none of them worked, so I don't know what's correct, or if that's even the issue. Here's how it is currently: define('HTTP_COOKIE_DOMAIN', 'www.solfire.com/~beaniepup'); define('HTTPS_COOKIE_DOMAIN', 'www.solfire.com/~beaniepup'); define('HTTP_COOKIE_PATH', ''); define('HTTPS_COOKIE_PATH', ''); Yes. Logging: Store Page Parse Time - false Log Destination - /var/log/www/tep/page_parse_time.log Log Date Format - %d/%m/%Y %H:%M:%S Display The Page Parse Time - false Store Database Queries - false Sessions: Session Directory - /tmp Force Cookie Use - False Check SSL Session ID - False Check User Agent - False Check IP Address - False Prevent Spider Sessions - False Recreate Session - False Cache: Use Cache - true Cache Directory - /tmp/
Recommended Posts
Archived
This topic is now archived and is closed to further replies.