Ebook Store
Ebook Store
Description
You wrote it. You should get paid for it.
You spent months on your ebook. Then one buyer emails the file to ten friends, someone drops it in a group chat, and it spreads for free while you never see another sale. Ebook Store fixes both halves of that problem on your own WordPress site: it gets you paid, and — with Pro — it stamps every copy you sell, PDF or ePub, with the buyer it was sold to, so a leaked file points straight back to the person who shared it.
No separate storefront. No marketplace skimming a cut of every sale. You keep the payment, the customer, and the file.
Sell your first ebook this afternoon
Upload a book, set a price, drop a shortcode on any page — that page is now a working order form, with the cover, description, price and a buy button. Add an optional 3D book preview and a free sample chapter if you like. When someone buys, they get a checkout, a thank-you page with their download links, and an optional delivery email with the file attached or linked. Would you rather they didn’t download at all? Let them read it in the browser instead.
PayPal is built in — PayPal balance, card, eCheck and bank transfer — so you can take money the moment you’re set up. A store-readiness panel walks you through exactly what’s left before your first sale and links straight to the screen that fixes each item. Several order-form designs let the form match your site.
That’s the free version, and it is a complete store: sell ebooks and other digital downloads, take payment, and deliver — for real, not a crippled demo.
The free version sells and delivers. Pro protects and scales.
When casual sharing starts eating your sales, or you outgrow PayPal-only checkout, Ebook Store Pro adds the protection and reach a growing store needs. Everything below is what you gain — Pro adds capabilities, it never switches off anything the free version already does.
New in 6.20 — watermark every ePub to its buyer (social DRM)
An ePub is a website in a box: unlike a PDF, it cannot be password-locked without breaking the e-readers your customers use. So Ebook Store doesn’t lock it — it stamps it. Every ePub you sell is watermarked with the buyer’s identity right in the pages, recorded again in the file’s hidden metadata, and can carry a scannable QR verification code. You decide where the watermark and QR go: the opening page, the start of every chapter, or a dedicated licence page at the end; top or bottom; a subtle line or a boxed notice.
This is ePub DRM the customer-friendly way — social DRM, not a lock. The delivered file stays a fully valid ePub that opens in Apple Books, Kindle, Kobo, calibre and the rest, with no apps and no logins. It works in any language, and books that already carry DRM or font obfuscation pass through untouched. And a paid download is never blocked, even if watermarking can’t run. The reader you sold to is never punished; the copy is simply traceable.
Lock down your PDFs: PDF DRM that prints in any language
For PDFs, Pro adds full PDF DRM. Encrypt the file, set an open password (a fixed one, a fresh random one per order, the buyer’s own email, or leave it open but restricted), and disable printing, copying, editing and annotations. Every page can be stamped with a per-buyer watermark carrying their name, email and order, alongside a QR verification code. The watermarking engine, rebuilt on TCPDF, renders buyer watermarks and QR codes in any language — Cyrillic, Hebrew and Arabic included, with correct right-to-left ordering — and no longer needs the PHP GD extension, so it runs on far more hosts. The QR is drawn on your own server, with no third-party QR service involved.
Trace any leaked copy back to its buyer
Every copy you deliver, PDF or ePub, is uniquely tied to the order it came from. A public verification page turns that into action: scan a copy’s QR code and it shows the order the copy was licensed to, so a file that turns up on a sharing site points straight back to who shared it. This is ebook watermarking as deterrence, not lockdown — social DRM discourages casual sharing without the customer-hostile restrictions of hard DRM. It won’t stop a determined pirate, and we don’t pretend it does; it strongly deters the casual forwarding that costs indie sellers the most. Want to see precisely what a buyer receives before you sell it? A Test button on each book previews the real protected PDF or watermarked ePub — and asks which one when a book has both.
More formats, more gateways, more reach (Pro)
- Sell more file types: ePub, Mobi, TXT and ZIP, plus MP3 and MP4 so you can bundle audio and video with a book.
- Add card checkout with Stripe (cards, Apple Pay, Google Pay, Link, Klarna, SEPA and more) and Adyen.
- Already run a shop? WooCommerce integration links an ebook to a product and works with the cart, variable products and High-Performance Order Storage.
- Grow faster with a bulk book importer, automatic customer accounts for re-downloads, Kindle delivery, and per-ebook email and thank-you overrides.
- Connect the tools you already use: Mailchimp, Brevo, WP Affiliate Manager, Google Analytics 4, Elementor and WPBakery / Visual Composer.
Free vs Pro at a glance
Free: sell and deliver PDF ebooks, PayPal checkout, a thank-you page with download links, optional email delivery and in-browser reading, a 3D preview, free samples, and the store-readiness setup panel.
Pro adds: PDF DRM and PDF watermarking, ePub watermarking (ePub DRM / social DRM), leaked-copy traceability with a QR verification page, the ePub / Mobi / TXT / ZIP / MP3 / MP4 formats, the Stripe and Adyen gateways, WooCommerce integration, a bulk importer, automatic customer accounts, Kindle delivery and the marketing integrations. Nothing in the free version is time-limited or switched off.
Who it’s for
Authors, publishers, course creators and coaches who want to sell ebooks and digital file downloads directly — ebooks, PDFs, ePub, audio, video and ZIP bundles — from a site they own, and keep casual sharing from quietly draining their revenue.
Ebook Store ships in English, German, Spanish, French, Portuguese, Hindi and Arabic (with right-to-left support), so both your store and your buyer watermarks read correctly for a global audience.
Ready to protect what you sell?
Get Ebook Store Pro: https://www.shopfiles.com/index.php/products/wordpress-ebook-store
Questions before you buy? Email support@shopfiles.com. Security issues can be reported through the Patchstack Vulnerability Disclosure Program.
Shortcodes
[ebook_store]
The full order form for one book: cover, description, price, preview and buy button. This is the shortcode shown next to each book in Ebook Store > Ebooks.
ebook_id— the ID of the ebook to display. Required. Example:[ebook_store ebook_id="123"]template— which order-form design to use for this one form, overriding the site-wide choice in Settings. Accepts2026,modern,hello-elementor-2026,legacy, or the key of a template you saved yourself in Settings > Pages & emails. An unknown value falls back to2026. Example:[ebook_store ebook_id="123" template="modern"]
[ebook_store_buy]
The same thing with the buy button only — no cover, description or details panel. Useful when your page already describes the book and you just want a button.
ebook_id— the ID of the ebook to sell. Required.template— same values as above.
Example: [ebook_store_buy ebook_id="123"]
[ebook_thank_you]
Placed on the thank-you page, this renders the buyer’s download links, passwords and order details after a payment. The Create it now button in Settings puts this on the page for you; you only need it by hand if you build the thank-you page yourself.
ebook_id— optional, and normally left out. The order is identified from the link the buyer arrives on, not from this attribute.template— same values as above.
Example: [ebook_thank_you]
[ebook_store_row]
A wrapper that lays several order forms out side by side in one row. It is an enclosing shortcode: put the individual book shortcodes between the opening and closing tags.
col— how many columns the row should use. A whole number.
Example:
[ebook_store_row col="3"][ebook_store ebook_id="12"][ebook_store ebook_id="13"][ebook_store ebook_id="14"][/ebook_store_row]
[ebook_store_downloads]
Lists the orders belonging to the currently logged-in customer, each linking to its download page. Put it on a “My downloads” or account page. It takes no attributes and shows nothing to logged-out visitors.
Example: [ebook_store_downloads]
Installation
- In your WordPress admin go to Plugins > Add New, search for “Ebook Store”, click Install Now and then Activate. To install from a zip file instead, use Plugins > Add New > Upload Plugin.
- Go to Settings > Ebook Store. The readiness panel at the top tells you exactly what is stopping you from taking orders — a missing payment method, a missing thank-you page, no books yet — and links to the screen that fixes each one.
- Enter your PayPal email address on the PayPal tab, or your keys on the Stripe or Adyen tab, and save.
- Click Create it now on the “Thank-you page is missing” item. The plugin creates and publishes the page buyers are sent to after paying.
- Go to Ebook Store > Add New, fill in the title, description, price and cover image, upload your ebook file, and publish.
- Copy the shortcode shown for that book in Ebook Store > Ebooks and paste it into the post or page where you want the order form to appear.
That is the whole setup. Everything after this — email delivery, watermarking, VAT, download limits — is optional and lives in the settings tabs.
Selling through WooCommerce (Pro):
- Add your book under Ebook Store > Add New as above.
- Open the WooCommerce product that should deliver it and switch to the Ebook Store tab in the product data box.
- Pick the ebook and save. Buyers now see a Downloads section on their order confirmation page, and the delivery email works the same way.
Screenshots

One shortcode turns any page into a full order form — cover, description, price and a buy button, ready for buyers.

The details view with the optional 3D book preview.

The ebook list, with a ready-to-paste shortcode for every book.

The store-readiness panel at the top of settings tells you exactly what's stopping you from selling — and links straight to the fix.

The Add New Ebook screen: title, price, cover and file uploads for every format.

Payment settings — PayPal in the free version, with Stripe, Adyen and the WooCommerce integration in Pro.

PDF protection: passwords, print and copy restrictions, and watermark position, colour and placement.

A protected PDF stamped with the buyer's name, email and order, plus a QR verification code — in any language, including right-to-left.

ePub protection: choose where each buyer's watermark and QR go — the opening page, every chapter, or a licence page at the end; a subtle line or a boxed notice.

The exact watermarked ePub a buyer receives — stamped with their name, email and order, and still a valid file for Apple Books, Kindle, Kobo and calibre.

The public verification page: scan a copy's QR code and it shows the order the copy was licensed to, so a leak points straight back to who shared it.

Delivery settings: email delivery, attachments, link expiry, download limits and VAT.
Faq
Upload your book under Ebook Store > Add New, set a price and a cover, and save. The plugin hands you a shortcode; paste it into any post or page and that page becomes an order form with a checkout. Buyers land on a thank-you page with their download links and get an optional delivery email. The free version does all of this with PayPal built in — no code and no separate storefront.
The free version is a complete store: sell ebooks and digital downloads in PDF, take payment with PayPal, and deliver by download, email or in-browser reading — with a store-readiness panel that walks you through setup. Ebook Store Pro adds ebook watermarking and PDF DRM, ePub DRM (social DRM), leaked-copy traceability with a QR verification page, more formats (ePub, Mobi, TXT, ZIP, MP3, MP4), the Stripe and Adyen gateways, WooCommerce integration, a bulk importer, automatic customer accounts, Kindle delivery and more. Pro only adds capabilities — it never disables anything the free version does.
PayPal is built into the free version (PayPal balance, card, eCheck and bank transfer), so you can start taking money right away. Ebook Store Pro adds Stripe (cards, Apple Pay, Google Pay, Link, Klarna, SEPA and more) and Adyen, and can hand checkout to WooCommerce so the gateways you run there work too.
An ePub can’t be password-locked without stopping e-readers from opening it, so Ebook Store Pro uses social DRM instead. It stamps each buyer’s identity into the book’s pages and its hidden metadata, with an optional QR verification code, and you choose where it goes — the opening page, the start of every chapter, or a licence page at the end. The delivered file stays a fully valid ePub that opens in Apple Books, Kindle, Kobo and calibre, with no apps and no logins, and it works in any language.
With Ebook Store Pro you can encrypt each purchased PDF, set an open password (fixed, random per order, the buyer’s own email, or open-but-restricted), and disable printing, copying, editing and annotations. That’s full PDF DRM, plus a per-buyer watermark and QR code stamped on every page. It’s all on the PDF protection tab in settings, and a Test button lets you preview the exact protected file first.
Yes, when you sell with Pro. Every PDF and ePub you deliver is uniquely tied to its order and carries the buyer’s name, email and order number. Scan the copy’s QR code and the public verification page shows the order it was licensed to, so a leaked file points straight back to who shared it. Social DRM deters casual sharing and traces leaks — it’s honest deterrence, not an unbreakable lock, and it won’t stop a determined pirate.
No. A watermarked ePub stays a valid file that opens everywhere, and a protected PDF still opens for the buyer. Protection never restricts the reader beyond the print and copy limits you choose; files that already carry DRM or font obfuscation are passed through untouched; and a paid download is never blocked — if watermarking can’t run for any reason, the buyer still gets their file. You can preview the exact protected file a buyer receives with the Test button before you ever sell it.
No — not anymore. Older versions relied on PHP’s GD extension, but the watermarking engine was rebuilt on TCPDF, which removed that requirement. Buyer watermarks and QR codes now print in any language, including Cyrillic, Hebrew and Arabic with correct right-to-left ordering, on far more hosts, with no GD needed. (If you read otherwise in older documentation, that note is out of date.)
Yes, with Ebook Store Pro. Link an ebook to a WooCommerce product and it works with the cart, variable products and High-Performance Order Storage (HPOS). Buyers see their downloads on the order confirmation page, and the same watermarking and delivery apply.
Yes, and it’s in the free version. You can deliver a book as an in-browser read instead of, or as well as, a download — handy when you’d rather the file didn’t leave your site at all.
Yes. Set the price to zero and the order form becomes a download form. You can still require buyers to leave their email address, and in Pro the file can still be watermarked.
Square checkout was removed in 6.00: its SDK required PHP 8.1, which locked the whole plugin out of every site still on PHP 7.4. Set up PayPal, Stripe or Adyen instead, or sell through WooCommerce and use a Square gateway there. Your existing orders and downloads are untouched.
Ebook Store needs WordPress 5.8 or newer and PHP 7.4 or newer.
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team helps validate, triage and handle any security vulnerabilities. Report a security vulnerability.
Reviews
Decepcionado. Promete mucho, pero ofrece nada
By livethemountain on July 28, 2026
No recomiendo este plugin. Lo compré pensando que sería buena opción para visualizar mis ebooks en línea de forma segura, pero ni siquiera me permite cargar los archivos epub, al cargar el archivo siempre me envía el mensaje: Archivo No Permitido. Además que no guarda la configuración de cada ebook que se intenta publicar.
Me siento estafado.
Excellent plugin. Efficient support
By gbfranciosa on December 5, 2025
I purchased this plugin several years ago.
I've had some issues using it recently, but thanks to the excellent support, everything was resolved and now everything works properly.
Unfortunately, I have to give a negative rating to get the seller's attention
By vpixel on September 7, 2025
The plugin works reasonably well.
Following issues:
- When selecting that the email should be the password, no “password” is displayed either at checkout or in the confirmation email — it is simply blank.
If the developer responds, I am happy to adjust the rating—if they do not respond, I would like my money back.
No support, Product Data is not being loaded.
By wolfxam on June 25, 2025
No support, Product Data is not being loaded and not solve this.
Please Refund!
No Support
By Peter_Giardina on May 20, 2024
I have been trying to get support via emails, contact forms, Skype calls for weeks all without a response. I have just installed Ebook Store and I'm stuck at a point where I can't get the store up and running. I bought the Pro version. Still no response from support.
Can anyone tell me what's going on or how to get a refund?
Awfull interface and poor WooCommerce integration
By GeroDolja on June 9, 2023
This plugin didn't work for me. The interface to upload files is shit. I have some large files (100mb+) that I cannot protect because the only way to upload is with the windows file selector instead of the WordPress one and no field to put and URL for the file. Also, you can only add one file per product, no support for multiple files of the same type at all.
Great Support - Useful Plugin
By sarahjurina on May 20, 2023
I got the eBook plug-in for a client so he could provide eBook downloads for free from his website. I was able to easily integrate it into our existing woocommerce account and theme. When I hit a snag, support was able to help do exactly what I needed.
No Support
By ifiish123 on September 3, 2022
Updated Plugin
By liferecoveryinc on July 13, 2022
Love it!
By Robert Paul (muscleset) on December 21, 2021
Changelog
6.25
- PayPal: new REST API checkout. PayPal has deprecated Website Payments Standard (the “Buy Now” form) and Instant Payment Notification – no new IPN integrations since the end of 2025, deprecated as of January 2026, switched off in January 2027. The plugin now talks to PayPal’s current Orders API instead: paste the Client ID and Secret of a REST app from the PayPal developer dashboard on the PayPal tab and the store authenticates with OAuth 2.0, creates each order server-side when the buyer clicks, sends them to PayPal’s hosted checkout, and captures the payment when they return. Nothing about your account (not even its email address) is posted through the buyer’s browser any more.
- PayPal: signed webhooks replace IPN. Paste the Webhook ID from the developer dashboard and every notification is verified with PayPal before it is acted on; a buyer who closes the tab after paying still receives their book, and refunds or reversals made in your PayPal account are reflected on the order.
- PayPal: orders paid through the REST checkout can be refunded from the order screen, like Stripe and Adyen orders.
- PayPal: the “Buy Now” form and IPN keep working for stores that have not entered REST credentials yet, so nothing changes until you switch. The PayPal tab now explains the deprecation and walks through the switch.
- Stripe: no change was needed. The plugin already uses Stripe’s current hosted Checkout Sessions (which present the Payment Element with cards, wallets and local methods), signed webhooks and restricted or secret API keys; it never used the retired Sources or Charges flows.
6.24
- Stripe: one order per payment even when the thank-you page and the webhook arrive together; the checkout session is created on click, not on page load.
- Adyen: recoverable webhook failures are redelivered instead of dropped; payment-link records live as long as the link.
- WooCommerce: download allowance counted per ebook, “Reset downloads” order action, “Read online” serves the buyer’s protected copy.
- PayPal (legacy form): price, currency and tax are signed and verified. Free-download email form enforced server-side. Free and donation ebooks are no longer switched to paid by a licence-check hiccup.
6.23
- Security: closed three ways to download without paying (edited bonus links, anonymous “latest order” link, unpaid or refunded WooCommerce orders).
- Adyen webhooks and live mode work again; Stripe button fixed on VAT stores; correct amounts for zero- and three-decimal currencies.
- WooCommerce delivery restored on wizard-configured and HPOS shops; refunds and chargebacks reflected on orders; many delivery and watermark fixes.
6.22
- Fixed non-PDF download links refused as “not valid for that order”, and missing order keys on HPOS WooCommerce shops.
6.21
- Security: PayPal notifications are verified, must be paid to your account, completed, and can only be used once. Restored PayPal order processing broken in 6.20. Chunked uploads for large books.
6.20
- ePub protection (social DRM) with QR verification, PDF watermarking rebuilt on TCPDF, public verification page.
Earlier versions: see the full changelog at https://plugins.trac.wordpress.org/browser/ebook-store/tags/6.24/readme.txt