close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Need to show additional size, color and style fields on paypal invoice

Thread began 9/22/2009 5:55 am by david353947 | Last modified 9/25/2009 3:50 pm by Jason Byrnes | 6915 views | 11 replies |

david353947

Need to show additional size, color and style fields on paypal invoice

I need to show the size, color and style on the order receipt, email order confirmation and paypal order details (on the paypal site)for paypal direct and express. Right now the order confirmation has the correct info. I assume that the confirm.php, pp_confirm.php, checkout_success.php and other pages might need to change.

Sign in to reply to this post

Jason ByrnesWebAssist

You will need to edit the universal Email server behavior on the confirm.php and the pp_confirm.php pages to include the additional cart columns in the email.

See the "Customizing email receipts in eCart" tutorial on the eCart Support page in the How to section for more details:
ecart/

Sign in to reply to this post

david353947

I fixed that, what about the paypal details...I need to see the color, size and style when I pull up the order details in PayPal...right now I can't see those attributes and hence have no idea what color, size, style the customer bought, only the name of the product.

Sign in to reply to this post

david353947

Also the header of my order receipt page needs to have the Color Size and Style headings...I was able to edit the code and get the data to show up on that screen.

Sign in to reply to this post

Jason ByrnesWebAssist

paypal only allows you to pass the item name, you can concatenate the size, color and style onto the name however.


In the eCart object editor, go to the Calculations tab and create a new Calculation, lets call it "FullName"

[Name] . ' Size: ' . [Size] . ' Color: ' . [Color] . ' Style: ' . [Style]

You will need to replace the actual names of the columns in the above calculations. keep in mind, the name has a 127 character limit, depending on the length of the names, you may want to shorten this down.


Then in the confirm page, find:
$PP_DirectPayment_itemized[0][$nextIndex] = "Name" . strval($cartIndex+1) . "";
$PP_DirectPayment_itemized[1][$nextIndex] = "".$cartName->DisplayInfo("Name") ."";


and change it to:
$PP_DirectPayment_itemized[0][$nextIndex] = "Name" . strval($cartIndex+1) . "";
$PP_DirectPayment_itemized[1][$nextIndex] = "".$CartName->DisplayInfo("FullName") ."";


On the pp_confirm.php page, find:
$WA_PP_ECO_Do_itemized[0][$nextIndex] = "Name" . strval($cartIndex+1) . "";
$WA_PP_ECO_Do_itemized[1][$nextIndex] = "".$cartName->DisplayInfo("Name") ."";


and change it to:
$WA_PP_ECO_Do_itemized[0][$nextIndex] = "Name" . strval($cartIndex+1) . "";
$WA_PP_ECO_Do_itemized[1][$nextIndex] = "".$CartName->DisplayInfo("FullName") ."";




For the column headers, you will need to add those to the email manually.

Sign in to reply to this post

david353947

This solution did not work... I also tried to add a BCC: to universal email to at least get the order details emailed to me in the short run and that didn work either. Can I please get a phone call to resolve?

Sign in to reply to this post

david353947

Did I mention this is urgent as I have customers placing orders that we can't see the details for so we have to email each customer to find out what size, color or style they ordered.

Sign in to reply to this post

david353947

**Urgent** need for help with confirm page to PayPal

Did I mention this is urgent as I have customers placing orders that we can't see the details for so we have to email each customer to find out what size, color or style they ordered.

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so I can look into this with you a bit more.

To view and edit your support ticket, please log into your support history:
supporthistory.php

Sign in to reply to this post

david353947

Please let me know when I can get a call back again, one of the issues is not reolved and I'm not getting any PayPal sales as a result of this error. This is a Production issue.

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...