API Questions on Kentico API.
Version 5.x > API > Custom Shopping Cart View modes: 
User avatar
Member
Member
sagar.shah-softwebsolutions - 10/14/2011 11:52:19 PM
   
Custom Shopping Cart
Hello sir,

I am new in kentico. I want to develop custom shopping cart.

ok sir I am telling you in brief detail

I have created one Biz Form in this user detail is there for perticular event

after submitting this form i want to redirect user for credit card payment page

and after payment user is subscribe for that perticular event.

So if there any possibility to create only credit card payment page and user is also not

registerd in website only register for that perticular event.

Sir please help me

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 10/15/2011 5:50:55 AM
   
RE:Custom Shopping Cart
Hi,

You need to modify the bizform web part behavior and in the OnAfterSave event execute the redirection as you want to - please see this example how to modify bizform web part - modyfying web parts

Also, I think this article might be interesting for you - it is for an older version, but the idea is still the same: Direct payment.

Best regards,
Juraj Ondrus

User avatar
Guest
sagar - 11/16/2011 7:03:59 AM
   
RE:Custom Shopping Cart
sagar.shah-softwebsolutions wrote: Hello sir,

I am new in kentico. I want to develop custom shopping cart.

ok sir I am telling you in brief detail

I have created one Biz Form in this user detail is there for perticular event

after submitting this form i want to redirect user for credit card payment page

and after payment user is subscribe for that perticular event.

So if there any possibility to create only credit card payment page and user is also not

registerd in website only register for that perticular event.

Sir please help me


User avatar
Kentico Support
Kentico Support
kentico_jurajo - 11/21/2011 12:59:42 AM
   
RE:Custom Shopping Cart
Hi,

Have you tried the approach suggested in my previous post + have you read the documentation I posted links to it?

Best regards,
Juraj Ondrus

User avatar
Member
Member
prodyut.das-netneighbours - 4/7/2014 8:23:34 AM
   
RE:Custom Shopping Cart
I have pasted the PayPalStep.ascx and PayPalStep.ascx.cs files the my webproject. But, my Project is unable to get access to "AddShoppingCartItem" method while adding product and product options to shopping cart in line:

this.ShoppingCartInfObj.AddShoppingCartItem(skuId, units, GetIntOptions(options));

And also something wrong in this following line too.,.

// Set PayPal payment method ID to shopping cart object

this.ShoppingCartInfObj.ShoppingCartPaymentOptionID = payment.PaymentOptionID;

Please help me out..