shopping cart Interview Questions and Answers


 

Interview Question in shopping cart

Codes for add to cart and shopping cart? Anyone? Visual studio 2005

Can i have e steps? Thanks.. I'm doing a website..

HELP cSharp programmer asp.net web developer 2005 and microsoft sql server 2005

Can someone help me how to create shopping cart and ordering transactions just like in the internet (e.i. www.pizzahut.com.ph) just like their order now.. using web developer 2005, asp.net, c# and ms sql server 2005.. i need the procedures and codes.. inb c# only
can someone help me pls...

How to pass shopping Items to PayPal from a 3rd party shopping cart

Hi,
I have an ASP .Net e-business site that is built using DNN 2.0. I am having troubles passing my shopping cart items to PayPal. I implemented a total paynow button, but it was not good enough for my customer. I found some PayPal ASP.Net controls to be used with .net studio.
Basically, I want the user to be able to shop on my website, add items to my shopping cart and at the checkout to be taken to the PayPal website. I would like the user to have all the checked out item listing there on PayPal, so that when the payment confirmation e-mail is sent from paypal, the full purchased Item list is included in the e-mail.
I looked through numerous posts as well as the paypal documentation. Nowhere I was able to find any snippets of code or useful information on passing shopping Items to PayPal from a 3rd party shopping cart.
Could anyone please help me with this ? Code snippets or any useful information would be appreciated on this subject. VB.net would be ideal...
Thanks in advance

Question at bottom

Can anyone tell me of a asp.net 2.0 text book where it actually designs a website step by step using xml and shopping cart programming .


Thanks

How to use ASP.NET 2.0 - asp:button as a PayPal CHECKOUT Button

I'm trying to add multiple items on the paypal shopping cart. My problem is how can I incorporate this codes with the asp button in order for me to send multiple items in the paypal shopping cart?


<form action="https://www.paypal.com/cgi-bin/w... method="post">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="upload" value="1">
<input type="hidden" name="business"
value="seller@designerfotos.com">
<input type="hidden" name="item_name_1"
value="Item Name 1">
<input type="hidden" name="amount_1" value="1.00">
<input type="hidden" name="item_name_2"
value="Item Name 2">
<input type="hidden" name="amount_2" value="2.00">
<input type="submit" value="PayPal">
</form>