SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
May 24, 2012, 12:49:42 pm

Login with username, password and session length
Members
Total Members: 10071
Latest: cdavidson012
Stats
Total Posts: 28687
Total Topics: 4977
Online Today: 94
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 0
Guests: 72
Total: 72
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Paypal checkout  (Read 3862 times)
Vincent Volmer
Community Suite Customer
Sr. Member
******
Offline Offline

Posts: 464


SMF 2.0.1


View Profile WWW
« on: July 15, 2009, 10:42:58 am »

Hello,

I know this is discussed somewhere before in the forum but I cant find a clear explanation.

On the checkout of Paypal there's no Item name. Only the text from $txt['store_txt_checkout'] (in my case 'Kopen') which is also used for the checkout button in the Store and the text on the next line: Objectnr.checkout:



I think something isn't working correct.... why is this displayed like this?

Thanks for any answer,
Vincent

Logged

SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #1 on: July 15, 2009, 12:52:33 pm »

This is because we are not passing the item information to paypal just the total price.

Which allows more options such as in the future supporting other payment processors.  Before we used to pass the product information but paypal has limits on the number of items passed which could cause some orders to be lost. In addtion paypal only supports two custom fields which also caused information.
Logged
Vincent Volmer
Community Suite Customer
Sr. Member
******
Offline Offline

Posts: 464


SMF 2.0.1


View Profile WWW
« Reply #2 on: July 15, 2009, 02:23:56 pm »

Okay, clear!
Thanks for the explanation.

I changed the name of the button and now it looks good (enough).

Vincent
Logged

Vincent Volmer
Community Suite Customer
Sr. Member
******
Offline Offline

Posts: 464


SMF 2.0.1


View Profile WWW
« Reply #3 on: July 17, 2009, 08:47:32 am »

Just an other idea:

When using an Alternate PayPal payment address for payments, on the paypal checkout there appears the item description which is very nice!!;


When using the default paypal e-mailadress, without using the shoppingcard, there appears the checkout text: $txt['store_txt_checkout'] at the paypal checkout. Which is the same if using the shoppingcard;


Could it be possible, if using the store with default paypal address but without the shoppingcard, to use the description of the item instead of the checkout text?


Sorry for my bad English but I hope you understand what I'm trying to suggest  Undecided

Thanks,

Vincent


Logged

Bar Nuthin
SMF Store Customer
Jr. Member
*****
Offline Offline

Posts: 98



View Profile WWW
« Reply #4 on: October 30, 2009, 09:04:56 pm »

i have to bump this thread - i think i created the same topic earlier, but this one will do

I have been forced to stick with version 1.3beta1 because of this - and i would really like to upgrade to the latest version and have some feature requests that would easy to implement and add huge value to this program

i consider myself a POWER USER of this mod and I couldn't imagine running my stores without it

But by not having the Item Description in the PayPal transaction makes the program completely unusable in my situation

I have hundreds of transactions each month.  at two or three times a month i have scammers who reverse their paypal payment

in order to win a decision in these disputes, i must provide "proof of delivery"

since all of my items are digital downloads, the only "proof" i can provide is screenshots of the transaction and download from smf store

if the paypal transaction does not reference a specific product, i might as well send them pictures of my nuts.

also, since my online business has grown so much - i depend on PaypPal reports for my book keeping and tax information

without any transaction detail in PayPal, the data is next to useless - see screenshot 1.3.5a.jpg

obviously PayPal can still accommodate this information as shown in the screenshot 1.3beta1.jpg

is there any way this can be remedied?  i still do not understand your explanation as to why this change was necessary.

if you feel it is still necessary, could you please explain in greater detail?   would it be possible to pay you for a custom solution - perhaps some instruction on how to edit the proper php

sorry if this sounds like a rant, but this is killing me - plus it moots some great ideas i have because i won't be able to upgrade to take advantage of them

thanks for giving this topic some additional consideration

Bar
Logged

see my smf stores at www.psthemes.com and www.tiltbuster.com
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #5 on: October 30, 2009, 10:41:53 pm »

Looked at the code I can add an option to include the product titles instead of the checkout text.

The issue comes into play when you have many many items that exceeds the limits for paypal fields. Which is why the system was rewritten to pass just the cart id instead of all the product information and for better support with other payment systems
Logged
Bar Nuthin
SMF Store Customer
Jr. Member
*****
Offline Offline

Posts: 98



View Profile WWW
« Reply #6 on: October 30, 2009, 11:51:31 pm »

excellent news!!

perhaps you could set it to limit the max characters - if that would help

i've had maybe two or three dropped transactions out of thousands, so for me at least - the concern is minimal

since my forum is dedicated solely to support the store - my customers have easy access to me to remedy any problem transactions

i look forward to the release of this feature and will be sure to kick in another donation for your prompt attention

thanks!!
Logged

see my smf stores at www.psthemes.com and www.tiltbuster.com
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #7 on: October 31, 2009, 06:10:35 pm »

Added for next update 1.3.6
+Now sends the product name to paypal for shopping cart items up to 127 characters for all items in the cart total.


Logged
Bar Nuthin
SMF Store Customer
Jr. Member
*****
Offline Offline

Posts: 98



View Profile WWW
« Reply #8 on: October 31, 2009, 08:48:31 pm »

thank you sir

how hard to sneak in one last update?

at the bottom of product descriptions where it has admin links  [Print Item] [Edit] [Edit Files and Pictures] [Delete] [Hide Product]

add [Give Free Product to User] and take you to give product page with item already selected

i sell hundreds of items via alternate payment method and have to add the products to their accounts using the "Give Free" function - searching the drop down with hundreds of products can be difficult when busy

Thanks again for great service and a great product for SMF users.

I will be making a nice donation upon the successful release of 1.3.6  Wink
Logged

see my smf stores at www.psthemes.com and www.tiltbuster.com
Vincent Volmer
Community Suite Customer
Sr. Member
******
Offline Offline

Posts: 464


SMF 2.0.1


View Profile WWW
« Reply #9 on: November 01, 2009, 04:14:50 am »

Added for next update 1.3.6
+Now sends the product name to paypal for shopping cart items up to 127 characters for all items in the cart total.




 Grin Cheesy great!!

Thank you for your great work!

Vincent
Logged

SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #10 on: November 01, 2009, 01:03:36 pm »

thank you sir

how hard to sneak in one last update?

at the bottom of product descriptions where it has admin links  [Print Item] [Edit] [Edit Files and Pictures] [Delete] [Hide Product]

add [Give Free Product to User] and take you to give product page with item already selected

i sell hundreds of items via alternate payment method and have to add the products to their accounts using the "Give Free" function - searching the drop down with hundreds of products can be difficult when busy

Thanks again for great service and a great product for SMF users.

I will be making a nice donation upon the successful release of 1.3.6  Wink
Added to 1.3.6
Logged
Bar Nuthin
SMF Store Customer
Jr. Member
*****
Offline Offline

Posts: 98



View Profile WWW
« Reply #11 on: November 02, 2009, 07:45:32 pm »

thank you sir

how hard to sneak in one last update?

at the bottom of product descriptions where it has admin links  [Print Item] [Edit] [Edit Files and Pictures] [Delete] [Hide Product]

add [Give Free Product to User] and take you to give product page with item already selected

i sell hundreds of items via alternate payment method and have to add the products to their accounts using the "Give Free" function - searching the drop down with hundreds of products can be difficult when busy

Thanks again for great service and a great product for SMF users.

I will be making a nice donation upon the successful release of 1.3.6  Wink
Added to 1.3.6

Marry Me?

You would not believe how much this last feature has improved my store from an admin point of view - and thank you for all previous upgrades as well - glad i can finally put them to use.

where do i find the changelog post at?

thx,
Bar

ps - check your paypal Smiley
Logged

see my smf stores at www.psthemes.com and www.tiltbuster.com
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #12 on: November 02, 2009, 07:48:01 pm »

Thanks
Check out the download topic of SMF Store I put what has changed in this update on this page here
http://www.smfhacks.com/index.php/topic,825.75.html
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  

Recent
[Today at 08:02:50 am]

[Today at 04:11:41 am]

[May 21, 2012, 08:54:11 am]

[May 20, 2012, 11:06:52 am]

[May 20, 2012, 05:58:11 am]

[May 19, 2012, 06:16:58 pm]

[May 19, 2012, 05:42:37 pm]

[May 18, 2012, 03:08:38 pm]

[May 17, 2012, 06:07:46 pm]

[May 17, 2012, 02:22:07 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.16 | SMF © 2006-2011, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 4.79 seconds with 20 queries.