Scot's Scripts FAQs and Module Support

If you don't find the answers here contact us.
Documentation and support for our Miva modules is found here. If you can't find the answer you're looking for contact us and we'll add the information.

MM5 Tips & Tricks / MM5 CSSUI_LINKS

MM5 CSSUI_LINKS

CSSUI_LINKS is a Miva Merchant 5 built in component which is actually quite useful.

Basically, the cssui_links item builds links to every important page and process in the store, and it builds them without you having to know any of the cryptic Miva Merchant URL parameters.

Here's an example of a simple way to put up a link to your storefront.

<mvt:item name="cssui_links" param="storefront">Storefront</mvt:item>

This will create a link to your About Us page.

<mvt:item name="cssui_links" param="screen:ABUS">About Us</mvt:item>

This will create a link to a product page.

<mvt:item name="cssui_links" param="product:product_code">Product Details</mvt:item>

Here's a list of all the parameters for the cssui_links item that I know of.

  1. storefront
  2. customer_login
  3. customer_account
  4. affiliate_login
  5. affiliate_account
  6. checkout
  7. basket
  8. search
  9. all_products
  10. sitemap
  11. orderhistory_login
  12. orderhistory
  13. category:code
  14. product:code
  15. screen:code
updated May 16, 2013