Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthordustinto
    • CommentTimeMar 1st 2006
     
    Has any one made an add-on that will allow visitors to purchase prints.

    It would need to be able to work with a shopping cart and add multiple images then checkout with like paypal and maybe authorize.net then after payment was approved it would need to make an email (or upload to a remote ftp site) that combines the picture, buyers info name shipping, etc and other variables.

    Thanks
    • CommentAuthorjack
    • CommentTimeMar 2nd 2006
     
    I know that someone on this forum was busy with thinking how this could be done (way back at the beginning of this forum ;)). I can't seem to find that topic anymore, so I guess 'development' has not continued, although I would also really like to have something like this. Together with wordpress and the shopping functionality some people are building over there, the ultimate web(p)log system would be complete :).
    •  
      CommentAuthormike
    • CommentTimeMar 2nd 2006
     
    I saw something in my referrer log a while back, it clearly used Plogger integrated with some sort of shopping cart system. It was something like New Zealand golfing photographs or something. I'll see if I can find the link.
    •  
      CommentAuthormike
    • CommentTimeMar 2nd 2006
     
    Here it is: http://www.photos.nzmg.com/tennis/tennis/ten014.jpg

    Maybe you can email them and ask them for the code =D
    • CommentAuthorjack
    • CommentTimeMar 3rd 2006
     
    I hope I picked up the right email address on that site ;), so I'll post back here when I get an answer.
    • CommentAuthoracenz
    • CommentTimeMar 3rd 2006
     
    Hi Guys,

    I'm the guy who implemented the cart system into plogger at photos.nsmg.com

    Im suprised that it has't been done and would be happy to share the code i used. It's a very simple session based system, doesn't have any member based system in the backend.

    The code is a bit hack-ish, and certainly isn't a plugin (i had to decipher code and insert parts which would allow me to achieve what i wanted) but i will be happy to upload a zipped format of the site so interested people can pick it up and run with it if they wanted to.

    It's the weekend here currently, but look forward to some feedback once i get it up next week!

    Thanks for the interest
    • CommentAuthorashlyn
    • CommentTimeMar 5th 2006
     
    You can do it with a bit of fiddling around in the database and the gallery.php file. Add a new field in plogger_pictures (I named mine 'blurb') and type some stuff into it (html code is fine, and you could add shopping cart buttons this way too) then get it to display that field below the large image, in gallery.php (I've put mine above the comments)

    Works ok if you don't have thousands of images in your gallery.
    • CommentAuthordustinto
    • CommentTimeMar 7th 2006
     
    We put up 3000-5000 pictures a week :(
    • CommentAuthoracenz
    • CommentTimeMar 8th 2006
     
    the fiddling in my code was to the gallery.php file, so the amount of file uploaded is irrelevant. It just changes the info dependant on the filename called.
    • CommentAuthorniceguy
    • CommentTimeMar 15th 2006
     
    I am certainly interested in this function, Plogger meets my demands completely except for the "order photos" functionality. Can I download your zipped code, acenz?
    • CommentAuthoramoi
    • CommentTimeMar 26th 2006
     
    I'm definitely interested in this function too, may I download the zipped code also?
    • CommentAuthorlukemh
    • CommentTimeMar 5th 2007
     
    could you send the code for the cart to:

    lukemh1 %at% gmail %dot% %com%
    • CommentAuthorGremi0
    • CommentTimeMar 9th 2007
     
    better yet - tell us where we can download it directly since you have many of us interested.. also is this simply an order form or does it output to a 3rd party printing service?
    • CommentAuthorkokesh
    • CommentTimeJun 7th 2007
     
    I did something like that:
    http://kokesh.no-ip.org/gallery

    I've added the extracted code from gallery.php. Put it before <div id="exif_toggle">'.$detail_url.'</div></td> (included code ends with that line)

    Don't forget to change my email to yours in code :)))
    <table border=0 width=400 align=center><tr>
    <tr><td colspan=2 align=center><font style="font-size:9px;color:#eeeeee;">Prints are made on highest quality glossy photo paper on photo printer. Quality is the same, or maybe even better than from photo lab.<br>Prices include transportation.</font><br><br></td></tr>
    <td width=50% align=center>
    <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but22.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
    <input type="hidden" name="add" value="1">
    <input type="hidden" name="cmd" value="_cart">
    <input type="hidden" name="business" value="jachym.lukes@gmail.com">
    <input type="hidden" name="item_name" value="'.stripslashes($row["caption"]).'-'.$picturename.' 10x15">
    <input type="hidden" name="item_number" value="'.$id.'">
    <input type="hidden" name="amount" value="90.00">
    <input type="hidden" name="no_shipping" value="0">
    <input type="hidden" name="return" value="http://kokesh.no-ip.org/gallery/pay-thankyou.htm">
    <input type="hidden" name="cancel_return" value="http://kokesh.no-ip.org/gallery/pay-canceled.htm">
    <input type="hidden" name="currency_code" value="SEK">
    <input type="hidden" name="lc" value="SE">
    <input type="hidden" name="bn" value="PP-ShopCartBF">
    </form><br>10x15cm 30,- SEK
    </td>
    <td width=50% align=center>
    <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but22.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
    <input type="hidden" name="add" value="1">
    <input type="hidden" name="cmd" value="_cart">
    <input type="hidden" name="business" value="jachym.lukes@gmail.com">
    <input type="hidden" name="item_name" value="'.stripslashes($row["caption"]).'-'.$picturename.' 16x22">
    <input type="hidden" name="item_number" value="'.$id.'">
    <input type="hidden" name="amount" value="120.00">
    <input type="hidden" name="no_shipping" value="0">
    <input type="hidden" name="return" value="http://kokesh.no-ip.org/gallery/pay-thankyou.htm">
    <input type="hidden" name="cancel_return" value="http://kokesh.no-ip.org/gallery/pay-canceled.htm">
    <input type="hidden" name="currency_code" value="SEK">
    <input type="hidden" name="lc" value="SE">
    <input type="hidden" name="bn" value="PP-ShopCartBF">
    </form><br>16x22cm 50,- SEK
    </td>
    </tr>
    <tr><td colspan=2 align=center height=30>&nbsp;</td></tr>
    <tr><td colspan=2 align=center>
    <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_cart">
    <input type="hidden" name="business" value="jachym.lukes@gmail.com">
    <input type="image" src="https://www.paypal.com/en_US/i/btn/view_cart.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">
    <input type="hidden" name="display" value="1">
    </form>
    </td></tr>
    </table>
    <br>
    <div id="exif_toggle">'.$detail_url.'</div></td>
  1.  
    I surely would like this code for a paypal cart in the next release or an update. Thanks for this awesome gallery and I'll continue with plogger
    as it grows.