jylee1997123
Forum Replies Created
-
Thanks a lot for that ! 🙂 It definitely helped me a lot ! Really Really Thank you ! 🙂
Thanks for helping.. $75 feels too expensive for me to solve just one small issue :/ I am out of budget. Thanks for helping anyway.. This is a great plugin or i should say the best plugin i’ve used so far but sadly it just can’t do what i need.. Great free support too ! never met support that replies in seconds (Y)
Thanks again ! Have a great day !Ohh ! I am really sorry I saw angelleye and i thought this is the plugin..
But it is both created by angelleye wonder if you can provide support here it should be the same?
Or should i open another one there?
btw this is the plugin i am using : https://wordpress.org/plugins/paypal-ipn/- This reply was modified 8 years, 10 months ago by jylee1997123.
Ohh :/ You understand my question wrongly :/
I don’t mean to change it on woocommerce’s invoice page. I mean I want the paypal’s invoice page to be changed.. I understand on your plugin the whole thing it is trying to do is to submit link something like this to paypalThe thing I am trying to change is this :
item_name=THEITEMNAMEHERE&
I just need to change the item_name when the link is submitted :/ So it will appear nicely on the paypal’s item page as “THEITEMNAMEHERE” instead of the item name shown on woocommerce invoice- This reply was modified 8 years, 10 months ago by jylee1997123.
Sorry but I am not quite familiar with using woocommerce filter hook. After quite some searching I found that I can use filter hook on the function.php
But I am not quite sure how to use “woocommerce_order_item_name” filter hook, do you have anything that I can read on or how do I change the Item name? or do I just do this?
add_filter( ‘woocommerce_order_item_name’, ‘change_item_name’, 10, 1 );
function change_item_name( $item_name ) {
$item_name = “mydesiredproductname”;
}Will this change the item_name from my woocommerce to paypal? So it wont show on Paypal’s invoice?
Sorry but I am not very familiar with this and hope I can get this solved.
Looking forward for your answer and help ! Thanks !- This reply was modified 8 years, 10 months ago by jylee1997123.
- This reply was modified 8 years, 10 months ago by jylee1997123.
- This reply was modified 8 years, 10 months ago by jylee1997123.
I just found out it is somewhere around this link :
https://ipnpb.paypal.com/cgi-bin/webscr?cmd=_notify-validate&mc_gross=19.95&protection_eligibility=Eligible&address_status=confirmed&payer_id=LPLWNMTBWMFAY&tax=0.00&address_street=1+Main+St&payment_date=20%3A12%3A59+Jan+13%2C+2009+PST&payment_status=Completed&charset=windows-1252&address_zip=95131&first_name=Test&mc_fee=0.88&address_country_code=US&address_name=Test+User¬ify_version=2.6&custom=&payer_status=verified&address_country=United+States&address_city=San+Jose&quantity=1&verify_sign=AtkOfCXbDm2hu0ZELryHFjY-Vb7PAUvS6nMXgysbElEn9v-1XcmSoGtf&payer_email=gpmac_1231902590_per%40paypal.com&txn_id=61E67681CH3238416&payment_type=instant&last_name=User&address_state=CA&receiver_email=gpmac_1231902686_biz%40paypal.com&payment_fee=0.88&receiver_id=S8XGHLYDW9T3S&txn_type=express_checkout&item_name=THEITEMNAMEHERE&mc_currency=USD&item_number=&residence_country=US&test_ipn=1&handling_amount=0.00&transaction_subject=&payment_gross=19.95&shipping=0.00
Sorry but i don’t quite know where can i change that on plug-in php page :/ Can anyone help?
- This reply was modified 8 years, 10 months ago by jylee1997123.
- This reply was modified 8 years, 10 months ago by jylee1997123.
- This reply was modified 8 years, 10 months ago by jylee1997123.
the order wont automatically cancel. For my case i need to cancel it manually. If you wanted a nice btc payment and you can afford to spend some money. You should try to look at cryptowoo. It is looking awesome. Saw some sites running it fine too but yeah why pay when you can get it free with bitcoinway 😉
@anandadivine No issues on my site. been receiving tons of payment. Zero Issues.
Since you deactivated your plugin. Why not check if your xpub key is correct and also all other settings?No no.. @maxd2020 @anandadivine
Wordpress Directory > Wp-Content > Plugins > Bitcoin-Payments-for-woocommerce ( Bitcoinway Plugin Folder ) > bwwc-utils.phpWoops , my bad about the post above, it should be :
https://apiv2.bitcoinaverage.com/indices/global/ticker/BTC{$currency_code}
and not
https://apiv2.bitcoinaverage.com/indices/global/ticker/BTCUSD Unless you are running a USD Store like mine- This reply was modified 8 years, 10 months ago by jylee1997123.
Thanks for pointing this out.
I am able to solve this by changing :
https://api.bitcoinaverage.com/ticker/global/{$currency_code}/
to
https://apiv2.bitcoinaverage.com/indices/global/ticker/BTCUSD
on bwwc-utils.php

