To Link to a Product or Category from a System Page
For linking to a category, use :
/shopping/sc_cart/sc_jump.asp?guid=[guid]&omnijump=1&categoryid=324
(get category by hovering over the category in the cart, and looking at the bottom of your browser it will tell you the categoryid)
For linking to a particular product id, use :
/shopping/sc_cart/sc_jump.asp?guid=[guid]&omnijump=2&productid=1281
(get item code from productmaint)
Or
/shopping/sc_cart/sc_jump.asp?guid=[guid]&omnijump=2&itemcode=0900
To make a menu Item go to a category in the shopping cart
Follow how to add a new page in webeditor, but DO not click Client Custom
In the URL area put:
/shopping/sc_cart/sc_jump.asp?omnijump=1&categoryid=324 (get category by hovering over the category in the cart, and looking at the bottom of your browser it will tell you the categoryid)
- Add or Edit a Custom Page & Adding a New Page
- Edit a Page, Add a Language Version & Add Links From One Page to Another
- How to create a Tree Menu in your system: Page 1
- How to create a Tree Menu in your system: Page 2
If you came here from Tutorials, click here to go back there.