"Add item to shop" script

Looking for volunteers to join your project? Need help with a script but can't afford to pay? Want to offer your services as a volunteer to build up your portfolio? This is the place for you...

Moderator: General Moderators

Post Reply
screwcork
Forum Newbie
Posts: 16
Joined: Thu Apr 13, 2006 3:25 am
Location: Oslo - Norway

"Add item to shop" script

Post 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
Post Reply