Developer forum

Forum » Development » bind to ecommerce

bind to ecommerce


Reply

Hello

 

I have made a config system, http://www.degrees.dk/?id=14 how do i bind my information with the ecommerce, i have to send my information allong to the shopping cart and after that save it in order information.

 

What are the syntax for adding to cart, where (url), Hidden fileds ... etc ??

 

Can i bind my own picture to the cart and ordre ?

 

The users that login - is there a session("userID") ? or somthing else so i can se the ID for the person who i login somthing i can identefy him in my code ??

 

 

 

 

 


Replies

 
Nicolai Høeg Pedersen
Reply
kim@occinnovation.dk wrote:

Hello

 

I have made a config system, http://www.degrees.dk/?id=14 how do i bind my information with the ecommerce, i have to send my information allong to the shopping cart and after that save it in order information.

 

What are the syntax for adding to cart, where (url), Hidden fileds ... etc ??

 

Can i bind my own picture to the cart and ordre ?

 

The users that login - is there a session("userID") ? or somthing else so i can se the ID for the person who i login somthing i can identefy him in my code ??

 


 

I would have to have an ecom guy answering the cart question. But I don't think you can add things to the cart unless you have a product... So I think this is kind of tricky.

 

 

Binding pictures to the cart and order can be done using an orderextension (cart and order is the same) - see 7850_(en-US)_Extensibility_API__Dynamicweb_eCommerce.pdf in this URL: http://documentation.dynamicweb.dk/Development-23323.aspx

 

The user session can be found here:

 

Dynamicweb.Frontend.PageView.Current.User.* There you will find everything you need.

 

 
Reply

Hello ...

 

There is a product in the system, so i will just bind my data from the config to that produkt, i cart.

 

So i need to bind my data whith an ordre line not with the entire ordre.

 

I got the file 7850_(en-US)_Extensibility_API__Dynamicweb_eCommerce.pdf on page 19/20 is

Now i am looking at 8.3.4 OrderLineTemplateExtender, is this what i need ? what do i include to use it ? do you have a sample for use ? just somthing more..  



You write "Dynamicweb.Frontend.PageView.Current.User.* There you will find everything you need." tanks.. where can i find the rest of this documetation .. or sample..  tanks.. 

What do i include for det that information ?


TANKS :)

 

 

 

 

 

 

OrderTemplateExtender, as i se it, that is the output not a way how i can do what i wont.
 

 
Reply

Please check out this article. http://developer.dynamicweb.dk/default.aspx?id=16918&action=ShowArticle&ArticleID=127

 

It's about a ProductTemplateExtender, but it's very similar to working with OrderLineTemplateExtender

 

You must be logged in to post in the forum