OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: Store title instead of item on Paypal page
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > Contributions / Add-Ons > Payment Modules > PayPal
grandmasterjack
I am using osComerce Mercant v2.2 RC2 and have paypals modules already installed with this.
On both;
Payment Modules
MODULE_PAYMENT_PAYPAL_TEXT_TITLE and
PayPal Website Payments Standard which are the ones I am using
I get the shop name instead of item can anyone help with this.
I know on some paypal modules you can change from agregate to single item in the edit but these modules don't have this.

Thanks
Jack
Ps as you can see by my previous post I do try to work things out for myself and don't give in easy.
mathius
QUOTE (grandmasterjack @ Apr 19 2008, 10:50 AM) *
I am using osComerce Mercant v2.2 RC2 and have paypals modules already installed with this.
On both;
Payment Modules
MODULE_PAYMENT_PAYPAL_TEXT_TITLE and
PayPal Website Payments Standard which are the ones I am using
I get the shop name instead of item can anyone help with this.
I know on some paypal modules you can change from agregate to single item in the edit but these modules don't have this.

Thanks
Jack
Ps as you can see by my previous post I do try to work things out for myself and don't give in easy.



Hi Jack,

As far as I can tell, The PER ITEM option has been removed from PayPal Website Payments Standard (PayPal IPN) due to problems.
gugush
QUOTE (mathius @ May 2 2008, 08:57 PM) *
Hi Jack,

As far as I can tell, The PER ITEM option has been removed from PayPal Website Payments Standard (PayPal IPN) due to problems.

thats mean we sell our store, instead of item, because this is what written in customer's recipe under item name. this is bad! we really need some solution for it. please anybody, who knows this script, help to fix it.
grandmasterjack
QUOTE (gugush @ May 9 2008, 09:09 PM) *
thats mean we sell our store, instead of item, because this is what written in customer's recipe under item name. this is bad! we really need some solution for it. please anybody, who knows this script, help to fix it.


I don't understand why in the php script it says "item name' => STORE NAME";
$process_button_string = '';Is there supose to be a string in here?
$parameters = array('cmd' => '_xclick',
'item_name' => STORE_NAME, I changed "STORE_NAME" to "Sale" at least it looks better.
'shipping' => $this->format_raw($order->info['shipping_cost']),
'tax' => $this->format_raw($order->info['tax']),
'business' => MODULE_PAYMENT_PAYPAL_STANDARD_ID,
'amount' => $this->format_raw($order->info['total'] - $order->info['shipping_cost'] - $order->info['tax']),
'currency_code' => $currency,
'invoice' => substr($cart_PayPal_Standard_ID, strpos($cart_PayPal_Standard_ID, '-')+1),
'custom' => $customer_id,
'no_note' => '1',
'notify_url' => tep_href_link('ext/modules/payment/paypal/standard_ipn.php', '', 'SSL', false, false),
'return' => tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL'),
'cancel_return' => tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL'),
'bn' => 'osCommerce22_Default_ST',
'paymentaction' => ((MODULE_PAYMENT_PAYPAL_STANDARD_TRANSACTION_METHOD == 'Sale') ? 'sale' : 'authorization'));
I don't claim to understand php but should this not in some way refer to the item? not the store name.
Jack
gugush
just wondering, because i am not a programmer, but logically, i think that it should look up for orders_products table for data from products_name subtab. can somebody please help us with this issue. or at least suggest another solution? all i need to sell to the customer an item and to inform him, that he paid this price for this particular item. right now it looks like this: item name: OUR STORE NAME
amount paid: $10.00
quantity: 1

And one more thing. i am getting email from paypal, that this customer paid this amount. After it i have to go to the admin panel to see for what exactly this customer have paid. Why paypal does not send and info for what customer paid to the store owner?
America-Warehouse.com
Hello grandmasterjack and all


Be happy you are not only 1 in the world have this problem..

I'm one of them and we are sure there more out there...

---

Item
my store name
----

hope someone can jump in and help us fix it

Thanks
photex
Damn! This sucks I'm having the same problem. What sense does it make to code it so that your store name is submitted instead of the item name? And, what's even worst no quick solution to fix it. I feel all you guys pain.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.