Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

paypal


shako

Recommended Posts

includes/modules/payment/paypal.php

 

$process_button_string = tep_draw_hidden_field('cmd', '_xclick') .

tep_draw_hidden_field('business', MODULE_PAYMENT_PAYPAL_ID) .

tep_draw_hidden_field('item_name', STORE_NAME) .

tep_draw_hidden_field('amount', number_format(($order->info['total'] - $order->info['shipping_cost']) * $currencies->get_value($my_currency), $currencies->get_decimal_places($my_currency))) .

tep_draw_hidden_field('shipping', number_format($order->info['shipping_cost'] * $currencies->get_value($my_currency), $currencies->get_decimal_places($my_currency))) .

tep_draw_hidden_field('currency_code', $my_currency) .

tep_draw_hidden_field('return', tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL')) .

tep_draw_hidden_field('cancel_return', tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL'));

 

for those underlined parts there wat do i change that too so i can see wat my customers are buying it says payment for and my store name... i need it to say payment for the items in the cart by there names so i can ship to customers and no wat they want. >_<

Link to comment
Share on other sites

I don't think you need to change anything there, once you install and edit PayPal in the admin control panel and an order is placed, you should get an email if you have Send Extra Order Emails in Configuration > My Store filled in.

 

Once you get notified by PayPal that the payment has been made your all set.

Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.

Link to comment
Share on other sites

Seems like maybe there's that bigger Paypal issue going on here. Take a look at this:

Payment but no orders received

Then consider enabling the auto-return feature in your website payments section of your Paypal account. Also look at the Paypal IPN Contributions to resolve this. Auto-return is quick and easy but the Contributions are a little more complete solutions. I use the auto-return feature only and I'm very happy with it. :thumbsup:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...