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’
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? 🙂
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?
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