Did you know that you can link directly to a completed product?
The same goes for direct login for a user.
In this case, I use our demo portal, but you use your own URL.
Direct links to the various pages of Impleo:
demo.impleoweb.no/categorynav.aspx - Direct link to categories
demo.impleoweb.no/productinput.aspx - Direct link to products
demo.impleoweb.no/checkout.aspx - Direct link to cart
demo.impleoweb.no/myprofile.aspx - Direct link to "my profile"
demo.impleoweb.no/ma.aspx - Direct link to media archive
In order to navigate to the right product or category, we use category ID and product ID to show where to navigate.
These IDs can be found on category properties or product properties.
If I want to link directly to this product I write the following
demo.impleoweb.no/productinput.aspx?&tid=592
TID= Template ID
CATID = Category ID
CPID = Custom Product ID
Direct link to template products with login to specific user
http://demo.impleoweb.no/productinput.aspx?&user= *USERNAME* &pw= *PW*
Direct link to template products with login to specific user and product
http://demo.impleoweb.no/productinput.aspx?&user= *USERNAME* &pw= *PW* &tid=592
Direct link to template products with login to specific product and with values in variable fields
http://demo.impleoweb.no/productinput.aspx?&tid=592 &i_Navn=Ane&i_Tittel=Solutions Consultant&i_Tlf=99157659&i_Mail=ane@impleo.no&i_Site=impleo.no
We use i_ * FIELD NAME * to define what the field should contain.
Then the variable name to be filled in is not the name of the lead. Visual text for end user
Comments
0 comments
Article is closed for comments.