osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Add To Cart Doesn't Work

This is a discussion on Add To Cart Doesn't Work within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; I have both a 1.7 & 2.0 vers of the cart on the same server and now all of a ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 04-19-2006, 04:48 PM
New Member
 
Join Date: Jan 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
swkhost
Default Add To Cart Doesn't Work

I have both a 1.7 & 2.0 vers of the cart on the same server and now all of a sudden the add to cart does nothing .... you can't add any products to a cart no matter if your logged in or a visitor cart nothing...every thing else works fine but customers can't add anything to the cart. I also checked on some regular os cart (not maxed) and they work fine. Any ideas?????
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 04-20-2006, 05:25 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Posts: 1,558
Thanks: 1
Thanked 84 Times in 71 Posts
Rep Power: 10
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default RE: Add To Cart Doesn

Something changed on the server or your browser. Have you tried another broswer? have you contacted your ISp to see if they updated PHP or anything?
__________________
JPF - osCMax Fourm Moderator
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 04-20-2006, 04:30 PM
New Member
 
Join Date: Jan 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
swkhost
Default RE: Add To Cart Doesn

As for the browser I did it from a total of three different computers and of course the customers were the first. The only thing on the server was GD had to be compiled, php with curl was compiled before that and the carts ran with no troubles.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 04-24-2006, 04:56 PM
New Member
 
Join Date: Jan 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
swkhost
Default RE: Add To Cart Doesn

I rolled Apache back and nothing.......Is there a module that needs to be loaded for Max to work???
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 04-24-2006, 09:09 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Add To Cart Doesn

osCMax will run on Apache 1.3x, 2.0x, PHP 4.3, 4.4, 5.0 and mysql 3.23x, 4.0x without any special configuration.

Did your server paths change? Did you change the sessions settings in PHP or in the osCMax admin? Did you change permissions on the /tmp directory of the server or add open_basedir protection (or safemode?)

There are a million things that could cause your problem, and since you do not seem to know what you changed, etc, nobody here is going to be much help.

If you could post a URL, maybe seeing it in action will knock a few ideas out of my head...
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 04-25-2006, 03:46 PM
New Member
 
Join Date: Jan 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
swkhost
Default RE: Add To Cart Doesn

Was the default Apache 1.3x only two things were compiled after the fact Curl and GD thats it. http://www.aylla.net/ try to add anything into the cart it won't add the product. Also double checked in the admin all is as it was when installed well over a year ago. (I first thought it might have been the site admin clicking on stuff too lol)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 04-26-2006, 08:24 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Add To Cart Doesn

The problem has nothing to do with apache or anything at the server level.

It looks simply like you borked the product_info.tpl.php file when you edited it. It is missing the form tags that surround it normally. Restore the original and re-edit, making sure not to remove the form generator...

You most likely removed this:
Code:
<?php echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_PRODUCT_INFO, tep_get_all_get_params(array('action')) . 'action=add_product')); ?>
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 04-26-2006, 08:29 AM
New Member
 
Join Date: Jan 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
swkhost
Default RE: Add To Cart Doesn

Strange since I installed a brand new vers of it and and it does the same thing. This vers has been running with no issues to speak of (customer loves it)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 04-26-2006, 09:20 AM
New Member
 
Join Date: Jan 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
swkhost
Default RE: Add To Cart Doesn

Ok update that code was missing in the strange since I know I didnt remove it but yet it was gone all is good again thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 04-26-2006, 12:10 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Add To Cart Doesn

Someone removed it, so that is not very strange. If more than one person has access to the file, most likely someone was tweaking the html and just removed it by mistake.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
How does the new BTS work? redink osCMax v2 Customization/Mods 1 07-17-2005 10:47 AM
Remove product from cart - cart not updating mentalskylight osCommerce 2.2 Installation Help 0 03-10-2005 02:42 AM
Add Item to Cart, authenticate, then deletes cart contents? Anonymous osCMax v1.7 Discussion 8 07-20-2004 10:48 AM
E-Mail doesn't work.... martin_bissig osCommerce 2.2 Installation Help 1 01-27-2004 09:52 AM
Can not get mail to work. Please help?? mfox osCommerce 2.2 Installation Help 1 09-27-2003 05:11 PM


All times are GMT -8. The time now is 02:01 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax