CS 2007 Cannot find Order Prints link

rated by 0 users
This post has 6 Replies | 3 Followers

Not Ranked
Posts 13
Points 200
cillroy Posted: Wed, May 16 2007 12:52 AM

What am I missing?  I enabled it in the Control Panel but do not see the option in any of the themes... really I only care about the default theme.  I see the orderprints.aspx file but no linking to it.  This is a fresh install and I have been very happy with it.

Top 25 Contributor
Posts 1,160
Points 70,020
CS Developers

That option isnt exposed in the default theme, and since we only shiped the default theme, you will have to edit the theme to add the order prints control.

Dan

  • | Post Points: 20
Not Ranked
Posts 13
Points 200
cillroy replied on Wed, May 16 2007 6:48 AM

any chance i could be lazy and get the code snippet used?

  • | Post Points: 5
Not Ranked
Posts 13
Points 200
cillroy replied on Wed, May 16 2007 9:00 AM

/themes/deafult/galleries/gallerypost.aspx

 

Changed

   <div class="photodetailoptions">
              <a href="BLOCKED SCRIPTtoggleLayers('ViewSizes');" title="View Image Sizes" class="viewsizes">View Sizes</a>
              <a href="BLOCKED SCRIPTtoggleLayers('ViewExif');" title="View Exif Info" class="viewexif">View Details</a>

To:

  <div class="photodetailoptions">
              <a href="BLOCKED SCRIPTtoggleLayers('ViewSizes');" title="View Image Sizes" class="viewsizes">View Sizes</a>
              <a href="BLOCKED SCRIPTtoggleLayers('ViewExif');" title="View Exif Info" class="viewexif">View Details</a>
     <CSGallery:GalleryPostData LinkTo="ViewOrderPrints" runat="server">
      <ContentTemplate>
       <img src="/themes/default/images/gallery/sfly_lg_ID.gif" alt="Order Prints from Shutterfly.com" heigth="16" width="54" style="border: none; padding: 0px 0px 0px 0px;" /> Order Prints from Shutterfly.com
      </ContentTemplate>
     </CSGallery:GalleryPostData>

 

I also borrowed the logo from shutterfly.com and put it in /themes/default/images/gallery (you can see from the img tag above)

 

one thing though, when it clicks out to shutterfly the image size is being set other than the origonal and does not appear on their site... any thougths?

Not Ranked
Posts 13
Points 200
cillroy replied on Fri, May 18 2007 4:54 AM

So a new issue with  this Shutterfly thing - I am guessing it is due to my site being locked down if you are not logged in, but when i use the shutterfly link no image appears on the shutterfly site and shows the dimension as 0x0 where are is I physically type in the orders.aspx path I at least get a dimension but still no image... thoughts?

  • | Post Points: 20
Not Ranked
Posts 3
Points 60
mabrown replied on Thu, Jul 5 2007 12:34 AM

Has anyone been able to get this to work?  I tried the code posted above and I too have the issue where the photo demensions are showing 0x0.

  • | Post Points: 5
Not Ranked
Posts 12
Points 195
ToJaRo replied on Sat, Sep 22 2007 1:31 PM

Ok, my wife is hounding me to get the order prints link back on the site after I upgraded our family site to CS 2007 SP1.  I am just now getting around to look into this and I ran across this posting... I added the above code and I too am getting the 0x0 upload to ShutterFly but I can see the image on their site.  I went into the code to look for any clues and then I looked at the page source to see what was happening.    

 When  you view the page source of the picture page (example: http://myexamplefamily.com/photos/family/picture91.aspx) you will see the following code where the shutterfly link is:

<a href="/photos/r_family/91/order.aspx?Width=0&amp;Height=0&amp;TWidth=100&amp;THeight=87">

If you look at the above code it does not reference that size just after the order.aspx? above... it says:

<CSGallery:GalleryPostData LinkTo="ViewOrderPrints" runat="server">
      <ContentTemplate>
       <img src="/themes/default/images/gallery/sfly_lg_ID.gif" alt="Order Prints from Shutterfly.com" heigth="16" width="54" style="border: none; padding: 0px 0px 0px 0px;" /> Order Prints from Shutterfly.com
      </ContentTemplate>
     </CSGallery:GalleryPostData>
     <div>
 

I am assuming that the call to CSGallery:GalleryPostData is the culprit but I cannot find this anywhere in the code - maybe I am blind.     This is my guess as to why the 0x0 shows up in Shutterfly.com but I am not an expert in ASP code by any means and if anyone else can use my guesstimate and figure this out... I would greatly appreciate it... It will get the wifey of my back! Big Smile

ToJaRo
  • | Post Points: 5
Page 1 of 1 (7 items) | RSS
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com