Xpark Media

Forum Replies Created

Viewing 15 posts - 631 through 645 (of 1,644 total)
  • Author
    Posts
  • in reply to: Counter not working #53039
    Xpark Media
    Keymaster

    @ xiahpop,

    What option are you using pageviews or visits? Can you confirm what version are you using?

    Cache will definitely will affect the result because the counter is php base not JavaScript. So it will not reflect exactly what you see in google analytics

    in reply to: No receipt shown on screen #53002
    Xpark Media
    Keymaster

    @markw,

    The user should be seeing a receipt at that point, is there any error on the page or on your server log? Do you have any redirect plugin installed?

    in reply to: if buy more than ten items, give % off #53001
    Xpark Media
    Keymaster

    The only way to do it is to create a promotional code. sales > promotions

    in reply to: Member account #53000
    Xpark Media
    Keymaster

    @mililaw,

    You can add users to the “customer” and assign galleries to them. When they login, they will see in their profile a link called “galleries” this will display the galleries assigned to them

    You can assign users in each gallery in the “customer” metabox after adding users to the “customer” page.

    But currently there is no area where users can view their purchased images

    in reply to: Disabling Promotional code #52999
    Xpark Media
    Keymaster

    @mavipatik,

    You currently can’t, just by using settings but you can always hide or remove the field using CSS or JavaScript.

    in reply to: country field in shipping info #52998
    Xpark Media
    Keymaster

    @Deep,

    There is no country field, but will add it to the next release.

    There should not be an empty field probably the display is not correct.

    If you need this done soon you can use the Image Store API to add the field

    in reply to: Can´t get the plugin to work at all #52997
    Xpark Media
    Keymaster

    @CathieHeart,

    Be sure that the gallery ID is not the database (post) number, but the ID generated by the plugin it should be a series or number and letter that you can also modify per gallery.

    What version of the plugin were you using before?

    in reply to: Dynamic Shortcode for Client Area #52996
    Xpark Media
    Keymaster

    @CathieHeart,

    This could be because you are logged-in on different sessions, the link will show differently depending on user permission.

    in reply to: Plugin not working after live site deployment #52995
    Xpark Media
    Keymaster

    @visions,

    Did your domain changed at all form dev into live, the only real way for us to check is to have access to your site, if there is a but will fix it but if there is something else we will have to charge you.

    in reply to: Custom view for orders #52993
    Xpark Media
    Keymaster

    You can use the function get_post_meta
    get_post_meta( $post_id, "_ims_order_data", true)
    get_post_meta ($post_id, "_response_data", true)
    Where $post_id is the sales id, these functions will return arrays with all the sales data.

    in reply to: ALBUM Problem #52992
    Xpark Media
    Keymaster

    @eddigei,

    be sure that there is no spaces in the code, use [image-store album=30]

    in reply to: Images are not shown on the child theme #52991
    Xpark Media
    Keymaster

    can you please provide a link to your site, it looks like you have some sort of javascript problem. The _key folder is no longer used.

    in reply to: ITPC data in Caption #52988
    Xpark Media
    Keymaster

    @atanke,

    Sorry, we will not implement the changes in the next release not all the users will want to display this information.

    These changes can easily be done using the Image Store API, you add the functions to a custom plugin or your theme.

     

    in reply to: Sales Page #52985
    Xpark Media
    Keymaster

    If you search the entire code you will not find “0744” the code tries to set the permissions to “0755” but only if the php script is allowed. All that I can think is that the fault permission on the server are “0744” and “0644

    The first links give me a 404, missing images on the sales page will result if you deleted the images from the original gallery.

    in reply to: Custom view for orders #52912
    Xpark Media
    Keymaster

    This is a bit complicated, but you can use the file image-store/admin/sales/sales-details.php as a guide.

    All the orders are save under the content type “ims_order”, each order has it’s own order id. Usee the meta_key “_ims_order_data” and “_response_data” to obtain all data related to the order.

Viewing 15 posts - 631 through 645 (of 1,644 total)