Forum Replies Created
-
AuthorPosts
-
September 25, 2013 at 5:07 pm in reply to: eStore – Paypal – Don't want my paypal address showing up in customer's checkout #52071iliaxiaMember
I see in the PayPal settings for eStore Payment Gateway Settings that the field says “Paypal Email Address/Secure Merchant ID”. Does this mean either one? I would prefer to enter my merchant ID (I have PayPal Pro) instead of my email but I am in the middle of a launch so I need to be sure it won’t mess anything up!
Thanks!
September 19, 2013 at 8:00 pm in reply to: eStore button shortcode not linking to Paypal (or anywhere) #57848iliaxiaMemberI’ve decided to jump into PayPal after all and I will uncheck the 3rd party box. I’ve tested the following code and it loads the Paypal page, but I wanted to confirm that this:
<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post”><input type=”hidden” name=”cmd” value=”_xclick” />
<input type=”image” src=”http://fillyourholisticpractice.com/wp-content/uploads/2013/09/addtocart.png” />text blah blah
<input type=”hidden” name=”business” value=”ordersnjunk@hotmail.com” />
<input type=”hidden” name=”quantity” value=”1″ />
<input type=”hidden” name=”item_name” value=”Product Name” />
<input type=”hidden” name=”amount” value=”1.00″ />
<input type=”hidden” name=”no_shipping” value=”1″ />
<input type=”hidden” name=”return” value=”http://www.fillyourholisticpractice.com” />
<input type=”hidden” name=”cancel_return” value=”http://www.fillyourholisticpractice.com” />
<input type=”hidden” name=”notify_url” value=”http://www.fillyourholisticpractice.com/wp-content/plugins/wp-affiliate-platform/api/ipn_handler.php” />
<input type=”hidden” name=”custom” value=”[wp_aff_custom_args]” />
Will draw the affiliate data from the cookie and there is no further customization needed on the [wp_aff_custom_args] tag.
September 19, 2013 at 6:41 pm in reply to: eStore button shortcode not linking to Paypal (or anywhere) #57847iliaxiaMemberSo I did what you suggested and just plugged [wp_eStore:product_id:1:end] into a blank page. The button shows up but once again when I click on it it just reloads the page. So I’m thinking my settings in WP eStore are off. Do I have to have the PDT token even though I have a PayPal pro account? I’m also setting a subscription button that doesn’t work.
I would just use PayPal code for this, but I’m integrating WP Affiliate and the whole reason I bought WP eStore was to take the headache out of integrating the two. I’m nervous about editing the Paypal code to include the affiliate code as well.
-
AuthorPosts