Forum Replies Created
-
AuthorPosts
-
mudit.agarwalMember
no, i have not tested it a real paypal account. My question is even if it is sandbox, dont you agree that it should show the purchase history. The point of using a sandbox mode is to simulate same environmental as live. I have enabled every needed setting then even it is not working.
mudit.agarwalMemberYes, i followed exactly same steps described by you and i have also enabled the IPN settings for my sandbox seller’s account.
mudit.agarwalMemberAs of my post, i know, i am testing in sandbox mode. so again my question is, Is the purchase history is not visible because of sandbox mode and will start displaying after i will switch to live mode with IPN enabled PayPal account?
mudit.agarwalMemberHi Guys,
I dont know what is happening. I have enabled the ipn on paypal but i am still getting IPN is disabled in the log. Is there a setting on wp-estore that i need to change after enableing IPN?
Just to confirm:
I have set the website url as my returning url. Is that correct? I was following this post:
What to do if the Debug file is empty or New Debug info is not getting added
Please help..
mudit.agarwalMemberDuring my search, i also found out that i need to enable the IPN settings under my account, and i have also enabled it. I have added my site’s url as return url in IPN simulator settings.
Following check boxes are also enabled under my wp-estore settings :
General Settings:
1)Use Automatic Post Payment Processing – checked.
2)Send Emails to Buyer After Purchase – checked.
3)Enable Debug -checked.
4)Enable Sandbox Testing-checked
Payment Gateway settings:
Paypal:
1)Use PayPal Payment Gateway – checked.
2)Use PayPal Profile Based Shipping – checked.
Manual:
1)Use Manual Payment Option – checked.
2)Automatically Update Customer & Products Database – checked.
mudit.agarwalMemberHi,
Sorry for the late reply. Here is the content of my debug file after a transaction.
[09/17/2010 10:27 AM] – SUCCESS :Paypal Class Initiated by [ip-address]
[09/17/2010 10:27 AM] – SUCCESS :Post string :
[09/17/2010 10:27 AM] – SUCCESS :Connection to http://www.sandbox.paypal.com successfuly completed.
[09/17/2010 10:27 AM] – FAILURE :IPN validation failed.
[09/17/2010 10:27 AM] – SUCCESS :Paypal class finished.
I also noticed one thing, even after successful transaction, my cart is not empty and i also didnt get any email regarding my purchase.
mudit.agarwalMemberNo, i am not seeing any customer list in “Manage Customer” section and when i try to search for a customer it gives me a message ” No customer found.”.
Is there any setting which i need to enable OR something else. Please suggest?
August 4, 2010 at 12:55 pm in reply to: How to differentiate between subscription and general products of a category. #23038mudit.agarwalMemberSo do i have write the short code every single product with the whichever option[ Add to cart/ Subscription] i want to show??
mudit.agarwalMemberHi amin007
I have successfully update the plugin and i am also able to show the value in wordpress post. But i also want show it as a menu item using WP-menu’s. So i am using this code:
<b><?php echo eStore_get_total_cart_item_qty(); ?></b> Item(s) in cart
to show the number of items in the cart. But when i check this on my site, it is only showing “item(s) in cart”. Please help..mudit.agarwalMemberHi,
i want to show the number of item in the cart as a WordPress3.0 Menu Item. So i am setting following text as the navigation label.
<br />
<b><?php echo eStore_get_total_cart_item_qty(); ?></b> Item(s) in cart<br />But it is not working, it is only showing “Item(s) in cart” as the link( there is no number(items))
mudit.agarwalMemberHi amin007
Will you be updating this <b>trick</b> in the next update also? OR do we have to add this manually?
mudit.agarwalMemberPlease also add this css change to the update. I need to change this manually after every update.
Link to discussion page:
https://support.tipsandtricks-hq.com/forums/topic/images-shifting-up-in-internet-explorer-7
Please see my response at the bottom of the page.
mudit.agarwalMemberHi,
How do i install this “No product in the category” update?
I am getting a php warning while showing the number of items in the cart:
Warning: Invalid argument supplied for foreach() in /home/jt9yp9tp/public_html/wp-content/plugins/wp-cart-for-digital-products/eStore_cart.php on line 25
This shortcode works fine after i add a product to my cart. It displays number of product without any warning. Also works correct even if i clear my cart.
Issue in showing sub total:
This part is working pretty glitchy. I need to refresh the page explicitly to show the price on the page.(this refresh is different than the website do on adding a product to the cart). When i clear my cart, it still displays the last price of the cart, doesn’t change the value even after a explicit refresh. I need to close the browser window and than after reopening it shows a empty price value in stead of a “0”.
mudit.agarwalMemberI have sent you a mail.
mudit.agarwalMemberHi amin007
Thanks for your suggestion. For search box — i dont have as such of a example site but i can send you a sample screen image what i want to achieve.
For the last one, i guess i send a wrong message. What i want is like this–
I have a digital content for subscription/download. An organization wants to buy this subscription/download for their employees, so a manager from the company buys it for 100 employees from my site. Now is there a way he can send the subscription/download link to 100 employees OR just by providing the 100 emails, estore can automatically sends email to those addresses.
-
AuthorPosts