Forum Replies Created
- AuthorPosts
- Xpark MediaKeymaster
@ 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
Xpark MediaKeymasterThe 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?
Xpark MediaKeymasterThe only way to do it is to create a promotional code. sales > promotions
Xpark MediaKeymasterYou 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
Xpark MediaKeymasterYou currently can’t, just by using settings but you can always hide or remove the field using CSS or JavaScript.
Xpark MediaKeymasterThere 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
Xpark MediaKeymasterBe 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?
Xpark MediaKeymasterThis could be because you are logged-in on different sessions, the link will show differently depending on user permission.
Xpark MediaKeymaster@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.
Xpark MediaKeymasterYou 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.Xpark MediaKeymasterbe sure that there is no spaces in the code, use [image-store album=30]
Xpark MediaKeymastercan 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.
Xpark MediaKeymaster@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.
Xpark MediaKeymasterIf 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.
Xpark MediaKeymasterThis 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.
- AuthorPosts