Hi Arijit,
I'm assuming that you are referring to Yahoo! Merchant Solutions (ie.
Yahoo! Store) and not Yahoo! Shopping.
It doesn't matter how the front end of your store (product
pages/section pages) are developed as long as the form submit HTML is
correctly generated to add an item into the shopping cart of a Yahoo!
Store.
Here is an example:
<form method="post" action="http://order.store.yahoo.net/cgi-bin/wg-
order?storeid+itemid">
<input name="vwitem" type="hidden" value="itemid">
<input name="vwcatalog" type="hidden" value="storeid">
<input type="submit" value="Add to Cart">
<input name=".autodone" type="hidden"
value="http://www.yourdomain.com/itempage.html">
</form>
Replace "storeid" with the "Store Account Name" found in your "Store
Account Info" found in the Store Manager. Replace "itemid" with the
id of the product you are trying to add - found in Catalog Manager.
The ".autodone" URL is used to send the user back to your product page
when they click "Keep Shopping" in the shopping cart.
Note: these items need to already exist in your published Catalog
Manager in order for you to add them to the cart.
Hope this helps.
Randy Yim
Yahoo! Small Business
--- In ydn-store@yahoogroups.com, "getari4u" <getari4u@...> wrote:
>
> Hello Friends,
>
> I am going to integrate a yahoo shopping in my
website.
> My website is developed in ASP.NET 2.0 (backend is SQL SERVER 2005).
> Plz anyone help me how do I integrate that yahoo shopping in my
> website.
>
> Plz help me , its very urgent
>
> Thanks & Regards,
> Arijit Dutta
>