cpgShop - a PayPal shopping cart - Page 14 cpgShop - a PayPal shopping cart - Page 14
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

cpgShop - a PayPal shopping cart

Started by Stramm, October 11, 2010, 05:04:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Loox

Hi Stramm,

please send me a PM about donation for a full version.

Thank you

Best regards,

Eugen

Stramm

Areinu, may I abuse you as my beta tester? ;)

Loox, I'll send you a PM when the new version is up (2-3) days.


Loox


Areinu

Sure. I was away from anything network related during this weekend, but now I can help you :)

Loox

Hello Stramm!

I need a module which what the buyer gets a link to download, after paying an image (for example via PayPal). Which module of the both you listed in PM I need?

P.S. Please send me your PayPal account information.

Thank you

Best regards,

Eugen

PatrickV_NL

please send me a PM about donation for a full version.

s5iztok

Hi, please send me a PM about donation for a full version.

Thank you

Best regards,

Iztok

jsturrtle

Hi, please send me a PM about donation for a full version.

Thank you

johanlast

Hello. We implemented the cpgShop module into Coppermine Gallery and setup everything and everything is working perfectly. Could you please contact me in connection with the Download Module for cpgShop because we would really love to be able to send a "download link" to the customers to get their photos (manually sending photos is a bore). Could you please tell me how much it will be. And if we do implement it, will there be any change needed to be made to our setup which currently works.

Thank you

lowlightimages

Hi Stramm

I'd like to know what the cost of the full module is please. I'm considering moving from Gallery to Coppermine as G3 doesn't have a decent cart ut I want to know what I'm letting myself in for first :)

Cheers
Dave

mbarb

Hi Stramm,

please send me a PM about donation for a full version.

Thank you

Best regards,

c.gaillard

Hi Stramm,
I install cpgshop plugins,for a friend photographer, and it works perfectily, 
great job you've done!
I'd like to know what the cost of the full module is please, an sorry for my bad english
Thank you

Best regards,

s2sinner

@Stramm
Hi there. I like to use the pluging for digital downloads only. Please contact me for details.

Thanks

Vassilis

DesMas

Hi Stramm

I'm currently migrating a cpg1.4 "PictureShop" site with your old photoshop cart plug-in included.
Therefore I noticed some of your new options in the the plug-in like the price groups.
As I first read this, I started with the creation of three groups like

  • Pictures
  • sold note
  • gifts
and added various prices to these groups. But then I noticed, that only one group seems to be able to be activated per album.
Is there a way to extend the shop's functionality, so I can activate multiple payment-groups per album.
That would lead into a better organization :) I know this would need some more parts of the shop to be adjusted.

I also noticed that the Options-Manager seems to have a bug, or I'm too stupid :)
If I enter the values like defined as 0.0|0.5|1.0 for example the saved value results in 0.
>> It seems like that there is a number converter active to keep the value clean from wrong data types.
If I enter the values as 0.0||0.5||1.0 they stay saved but cannot be displayed correctly in the Options-Manager.

BTW: I walked through the german language file added some missing translations and fixed some others.

May you also send me an PM for the payment information to gain the full version?



shutter13

Hello, I am hoping someone can help me.

I have been using this plug in for awhile and it has worked great, however I just noticed that the prices and options are truncated when the item is viewed in internet explorer. It works great in Firefox and safari, but not in IE.

You can see what I mean here http://www.naturecoastphotography.com/displayimage.php?album=6&pid=5979#top_display_media

In firefox and safari it works fine, but no go in IE.

ratte-rizzo

Please drop me a line for the full version.

Thanks
Daniel

mboesen

Hi

I have downloaded the 1.0.4 version. Currently using the 1.0.0... How do I update to the newest version? Do I just overwrite the current files or do I have to backup and save certain files etc?

Thanks!

Michael

mboesen

Sorry finally found the documentation on how to update!

mboesen

Ok, now I updated but is still having a problem. Once a customer register in Coppermine and enters all his/hers information, then I choose photos and go to the Cart and wants to finalize the order, then they have to enter their billing/shipping information (again - is it possible to transfer the original info entered automatically).

My problem now is that they enter their information and hit "continue". But the information is not showing. So they have to enter it again. Or at least it looks like that. I tested and apparently if I just continues to next page (Gateway - I believe) then the information is acutally there. But the customer doesn't know that.

I have not seen that problem before until yesterday....

I updated to the newest version 1.0.4, but still get the same problem...

This is the gallery I am refering to

http://boesenfoto.dk/gallery/index.php

Ps I have a similar problem when trying to delete users/bots... Then I delete them, but they still appear on the list. If I try yo delete again, then it just says that they don't exist. I know it is a Coppermine problem, not cpgShop, but could it be related?!

Thanks for your time

Michael

DesMas

Hi Stramm

I have here a little "correction" for a function in the codebase.php.
the admin menu links have changed in 1.5.x from <li> to <div> as far as I can see


function cpgshop_config_button($admin_menu){
global $CONFIG, $lang_cs_codebase;

if ($CONFIG['enable_menu_icons'] > 0) {
$cart_config_icon = '<img src="plugins/cpgshop/images/shop.png" border="0" alt="" width="16" height="16" class="icon" />';
} else {
$cart_config_icon = '';
}
/* old style
$add_button = '<!-- BEGIN cpgshop_control --><li><a href="index.php?file=cpgshop/cpgshop_config" title="'.$lang_cs_codebase['cpgshop_mgr'].'"><span>' . $cart_config_icon . $lang_cs_codebase['cpgshop_mgr'] . '</span></a></li><!-- END cpgshop_control -->';
*/
$add_button = '<!-- BEGIN cpgshop_control --><div class="admin_menu admin_float"><a href="index.php?file=cpgshop/cpgshop_config" title="'.$lang_cs_codebase['cpgshop_mgr'].'"><span>' . $cart_config_icon . $lang_cs_codebase['cpgshop_mgr'] . '</span></a></div><!-- END cpgshop_control -->';
$to = '<!-- END plugin_manager -->';
$admin_menu = str_replace($to, $to. $add_button , $admin_menu);

return $admin_menu;
}