Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

update key


Guest

Recommended Posts

can anyone advise if you can bypass having to click the update key everytime you want to increase or decrease your quantity - cheers david(in the sunny north of england)

Link to comment
Share on other sites

can anyone advise if you can bypass having to click the update key everytime you want to increase or decrease your quantity - cheers david(in the sunny north of england)

This could be done with ajax, or by giving them a dropdown box with a list of #'s for quantity changes, say 1 - 10, and use an onChange event to automatically update the cart page when they switch quantities...

 

Richard.

Richard Lindsey

Link to comment
Share on other sites

That could work, but requires javascript be available on the customer's computer. A better solution would be to change the "checkout" button to update the cart contents before proceeding to checkout.

Chris Dunning

osCommerce, Contributions Moderator Team

 

Please do not send me PM! I do not read or answer these often. Use the email button instead!

 

I do NOT support contributions other than my own. Emails asking for support on other people's contributions will be ignored. Ask in the forum or contact the contribution author directly.

Link to comment
Share on other sites

That could work, but requires javascript be available on the customer's computer. A better solution would be to change the "checkout" button to update the cart contents before proceeding to checkout.

Thanks for that,can you advise how do this , and is it very simple for a total beginer to OSC

Link to comment
Share on other sites

You would need to have at least some PHP experience to do this - but it would not be hard for someone who knows his way around PHP.

 

Thanks for that,can you advise how do this , and is it very simple for a total beginer to OSC

Chris Dunning

osCommerce, Contributions Moderator Team

 

Please do not send me PM! I do not read or answer these often. Use the email button instead!

 

I do NOT support contributions other than my own. Emails asking for support on other people's contributions will be ignored. Ask in the forum or contact the contribution author directly.

Link to comment
Share on other sites

You would need to have at least some PHP experience to do this - but it would not be hard for someone who knows his way around PHP.

Could you advise how to do this and I can maybe find someone who can do if for me.

Many thanks for your kind help - David

Link to comment
Share on other sites

Could you advise how to do this and I can maybe find someone who can do if for me.

Many thanks for your kind help - David

What he stated up above should be enough for anyone you could find that knows their way around oscommerce... You could change the checkout button to a form submit button with an action of checkout, and then make a checkout entry that updated the cart contents and then redirected to checkout...

 

Richard.

Richard Lindsey

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...