Is it possible to include Phosphor Media's Easy Review in a flex component on the PROD page? I can add it directly in the page template and it works but If I place the Easy Review code in a fragment to include in page builder, it doesn't.
Announcement
Collapse
No announcement yet.
Easy Review in Flex Component
Collapse
X
-
gmanning The module needs to be updated to include the ability to be added to a Fragment: https://docs.miva.com/developer/deve...fragment-items
When the module has the "ComponentModule_Initialize_Fragment" function added the item will be available to be added within the fragment.
The other option is to store the data in a product custom field then display the custom field in the product details component then use CSS to style accordinly.Nicholas Adkins
Technical Training Specialist / Miva, Inc.
[email protected]
https://www.miva.com/mivalearn
-
Where is this documented please? I found a number of "Module API" links in the release notes for 10.05.00. But the links are all broken; they just take me to the Help Center home page.Originally posted by Nick View Postgmanning The module needs to be updated to include the ability to be added to a Fragment: https://docs.miva.com/developer/deve...fragment-items
When the module has the "ComponentModule_Initialize_Fragment" function added the item will be available to be added within the fragment.
Kent Multer
Magic Metal Productions
http://TheMagicM.com
* Web developer/designer
* E-commerce and Miva
* Author, The Official Miva Web Scripting Book -- available on-line:
http://www.amazon.com/exec/obidos/IS...icmetalproducA
Comment
-
Kent Multer https://docs.miva.com/developer/deve...age-fragments/
Here are three places that it is in use:
https://github.com/search?q=repo%3Am...ment&type=code
Nicholas Adkins
Technical Training Specialist / Miva, Inc.
[email protected]
https://www.miva.com/mivalearn
Comment
-
Maybe PhosphorMedia or Bruce - PhosphorMedia will chime in.Originally posted by gmanning View PostIs it possible to include Phosphor Media's Easy Review in a flex component on the PROD page? I can add it directly in the page template and it works but If I place the Easy Review code in a fragment to include in page builder, it doesn't.Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
sure...but not much help. I have no idea of how Easy Review would work with flex or page builder. The item calls should be able to be inserted into the main template through "advanced" template editing process though.Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment
-
Thanks, Rick Wilson.
Bruce - PhosphorMedia - maybe you can get with Nick to learn more about the
that he speaks of.ComponentModule_Initialize_FragmentLeslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Bruce - PhosphorMedia You would update your module with this function:
https://docs.miva.com/developer/deve...alize_fragment
Here are three places that it is in use:
https://github.com/search?q=repo%3Am...ment&type=code
Once the module is updated developers will be able to create a fragment in Miva with the module item assigned to the fragment, this will allow the variables to be available within the fragment so template code can be applied. Then the fragment can be added within the Product Details flex component by anyone with the fragment.
Once the module is updated I can work with you to get an XML file created so that the fragment can easily be added to the store with some default code.Last edited by Nick; Today, 01:05 PM.Nicholas Adkins
Technical Training Specialist / Miva, Inc.
[email protected]
https://www.miva.com/mivalearn
Comment
Comment