close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

SKU numbers

Thread began 9/08/2011 2:51 pm by biz295654 | Last modified 9/09/2011 7:56 am by biz295654 | 2362 views | 9 replies |

biz295654WebAssist

SKU numbers

Getting ready to go live with a cart and the SKU number is not being passed thru to check out / into paypal order. This is a critical element so the client knows which color to ship. In options I have sizes and colors. Colors reflect the sku number ie, 1231 = black, 1232 = blue, etc.

Any guidance, most appreciated.

Sign in to reply to this post

biz295654WebAssist

Let me restate this... I need the check out to include the sku number. How can I integrate that? Thanks

Sign in to reply to this post

biz295654WebAssist

I found this thread

showthread.php?p=91905#post91905

that references a sku number included into an email... so my hope is raised that I can change the order to include the sku number too...

fingers crossed... where do I look, please...

Sign in to reply to this post

biz295654WebAssist

in the file
process_transaction.php
line 603

<input type="hidden" name="item_number_<?php echo $WA_Store_Cart_Index+1; ?>" id="item_number_<?php echo $WA_Store_Cart_Index+1; ?>" value="<?php echo $WA_Store_Cart->DisplayInfo("ID") ?>" />

is this what needs changing... "ID" to "SKU"

thanks

Sign in to reply to this post

biz295654WebAssist

If someone has time to look at my idea for a solution, I'd be very grateful. We are down to the wire to go live and this issue is critical.

Thanks so much!

Sign in to reply to this post

Jason ByrnesWebAssist

What paypal payment system are you using?

PayPal Payments Pro?
PayPal Payments Standard?
PayPal Express Checkout?

Sign in to reply to this post

biz295654WebAssist

Pay Pal Standard...this is the same project you've been helping me with. Thanks

Sign in to reply to this post

biz295654WebAssist

Hmmm... assuming it is standard. I'll double check that.

yes standard

Sign in to reply to this post

Jason ByrnesWebAssist

I believe papal requires the item ID to be numeric, but you can concatenate the SKU to the name.


edit this line of the process_transaction.php file:

php:
<input type="hidden" name="item_name_<?php echo $WA_Store_Cart_Index+1?>" id="item_name_<?php echo $WA_Store_Cart_Index+1?>" value="<?php echo $WA_Store_Cart->DisplayInfo("Name"?>" />



to:

php:
<input type="hidden" name="item_name_<?php echo $WA_Store_Cart_Index+1?>" id="item_name_<?php echo $WA_Store_Cart_Index+1?>" value="<?php echo $WA_Store_Cart->DisplayInfo("Name"?> SKU: <?php echo $WA_Store_Cart->DisplayInfo("SKU"?>" />
Sign in to reply to this post

biz295654WebAssist

TERRIFIC! Thank you so much!

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...