Forum Moderators: coopster

Message Too Old, No Replies

php add to cart

         

adamnichols45

10:38 pm on Dec 8, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Any scripts or tutorial i can use to code a shopping cart?

i do not want to use off the shelf products thanks

dreamcatcher

2:06 pm on Dec 9, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you only want to use the Paypal IPN system, check the documentation on their site.

Any reason why you don`t want an out of the box solution?

adamnichols45

10:58 am on Dec 10, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



thanks - i would really like full control of everything hence the reason not using some already scripted package.

with the paypal can i add and take away things from the shopping cart then?

dreamcatcher

11:59 am on Dec 10, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



with the paypal can i add and take away things from the shopping cart then?

Absolutely, but all shopping cart actions are dealt with on the Paypal site. You have some customization options, but not as many as if for example you used the osCommerce system.

But yeah, you can have 'Add to Cart' and 'View Cart' buttons on your site which load things into the Paypal system via the IPN data that you pass. Its quite advanced, but pretty easy to use once you get the hang of things. People can remove or add more things to their cart as they need to.

Go to the Paypal website and view the documentation for a better idea of how it works.

I`m confused though because if you set up osCommerce or Zen Cart, you would have full control over everything.

dc

adamnichols45

5:42 pm on Dec 12, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



but wouldnt using these systems take over my entire website etc.

i just want a fancy little button on my custom coded pages and add all the information up and then finally checkout?

do they do that?

chrisjoha

5:42 pm on Dec 13, 2005 (gmt 0)

10+ Year Member



"I do not want off the shelf products because I want full control"

Well, that depends on the product you choose now doesn't it? It sounds more like "I don't want off the shelf products because then I have to learn how to use them". (Which for small projects would be an understandable thing)

I haven't used it myself, but osCommerce as suggested should help you off, and eZ Publish also has a 100% customizable (templates, content, functionality, triggers, workflows, you name it) solution with all the shopping cart functionality you need. Of course, you need to spend some time figuring it all out, but all the functionality is there, you just need to patch it together *exactly* the way you want