Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eStore – donation add-on option with PayPal
Tagged: custom price, suggestion price
- This topic has 3 replies, 2 voices, and was last updated 9 years, 4 months ago by wzp.
-
AuthorPosts
-
July 9, 2015 at 12:27 am #12855CMhlb63Member
I would like to add an option for my customers to donate money in addition to their payment of $97. They will need to pay the $97 for the products regardless, but I would like to add an option for them to add more money to donate if they choose to. I would like to avoid them having to do two PayPal transactions (one to purchase the product for $97 and one for the donation). Is this possible with the eStore plugin?
I am using PayPal and Mail Chimp with the eStore plugin. Thank you!
July 9, 2015 at 2:28 am #70749wzpModeratorTurn the products into “Pay What You Want” items, with a minimum price of $97:
https://www.tipsandtricks-hq.com/ecommerce/pay-what-you-want-price-for-product-3011
July 10, 2015 at 2:03 am #70750CMhlb63MemberThree questions:
1. Is it possible to change “Your Price” to “Your Donation”?
2. Can we set it up so if they leave the “Your Price” box empty it just charges the $97 price?
3. Can we have a price already in the box as a suggestion of what to give, but then they can change it if they want?
July 10, 2015 at 3:12 am #70751wzpModerator1. Is it possible to change “Your Price” to “Your Donation”?
Change the WP_ESTORE_YOUR_PRICE string definition, in the appropriate language file:
2. Can we set it up so if they leave the “Your Price” box empty it just charges the $97 price?
3. Can we have a price already in the box as a suggestion of what to give, but then they can change it if they want?
The existing system does not pre-fill the “Your Price” input field. The original intent was to force the buyer into looking at the suggested price, and filling in the field. The field would then be validated when the button was clicked.
Modifying the code to pre-fill the “Your Price” field is doable.
- If it was being done as a one-off modification, it would involve a moderate amount of coding; because it has to be done in 5 places, and involves modification of an HTTP GET/POST action.
- If this was being done as a permanent feature to eStore, then it would require an extensive coding modification.
You can either add this request to the eStore Features Request list:
https://www.tipsandtricks-hq.com/ecommerce/wordpress-estore-wishlist-feature-suggestions-148
Or you can request a custom work quote:
-
AuthorPosts
- You must be logged in to reply to this topic.