Is there a way to remove or clear the PayPal IPN transaction list, as shown via the PayPal IPN menu in Admin ? whilst preserving all the PayPal IPN setup information ?
Is there a way to remove or clear the PayPal IPN transaction list, as shown via the PayPal IPN menu in Admin ? whilst preserving all the PayPal IPN setup information ?
Thanks,
007
You can delete all your PayPal IPN history by truncating the paypal and paypal_session and paypal_payment_status_history tables using phpMyAdmin.
IMPORTANT ALERT:
USE CAUTION, SINCE YOU ARE DELETING INFORMATION THAT IS USED ELSEWHERE, SUCH AS IN HISTORICAL ORDERS.
Deleting that data is NOT necessary, nor appropriate, when using Express Checkout, since IPNs are still received by your store when using Express Checkout, and that information is still important.
The ONLY reason you should purge that data is if you're resetting your store and deleting ALL order history and all customers.
99% of people should NEVER purge that data. You've been warned.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks for that advice. Yes I'm duplicating my store for another business and completely gutting the data. Thus I'm deleting all orders and customers and most products, and changing the store setup info etc... This approach saved me having to reconfigure the whole site design and template setup, mods and add-ons etc...
This brings me to another question. Can I run two or more separate ZenCart sites that have the same PayPal Express / IPN configuration, key encryption etc... that point to the one PayPal account ? Thus all transactions from both sites go via the one PayPal account. Failing this I imagine I might require separate PayPal accounts for each site.
Thanks,
007
A quick search in the FAQs section for "PayPal" brings up this article which answers your question: https://www.zen-cart.com/tutorials/i...hp?article=229
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
OK Thanks.
Thanks,
007