• Hey Guys,

    I’m using the latest version of the image store plugin. I’m using a developement server then plan to move over to a live server.

    Whats the best way to export all my configuration settings for IMS? I do have access to my DB but I dont want to copy the whole database, just the settings for IMS – I dont want the albums or galleries information, or images etc, I just wanted the price lists and settings.

    Can anyone help?

    http://wordpress.org/extend/plugins/image-store/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Hax

    (@hax)

    Currently there is no export,but you can try this, (note we have not test it )

    You want to install a custom post plugin or register they following 2 custom post for
    your price list “ims_package”, “ims_pricelist” this will allow you to use the default wp export to export the packages and prices it’s options.

    Settings you want to save them from the options table using get_option or going to wp-admin/options.php

    ‘ims_front_options’
    ‘ims_color_filters’,
    ‘ims_shipping_options’
    ‘ims_print_finishes’
    ‘ims_options’
    ‘ims_sizes’

    Thread Starter totallytech

    (@totallytech)

    Ah excellent thank you, I’ll have a play.

    I am customising the plugin quite heavily (the layout for display)

    I am currently using a gallery of 20 images, all of which display on a single page, when I click one it goes to ims-image page, rather than a lightbox etc, but I’m wondering how I can display the purchase area? is there a call I can place on the ims-image.php page to display the add to cart link with the drop down of products/sizes? 🙂

    Thread Starter totallytech

    (@totallytech)

    Hey,

    I found display_order_form() but when I add it I get a php error. What do I need to parse to it to generate the order form?

    Thread Starter totallytech

    (@totallytech)

    Oh,

    Is there a way to add a javascript code to the image for a zoom area?

    I found tjpzoom.js script and need to add:

    onmouseover=”TJPzoom(this,’image900x900.jpg’)”

    Plugin Author Hax

    (@hax)

    @totallytech,

    The add to cart feature in single image pages has been added for the next release (Image Store 3.2.1) please test it and provide feedbck.

    to modify the image display using the ims_image_tag hook, or using your own themplate

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Backup / Export Settings’ is closed to new replies.