 2009-10-30 00:17 | To show the product name instead of the page/product ID go to templates/payments.tpl
under <!-- BEGIN PAYMENT_FORM_3 --> (paypal section <form action="https://www.paypal.com/cgi-bin/webscr" method="post" id='formPayment' target="_blank">....etc.)
change: <input type="hidden" name="item_name_1" value="ID $iOrder" />
to: <input type="hidden" name="item_name_1" value="ID $aData[sName]" /> » Quick.Cart v3.xShane |