Advanced search  

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]

Pages: 1 ... 6 7 8 9 [10] 11 12 13 14 ... 22   Go Down

Author Topic: cpgShop - a PayPal shopping cart  (Read 429060 times)

0 Members and 2 Guests are viewing this topic.

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: cpgShop - a PayPal shopping cart
« Reply #180 on: August 22, 2011, 02:59:47 pm »

Within the mentioned function you can find two occurances of
Code: [Select]
{$currency_symbol[$CONFIG['cpgshop_currency']]} {$data[0]} ({$data[1]}){$currency_symbol[$CONFIG['cpgshop_currency']]}
is the currency, in your example kr.
{$data[0]} the value - you said xx
{$data[1]} the price title - 10x15 cm.

so just move things around a lil bit
Code: [Select]
{$data[1]} - {$data[0]} {$currency_symbol[$CONFIG['cpgshop_currency']]}

theramius

  • Coppermine newbie
  • Offline Offline
  • Posts: 13
Re: cpgShop - a PayPal shopping cart
« Reply #181 on: August 23, 2011, 09:48:32 am »

hi stramm,

please pm me about donation for a full version :-)

thank you

best regards,
Stefan
Logged

mboesen

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 104
    • Boesen Photography & Design
Re: Re: cpgShop - a PayPal shopping cart
« Reply #182 on: August 24, 2011, 11:42:42 am »

Within the mentioned function you can find two occurances of
Code: [Select]
{$currency_symbol[$CONFIG['cpgshop_currency']]} {$data[0]} ({$data[1]}){$currency_symbol[$CONFIG['cpgshop_currency']]}
is the currency, in your example kr.
{$data[0]} the value - you said xx
{$data[1]} the price title - 10x15 cm.

so just move things around a lil bit
Code: [Select]
{$data[1]} - {$data[0]} {$currency_symbol[$CONFIG['cpgshop_currency']]}

Thanks so much... worked just as I wanted!
Logged

sntechsnaps

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: cpgShop - a PayPal shopping cart
« Reply #183 on: September 01, 2011, 12:01:57 am »

Hi Stramm,

I have been working with the purchased version and all is going nicely on the development server we are using, one point has come up so far...

On the order manager, clicking on an order, brings up all the address details etc etc and at the bottom there is a thumbnail of the ordered photo, the item name, item price etc - all working fine. However how can I add in the name of the item here? I have a vareity of different print sizes at different prices, but would like the invoice/order screen to state the "name" of the option ordered, like "10x8" Print" not just the price of that option..possible easily?

Cheers.
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: cpgShop - a PayPal shopping cart
« Reply #184 on: September 01, 2011, 07:05:36 am »

It should be there and is already fixed in my new version. However there is another glitch I need to take care of. Probably next week I can send you the actual version.

cheercity

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: cpgShop - a PayPal shopping cart
« Reply #185 on: September 16, 2011, 07:14:07 pm »

Hi,

is it possible to change the user group membership after payment e.g. with payal? All in without adminīs help?

Thanks

Holger
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: cpgShop - a PayPal shopping cart
« Reply #186 on: September 16, 2011, 07:20:53 pm »

With some extra coding that's possible

cheercity

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: cpgShop - a PayPal shopping cart
« Reply #187 on: September 16, 2011, 07:34:13 pm »

ok
sorry I am not able to send you a pm.
do you offer such coding?
Logged

jonahnaylor

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: cpgShop - a PayPal shopping cart
« Reply #188 on: October 08, 2011, 08:19:28 pm »

Hi Stramm, just wondered also about this Data Inconsistant error. how much is your pro version and how do I PM you, the forum won't allow it and your signature website is broken? Thanks.
Logged

neilfs

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: cpgShop - a PayPal shopping cart
« Reply #189 on: October 11, 2011, 01:44:28 pm »

I'm unable to PM, I guess because I am a new member to this forum - interested in donating to gain the full version of this software. neil ..at.. xtremeaction ..dot.. co ..dot.. uk thanks.
Logged

mboesen

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 104
    • Boesen Photography & Design
Re: cpgShop - a PayPal shopping cart
« Reply #190 on: October 24, 2011, 10:34:23 am »

Hi Stramm,

I have been working with the purchased version and all is going nicely on the development server we are using, one point has come up so far...

On the order manager, clicking on an order, brings up all the address details etc etc and at the bottom there is a thumbnail of the ordered photo, the item name, item price etc - all working fine. However how can I add in the name of the item here? I have a vareity of different print sizes at different prices, but would like the invoice/order screen to state the "name" of the option ordered, like "10x8" Print" not just the price of that option..possible easily?

Cheers.

Hi Stramm

I have just stumbled on the exact same problem. Though I am using the free version. Is there a fix for that version as well?

Thanks,

Michael
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: cpgShop - a PayPal shopping cart
« Reply #191 on: October 26, 2011, 02:32:58 pm »

I'm working on the next update that fixes some bugs including that one. Initially I wanted to have it online two weeks ago but I'm still busy. So hopefully it's up this weekend.

mboesen

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 104
    • Boesen Photography & Design
Re: Re: cpgShop - a PayPal shopping cart
« Reply #192 on: October 26, 2011, 02:57:14 pm »

I'm working on the next update that fixes some bugs including that one. Initially I wanted to have it online two weeks ago but I'm still busy. So hopefully it's up this weekend.

Sounds great! Looking forward to it!
Logged

computel

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 28
Re: cpgShop - a PayPal shopping cart
« Reply #193 on: October 27, 2011, 04:23:37 pm »

OK I will be having different people uploading pictures for sale and was wondering if there is a way to add the album name to the order so I knoiw who to send a commision to?

Also is there a way to have the price list name in the order details?

this is for a 16 x 20 Poster but no where in the order or email does it state this.

as this is all that shows in the email and order

Code: [Select]
Item name Item and option price Price each Qty Shp Total
2|IMG_0760_640x427.jpg Item price: CA $ 29.99
--------------------------------------------------------------------------------
 CA $ 29.99 1 delivery CA $ 29.99
Cart total CA $ 29.99
PayPal fee CA $ 0.00
Shipping fee (Standard) CA $ 9.99
Weight additon CA $ 5.00
Total CA $ 44.98
Includes VAT CA $ 5.85


Thanks
Logged

infobar

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: cpgShop - a PayPal shopping cart
« Reply #194 on: November 03, 2011, 11:59:19 pm »

Hi Stramm,

Is there some option to pay You implementation plugin on my gallery :
www.infobar.ba/photo

I will give all instruction about price and delivery

Regards
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: cpgShop - a PayPal shopping cart
« Reply #195 on: November 04, 2011, 11:54:47 am »

New version 1.0.3 is up

mboesen

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 104
    • Boesen Photography & Design
Re: Re: cpgShop - a PayPal shopping cart
« Reply #196 on: November 04, 2011, 12:32:55 pm »

Logged

Guerrilla

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
Re: cpgShop - a PayPal shopping cart
« Reply #197 on: November 15, 2011, 03:51:57 am »

Hi guys.

Can anyone, please, post the link to his Gallery to see how the Shopping Cart is working. I also want to implement it on my site but first want to see how it works.

Thanx a million in advance !!!
Alexey
Logged

miwei69

  • Coppermine newbie
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 1
Re: cpgShop - a PayPal shopping cart
« Reply #198 on: December 08, 2011, 05:33:31 pm »

Hello Stramm!

Iīm also interested to donate in order to receive the Pro version. Since I cannot write personal messages, I have to "request" it in here :)

Thanks for your answer!

Best Regards,

Michael

P.S.: A working link would be appreciated as well to see the plugin in action! Thanks! :)
Logged

sterfry

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: cpgShop - a PayPal shopping cart
« Reply #199 on: December 15, 2011, 06:39:53 pm »

I would like to make a donation to you.  I cannot send a private message, please let me know a way to get money to you.

Thanks,

Sterling
Logged
Pages: 1 ... 6 7 8 9 [10] 11 12 13 14 ... 22   Go Up
 

Page created in 0.076 seconds with 20 queries.