ballhogjoni Posted July 30, 2007 Share Posted July 30, 2007 I just developed a free shopping cart script. It is hosted on my servers and all products are stored on my server. I have not seen anything out there like it, of course its in its infancy. I have created an admin side here, http://www.realfinancialsuccess.com/freeCart/register.php. Of course you must register first, but all you have to do is paste some html code on your site where you would have an "ADD to Cart Button" and my script does the rest. After your customer adds every product he wants to the cart, he is then able to use google checkout as the payment processor. You must also sign up for a free google checkout account. There is a limit of 15 products unless you pay for more. I have not set up the option to buy more product space becuase i am beta testing this free cart for any bugs or new ideas. Please give me feedback and suggestions. Register here: http://www.realfinancialsuccess.com/freeCart/register.php Link to comment https://forums.phpfreaks.com/topic/62394-free-shopping-cart/ Share on other sites More sharing options...
source Posted July 30, 2007 Share Posted July 30, 2007 i register a nick with html code. I create page with html code. disabling javascript for making a page w/ price == creates page with code as price (I think that's what happned0 Link to comment https://forums.phpfreaks.com/topic/62394-free-shopping-cart/#findComment-310604 Share on other sites More sharing options...
ballhogjoni Posted July 30, 2007 Author Share Posted July 30, 2007 thats funny, never thought anyone would use html in the user name and in any products. using <marquee>ownd makes the product scroll across the screen. I will fix it and make sure you can't add html to username, password, title, desc, or price. Thanks for the comment. Link to comment https://forums.phpfreaks.com/topic/62394-free-shopping-cart/#findComment-310842 Share on other sites More sharing options...
ballhogjoni Posted July 30, 2007 Author Share Posted July 30, 2007 try to add html tags now. Link to comment https://forums.phpfreaks.com/topic/62394-free-shopping-cart/#findComment-310979 Share on other sites More sharing options...
Danltn Posted July 30, 2007 Share Posted July 30, 2007 It still works. Try implementing this. $usernamefinal=str_replace("<", "", $username); Link to comment https://forums.phpfreaks.com/topic/62394-free-shopping-cart/#findComment-311000 Share on other sites More sharing options...
ballhogjoni Posted July 30, 2007 Author Share Posted July 30, 2007 I think I fixed it. try it now Link to comment https://forums.phpfreaks.com/topic/62394-free-shopping-cart/#findComment-311040 Share on other sites More sharing options...
source Posted July 31, 2007 Share Posted July 31, 2007 you dont need to strip just < and > because I'm sure you can bypass that.... (depending on how it's parsed afaik) and just use strip tags... Link to comment https://forums.phpfreaks.com/topic/62394-free-shopping-cart/#findComment-311641 Share on other sites More sharing options...
ballhogjoni Posted July 31, 2007 Author Share Posted July 31, 2007 Yep thats what I did. I used striptags() Link to comment https://forums.phpfreaks.com/topic/62394-free-shopping-cart/#findComment-311851 Share on other sites More sharing options...
ballhogjoni Posted August 2, 2007 Author Share Posted August 2, 2007 I am going to add some more "add to cart" images for you to choose from. If anyone can point me in the right direction of some free images, that'd be great. Link to comment https://forums.phpfreaks.com/topic/62394-free-shopping-cart/#findComment-314001 Share on other sites More sharing options...
Recommended Posts