Page 1 of 1

"Add item to shop" script

Posted: Sun Apr 23, 2006 5:24 pm
by screwcork
Hello there!

What i need is a script that can put items in a webshop for me! I have an ecommerse script that handles everything exept the process of adding products to the shop..

So what i basicly need is a script that creates a table with tha name of the object, the price the shipping, a descrition and an image. Then it should be able to post the item to a certain category and hence a certain page on the website.. in addition it has to generate an A HREF code similar to this here:

Code: Select all

<A HREF="phpcart.php?action=add&id=1002&descr=New%20item&price=39.95&postage=2.99&quantity=1"><img src="images/add_to_cart.gif" border="0"></A>
so that the rest of my script will be able to comunicate with the shop itself.

I feel like a news script or a guestbook script easyli could do the job with a bit of modification but i'm not really sure how to do this.

Anyone willing to help me out?

cheers