osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Shopping Cart Should Update Quantity when clicking Checkout

This is a discussion on Shopping Cart Should Update Quantity when clicking Checkout within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; Hi, I've got a lot of stores online and I'm having a problem with less than brilliant customers not clicking ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Customization/Mods

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 01-15-2007, 04:06 PM
Dubious's Avatar
Member
 
Join Date: Feb 2006
Posts: 43
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
Dubious
Default Shopping Cart Should Update Quantity when clicking Checkout

Hi, I've got a lot of stores online and I'm having a problem with less than brilliant customers not clicking "Update" after they change the quantity in shopping_cart.php.

Instead, they just click "Checkout" and the lose their change to the quantity.

Oops!

Any quick fixes?

Thanks
Dubious
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 01-15-2007, 04:39 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,498
Thanks: 74
Thanked 334 Times in 313 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: Shopping Cart Should Update Quantity when clicking Checkout

Quickest fix : put some bold text in the cart telling them to click the update button.
__________________
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!
  #3  
Old 01-16-2007, 12:15 PM
Dubious's Avatar
Member
 
Join Date: Feb 2006
Posts: 43
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
Dubious
Default Re: Shopping Cart Should Update Quantity when clicking Checkout

Well, putting a note in bold might be the quick way... but what about the RIGHT way? How can we make it Update changes to the quantity when the user clicks on Checkout?

Thanks
Dubious
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 01-16-2007, 01:08 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,498
Thanks: 74
Thanked 334 Times in 313 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: Shopping Cart Should Update Quantity when clicking Checkout

Well, you asked for a quick fix...

Here is a mod:
osCommerce: Change number of products ordered easily
__________________
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!
  #5  
Old 01-16-2007, 03:01 PM
Dubious's Avatar
Member
 
Join Date: Feb 2006
Posts: 43
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
Dubious
Wink Re: Shopping Cart Should Update Quantity when clicking Checkout

Quote:
Originally Posted by michael_s View Post
Well, you asked for a quick fix...
Touche'...

I'll post whatever it is I figure out from this mod...

Thanks
Dubious
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 02-26-2007, 01:47 PM
New Member
 
Join Date: Feb 2007
Posts: 5
Thanks: 1
Thanked 1 Time in 1 Post
Rep Power: 0
FragrancesForLife.com is on a distinguished road
Default Re: Shopping Cart Should Update Quantity when clicking Checkout

Hi,

I've just started to use OSCMAX and have a solution to your problem!

In shopping_cart.tpl.php line 81 change to:
'text' => tep_draw_checkbox_field('cart_delete[]', $products[$i]['id'],'', 'onchange="this.form.submit()"'));

This tells the check box to delete the item the next time ANY left click is made on the page.

I did this also with the qty box line 119, change to:
'text' => tep_draw_input_field('cart_quantity[]', $products[$i]['quantity'], 'size="4" onchange="this.form.submit()"') . tep_draw_hidden_field('products_id[]', $products[$i]['id']));

Then hide the update button (line 162):
<td class="main"><?php //echo tep_image_submit('button_update_cart.gif', IMAGE_BUTTON_UPDATE_CART); ?></td>

The added very simple instructions, insert at line 10:
<tr>
<td class="main">To <b>change qty</b>: enter the req. number and left click outside the qty box.<br>To <b>remove</b> an item: click in the remove check box, then click outside the check box.<br><br></td>
</tr>

Hope that helps.

My shop is not yet live but in testing the above worked a treat, even if they ignore the instructions, everything updates on any left click to the page.


See it here : https://secure.hosts.co.uk/~fragrancesforlife.com/shop/ (NOT LIVE YET! 26/02/07)

Kevin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 02-26-2007, 01:54 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,498
Thanks: 74
Thanked 334 Times in 313 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: Shopping Cart Should Update Quantity when clicking Checkout

I can't find a link to osCMax anywhere on that site... where is it? I would like to see this in action.
__________________
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 02-26-2007, 02:05 PM
New Member
 
Join Date: Feb 2007
Posts: 5
Thanks: 1
Thanked 1 Time in 1 Post
Rep Power: 0
FragrancesForLife.com is on a distinguished road
Default Re: Shopping Cart Should Update Quantity when clicking Checkout

Hi,

oops!

In my excitment at my first post forgot the shop isn't liked to the main site yet as it isn't live!!

Here is the url:
https://secure.hosts.co.uk/~fragrancesforlife.com/shop/

Hope that's better!

Kevin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
The Following User Says Thank You to FragrancesForLife.com For This Useful Post:
michael_s (02-26-2007)
  #9  
Old 02-27-2007, 06:40 PM
Member
 
Join Date: Dec 2006
Posts: 74
Thanks: 11
Thanked 16 Times in 4 Posts
Rep Power: 2
Mushroom will become famous soon enough
Default Re: Shopping Cart Should Update Quantity when clicking Checkout

I just looked at it. The only downside I see is that if you enter a new quantity and the go straingt to check out it does not update. You must click in the center content area. You cannot hit any buttons or left/right menu items.
I think that might confuse a bit more than it helps, but it's on the right track!
__________________
Now, If I only knew what I was doing!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 02-28-2007, 12:29 AM
New Member
 
Join Date: Feb 2007
Posts: 5
Thanks: 1
Thanked 1 Time in 1 Post
Rep Power: 0
FragrancesForLife.com is on a distinguished road
Default Re: Shopping Cart Should Update Quantity when clicking Checkout

Hi,

The only links I can't get a change of qty to show in shopping cart box is when the information box links are clicked. However, if you do click on them and then go back to your cart, or another page, it is updated!

When tested the remove item worked on any click, anywhere!

From the people I have had testing it, seems that it is a very effective work around.

I'll let you know if I come across any problems with it when live!

Kevin.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
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
Shipping in shopping cart infobox and OSC checkout flaw. adiwillow osCMax v2 Customization/Mods 0 10-27-2006 03:08 AM
How to update attribute quantity via Easypopulate? groggory osCMax v2 Features Discussion 1 01-25-2006 11:29 AM
Empty shopping cart after clicking Buy Now Button Walter osCommerce 2.2 Modification Help 0 05-03-2004 10:02 AM
Shopping cart / Payment module / checkout process zizzor.com osCommerce 2.2 Modification Help 0 04-05-2004 12:05 PM


All times are GMT -8. The time now is 07:37 PM.


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