Forum Replies Created
-
AuthorPosts
-
August 21, 2010 at 6:54 am in reply to: Paypal Gateway: Desperately needs a popup or "redirecting" notification #23541clickbuildMember
WP eStore – v 4.0.9
Buy now button created – no redirect notification on click to paypal
Steve
August 12, 2010 at 4:48 pm in reply to: Hacked a function to get the feature I needed – Is there a better way? #23261clickbuildMemberHi,
I am using a buy now button – this is the form that eStore generates (edited the domain name):
form action=”https://www.paypal.com/cgi-bin/webscr” method=”post” onsubmit=”return ReadForm1(this, 2);”>
<input type=”hidden” name=”product_name_tmp1″ value=”Sex and Heart” />
<input type=”hidden” name=”price_tmp1″ value=”1″ />
<input type=”hidden” name=”cmd” value=”_xclick” />
<input type=”hidden” name=”business” value=”paypal@bigglesmedia.com” />
<input type=”hidden” name=”item_name” value=”Sex and Heart” />
<input type=”hidden” name=”amount” value=”1″ />
<input type=”hidden” name=”currency_code” value=”USD” />
<input type=”hidden” name=”item_number” value=”1″ />
<input type=”hidden” name=”notify_url” value=”http://www.WEBSITE.com/wp-content/plugins/wp-cart-for-digital-products/paypal.php” />
<input type=”hidden” name=”return” value=”http://www.WEBSITE.com/transaction-results/” />
<input type=”hidden” name=”mrb” value=”3FWGC6LFTMTUG” />
<input type=”hidden” name=”cbt” value=”Click This Link To Return To The Site And Pick Up Your Product(s)” />
<input type=”hidden” name=”page_style” value=”lrr” />
<input type=”hidden” name=”rm” value=”2″>
<input type=”hidden” name=”custom” value=”” id=”eStore_custom_values” />
<input type=”image” src=”/wp-content/uploads/2010/07/thebelcherbutton.jpg” class=”eStore_buy_now_button” alt=”Buy Now”/>
</form>
Steve
August 12, 2010 at 4:46 pm in reply to: Thank You page, instant download – works in sandbox, not live. #23327clickbuildMemberHi,
Auto return / PDT was turned on. Turned it off, did a test transaction.
The only difference this time was no data in the URL
With auto return turned on:
/transaction-results/?tx=3RL01003H3304074M&st=Completed&amt=19.95&cc=USD&cm=&item_number=1
Without auto return:
/transaction-results/
August 12, 2010 at 2:58 am in reply to: Hacked a function to get the feature I needed – Is there a better way? #23259clickbuildMemberHi,
Thanks for the info – got the upgrade and found the Checkout Page Style Name as stated. Now that I have 4.x installed I am back to PayPal asking for a shipping address for a digital product and cannot find any config to turn that off (should send no_shipping=1).
Please advise.
Thanks
Steve
August 10, 2010 at 7:27 am in reply to: Hacked a function to get the feature I needed – Is there a better way? #23257clickbuildMemberOh, BTW, I also had to hack the eStore_button_display_helper.php file as I use a huge belcher buy button for a product, which is then used in the product list and looks stupid.
I just put $button_url=”; for the first line of the get_input_button function so the default WP_ESTORE_ADD_CART_BUTTON is *always* used.
Steve
August 10, 2010 at 7:18 am in reply to: Hacked a function to get the feature I needed – Is there a better way? #23256clickbuildMemberOops – found the cbt / return to merchant setting
November 18, 2009 at 4:57 pm in reply to: After checkout is clicked, it redirects to paypal with an empty cart #15965clickbuildMemberSite is at [http://www.crystalmystic.com]
Site is password protected until live – use steve/steve (I have tried all tests with password removed just in case)
Use /a.php to see $_SESSION contents
—
Steve
November 18, 2009 at 3:03 am in reply to: After checkout is clicked, it redirects to paypal with an empty cart #15963clickbuildMemberI am having the same problem with paypal but the cart is working fine. I tested sessions by adding to the cart, then deleting all sessions files – and seeing the cart is reset.
I added print_r($_SESSION); to the wp index file and the eStore_payment_submission.php file – it shows the cart contents on all pages, but it does NOT show on the eStore_payment_submission.php page, no matter what I try, Weird huh.
Disabled all plugins, switched to the base theme and tried a bunch of debugging tricks but still no joy. The session is not loaded for the submissions page.
Any suggestions?
edit: actually is only shows
Array
(
[eStore_custom_values] =>
)
-
AuthorPosts