Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author manojtd

    (@manojtd)

    It will be difficult to modify the auto-generated shop page. But you can easily create your own. Please do not delete the ez-shop page though; it is needed as the IPN listener to receive messages from PayPal and process them.

    From FAQ:
    I don’t like the auto-generated shop page. Can you modify it?

    The ez-shop page is not meant to be a public page. It is a page needed for the plugin to receive messages from PayPal and handle them. It is also a quick page to show you that the plugin is working. Please create a pretty page with links using short codes as described below.

    Each product can be displayed as a “Buy Now” kind of link with the short code [ezshop buy='product_code']Buy this product now![/ezshop]. This will insert a link, which when clicked, will take your reader to a PayPal page to buy the product.

    Thread Starter Garry K

    (@garry-k)

    I have a product id ‘CutMasterPro’
    I added this:

    [ezshop buy=’CutMasterPro’]Buy CutMasterPro now![/ezshop]

    First problem is that I want a button instead of a blue text link.
    Second problem is that when I click this I get a WordPress error:

    404 — Fancy meeting you here!

    Thread Starter Garry K

    (@garry-k)

    I deactivated EZPayPal and then activated it. Now I get a page which then automatically calls Paypal.

    All I need is to find out how to run some php script after the user has paid for the license. The php script will simply generate a license Key code.

    I would really like to modify the sent email so that it contains the Key code. Also I would like to have the Key Code presented to the user after the sale has completed.

    Is this possible?

    Plugin Author manojtd

    (@manojtd)

    Easy PayPal is not designed to do what you are trying to do. It does have a module installation feature. The API for it is not powerful, especially in the plugin version. The standalone version can do what you are looking for, but it will take some effort to get it into the WP plugin version. Sorry, this plugin is not popular enough for me to put in that effort.

    Thread Starter Garry K

    (@garry-k)

    I believe that I have reduced this to a single requirement. All I need to do is update 1 wp-usermeta field once you get the post back from paypal. Isn’t that what IPN is about.

    If you could point me in the right direction I can do the modification myself.

    Plugin Author manojtd

    (@manojtd)

    The IPN listener is the file ez-office.php. At line 149, you have a verified transaction. You can add your code around here to do whatever you like with the data.

    Hope this helps.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can I remove Admin from top of pay pal form’ is closed to new replies.