Announcement

Collapse
No announcement yet.

Multiple Images

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

    Multiple Images

    I am interested in integrating a way of adding multiple images to our site. I know this is built into Miva, but it is a little more complicated in our case, as

    1. We use Zoomify for high resolution images.
    2. We have already added image modifications that make it some of the plug and play functionality non-functional.

    I know that zoomify also supports multiple images, and this too is an option.

    Please advise,

    Kevin
    __________________________
    GEOGRAPHIUCS ANTIQUE MAPS
    923 Putnam Ave
    Brooklyn,NY 11221
    TEL: 646-320-8650
    www.GEOGRAPHICUS.com

    #2
    you could access the built in images via the API instead to integrate them into your custom programming. This function: ProductImageDataList_Load_Product gives you the assigned images from the image machine in the Admin.

    HTML Code:
    <mvt:do name="l.image_count" file="g.Module_Library_DB" value="ProductImageDataList_Load_Product(l.settings:product:id, l.settings:imagedata)" />
    https://docs.miva.com/api-functions/...t_load_product
    Colin Puttick
    Miva Web Developer @ Glendale Designs

    Comment

    Working...
    X