-
AuthorPosts
-
September 19, 2013 at 3:07 pm #271
When an image is in the cart you see the image number. After you buy it you just see the download arrow, file type (jpg) and size (Blogee) (as an aside I absolutely hate that term and would like to change it on my site)
I’d like to see the image number in there.
I’d also like the minipic to be a link back to the image page – suppose you wanted to see what the full size image was as you were considering buying an upgrade, or you wanted to re-read the description, or copy it (in the case of an editorial image). Right now you’d have to remember some search terms to get back to the image page, which is certainly doable but much less convenient for the buyer.
As a corollary, I’d like to be able to search by image number (I tried it just to see and it doesn’t work).
September 19, 2013 at 5:56 pm #2991Is the images number a “name” you gave the image, or is it a number that Symbiostock provided?
September 19, 2013 at 6:07 pm #2992The image number Symbiostock provided. That’s what shows up in the cart before purchase
September 20, 2013 at 2:49 am #2993Is there a way to see the assigned image number during the upload process, or see it on the each image’s page?
Thanks,
NateSeptember 20, 2013 at 4:07 am #2994You can see it indirectly by looking at the minipic (thumbnail) or watermarked preview JPEG’s file name in the browser, but that’s not all that friendly.
I just made a small change to content-image.php to display it on the image page:
http://www.digitalbristles.com/image/snorkeling-beyond-smith-cove/
The formatting might want to be a bit different, but it’s not a big change to make – just adding
…long line of code…< ?php echo "Image No. $postid"; ?>
< ?php do_action( 'ss_after_img_page_preview' ); ?>
September 20, 2013 at 4:29 am #2995Thanks for the explanation and code snippet, jsnover!
Nate
September 20, 2013 at 7:43 am #2996I have added the image number to the download button by adding this string to the type and size info in content_customer.php line 72
. $product_info
I’ll look around and see how I can make the minipic link to the original image page, but not tonight 🙂
-
AuthorPosts
You must be logged in to reply to this topic.