Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-08-2009, 01:09 PM   PM User | #1
smooch101
New Coder

 
Join Date: Mar 2009
Posts: 11
Thanks: 3
Thanked 0 Times in 0 Posts
smooch101 has a little shameless behaviour in the past
Post Shopping Cart Script xml or flatfile database

Does anyone know a simple php flatfile or xml shopping cart script
Just so i could have a shop, i would also like to integrate it into a paypal.com.au script to pass that information to paypal
etc description price shipping
smooch101 is offline   Reply With Quote
Old 03-08-2009, 04:12 PM   PM User | #2
barkermn01
Regular Coder

 
Join Date: Nov 2007
Location: Leeds, UK
Posts: 514
Thanks: 24
Thanked 19 Times in 19 Posts
barkermn01 can only hope to improve
Quote:
Originally Posted by smooch101 View Post
Does anyone know a simple php flatfile or xml shopping cart script
Just so i could have a shop, i would also like to integrate it into a paypal.com.au script to pass that information to paypal
etc description price shipping
XML is a form of Flat file....

Please say it is not but it is you have one file with all data in what the difference is is XML has functions so you not reading the file until you find you answer php can just get if from its pre_built functions.

E.G:
[test.ini]
PHP Code:
[cat]
var=
value 
To read this you have to read untill you find your var=(.*?)
Then you can stop
[test.xml]
PHP Code:
<XML HEADER>
<
cat>
 <var>
Value</var>
</
cat
This you can ask php to get child node var from cat and it will return with the value but i think you always best with a DB engine like a form of SQL E.G MySQL as this has a system that can fetch it, i think there are some engines changing XML to work like SQL with programs
__________________
Working towards a Internet where we don't have website just browser applications Kill the Hyper-link and say hello to 3D Games in the browser :)
barkermn01 is offline   Reply With Quote
Old 03-08-2009, 08:32 PM   PM User | #3
sea4me
Regular Coder

 
sea4me's Avatar
 
Join Date: Jan 2009
Location: Damn, I don't know...
Posts: 389
Thanks: 11
Thanked 27 Times in 26 Posts
sea4me is an unknown quantity at this point
Use this:
http://chaozz.nl/software/chaozzdb/

And then you can use a regular shopping cart program...

http://www.hotscripts.com/category/p...hopping-carts/

It will have a list of all the shopping cart scripts....

Look for the ones that say free.

This Shopping cart script is pretty popular:
http://www.oscommerce.com/

Hope this helps!
Good Luck!
__________________
sea4me is offline   Reply With Quote
Old 03-08-2009, 08:35 PM   PM User | #4
sea4me
Regular Coder

 
sea4me's Avatar
 
Join Date: Jan 2009
Location: Damn, I don't know...
Posts: 389
Thanks: 11
Thanked 27 Times in 26 Posts
sea4me is an unknown quantity at this point
Hi!

It's me again

Here would be the paypal thing:
https://cms.paypal.com/us/cgi-bin/?c..._shopping_cart

It's paypal's tutorial.
__________________
sea4me is offline   Reply With Quote
Old 03-09-2009, 02:23 AM   PM User | #5
smooch101
New Coder

 
Join Date: Mar 2009
Posts: 11
Thanks: 3
Thanked 0 Times in 0 Posts
smooch101 has a little shameless behaviour in the past
Question Thanks

Thanks for all the suggestions but i just want a simple one that calulates the items how many price etc i dont need accounts or anything complecated
smooch101 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 09:44 PM.


Advertisement
Log in to turn off these ads.