Announcement

Collapse
No announcement yet.

Links

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Links

    A useful feature would be the ability to insert links in the HTML areas of products and categories tied to a unique id, so that you don't hard-code links that later may get broken. i.e. I may add a link in Hand Trucks section "Did you know we have replacement wheels for your hand truck?"

    So instead of
    Code:
    Did you know we have <a href=hard-coded-path-to-wheels>replacement wheels</a> for your hand truck?
    we might have

    Code:
    Did you know we have <mvt:link=cat:category-code>replacement wheels</mvt:link> for your hand truck?
    or if the code might change, and there is another unique identifier in the database that doesn't change (and you could find that value on the product or category page in the admin)

    Code:
    <mvt:link=123456>replacement wheels</mvt:link>
    Last edited by habreu; 03-21-16, 11:34 AM.
Working...
X