close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

eCart 5 Confirmation page missing description

Thread began 2/21/2010 8:20 pm by jim286478 | Last modified 3/29/2010 9:24 am by jim286478 | 1150 views | 2 replies |

jim286478

eCart 5 Confirmation page missing description

This ecart 5 is working fine in the site except for the missing description on the confirmation page even though all other cart data shows up.. The description shows up fine in the cart page so I am figuring if its not on the cofirm page then it must also not be transmitted to PayPal. Is there any reason its missing?

Attached Files
confirmation.zip
Sign in to reply to this post

Jason ByrnesWebAssist

there is code on the confirm page to display the description:
<td class="eC_GroupColumn"><p class="eC_ItemDescription">Description:&nbsp;<?php echo $dreamz->DisplayInfo("Description"); ?>



so it should be displaying. can you provide a link?



the info being sent to paypal will not contain, the description, but it can be added by modifying the following code:

php:
<input type="hidden" name="on0_<?php echo $dreamz_Index+1?>" id="on0_<?php echo $dreamz_Index+1?>" value="" />

<input type="hidden" name="os0_<?php echo $dreamz_Index+1?>" id="os0_<?php echo $dreamz_Index+1?>" value="" />



to:

php:
<input type="hidden" name="on0_<?php echo $dreamz_Index+1?>" id="on0_<?php echo $dreamz_Index+1?>" value="description" />

<input type="hidden" name="os0_<?php echo $dreamz_Index+1?>" id="os0_<?php echo $dreamz_Index+1?>" value="<?php echo $dreamz->DisplayInfo("Description"); ?>" />
Sign in to reply to this post

jim286478

Thanks Jason. Maybe this can be added in a future release!

Sign in to reply to this post

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