{docurl}
Can the module be used with the MMUI?
It can. Of course, like most of my modules that would require a modification to the mmui.mv. I can provide you with a marked up copy of the mmui.mv if you want. I use ExamDiff Pro to compare the marked up copy with the mmui.mv to be modified; it makes moving the modifications over pretty simple.
For displaying the "share it" links themselves, another, easier but more sophisticated, approach would be to add code to the mmui.mv which mvdoes the module's Third party token function and simply pass the "position" and "module" to it. So in effect you'd be using "third party tokens" option. For example, this would display the "share it" link for the product currently being pointed to in the Products database:
<MvDO FILE="BROK_SHAREIT.mv" NAME="l.string" VALUE="{TemplatePages_Token('','product')}">
<MvEVAL EXPR="{l.string}">
If you take that approach, then the only other modification you would need to make to the mmui.mv would be the hook for 'l.smod_id EQ 39' in the UI_Module_Dispatch function.
Last update: 2005-01-12 08:57
Author: Support
Revision: 1.0
You cannot comment on this entry
Records in this category
- Can I add product images to the email?
- I want to be notified when this feature is used.
- Can the module be used with the MMUI?
- Can I display a checkbox to ask if a customer wants to subscribe to our email?
- How do I prompt for the Customer's name not just e-mail address and how do I create a token for it?
- The link in the email is not "active" and clicking on it does nothing. How do I make it active?
- What does the 'Have the link act like "share the product" when on product pages?' option do?
- How do I display product specific information on the form page? If the customer arrives there from teh "share this store" link the tokens aren't processed.
- How do I display product specific information on the form page? If the customer arrives there from teh "share this store" link the tokens aren't processed.
- I want to have the link in the email direct the recipient to the page that the customer clicked the "share it" link on. How do I do that?














