
內容簡介
Easy Order 是一款簡易商店建構外掛,讓使用者能夠直接在任何頁面或文章上銷售產品,無需購物車或結帳重定向。它支援貨到付款及離線付款,特別適合本地商家及單一產品商店。
【主要功能】
• 一鍵購買結帳,無需購物車
• 支援貨到付款及離線付款
• 自有產品目錄,包含類別及標籤
• 產品推廣用的首頁英雄滑塊
• WhatsApp 訂單按鈕,方便聯繫
• 與 WooCommerce 共存,不衝突
外掛標籤
開發者團隊
② 後台搜尋「Easy Order – Simple Store Builder」→ 直接安裝(推薦)
原文外掛簡介
Easy Order (also searched for as COD Order Manager or a Cash on Delivery plugin for WordPress) lets you sell directly from any page or post with a single shortcode – no shopping cart, no checkout redirect, and no WooCommerce installation or payment gateway account required to get started. A customer clicks Buy Now, fills in their details right there on the page, and the order is placed with Cash on Delivery (COD) or Offline payment (bank transfer / pay later). Every order lands in your own Orders screen, ready to filter, search, and update with a click.
It’s built for local businesses, service providers, single-product stores, dropshippers, and anyone who wants a fast “buy this one thing” flow without the overhead of a full shop plugin – while still scaling up cleanly if you later add WooCommerce, or need online payment gateways like PayPal, Stripe, Razorpay, and SSLCommerz, SMS/WhatsApp order alerts, OTP fraud protection, or automatic discounts (all available in the separate COD Order Manager Pro add-on).
Why store owners choose it
No WooCommerce required – runs completely standalone on any WordPress site, out of the box.
One-click Buy Now checkout – no cart, no multi-step checkout, no forced account creation.
Cash on Delivery and Offline payment work immediately – no API keys, no gateway sign-up, no waiting for approval.
Your own product catalog – categories, tags, stock tracking, a Sale badge, and a bulk CSV importer.
A homepage-ready Hero Slider for promoting products, offers, or announcements.
A full marketing landing page for any single product – hero photo, price, Buy Now, feature highlights, and “Related Products”/”Newest Arrivals” sections, in a modern “Dark Premium” design (or a Light alternative), fully colorable from Settings.
An “Order via WhatsApp” button next to Buy Now, pre-filled with the product, price, and link – a free wa.me click-to-chat link, no API key or paid provider needed.
Coexists cleanly with WooCommerce if you already have it – the two checkouts never collide, and you can even merge both catalogs into one grid.
Shortcodes and what each one is for
[comw_product id="123"] – Sell a single item from Easy Order’s own built-in product catalog. Shows the thumbnail/gallery, title, price, and an inline Buy Now button with the checkout panel already wired up. Use this for a dedicated product page or a promoted item embedded in a blog post.
[comw_buy_button id="123"] – The universal buy button. Point it at any priced post – Easy Order’s own catalog, a WooCommerce product (simple, variable, or external/affiliate), or any other post type you’ve registered via a filter – and it resolves the price, image, and stock fresh from the database every time. Also works with no product behind it at all:
[comw_buy_button title="One-Hour Consultation" price="49.99"]
for a one-off service or item that doesn’t need its own product page. Perfect for a pricing table, a landing page call-to-action, or a “Buy Now” link dropped into an existing WooCommerce product page.
[comw_product_list] – A full catalog grid (or list) with a grid/list toggle, a left-hand sidebar of filters that only render when they’re actually useful (price range, category, tags, attributes, rating, and stock status), and a click-to-preview image popup with an auto-rotating gallery. New pages load either with a “Load More” button or automatically via infinite scroll as the visitor reaches the bottom – your choice, set once in Settings. Attributes:
title – an optional heading shown on the same line as the “Showing X of Y products” count and grid/list toggle (default: none)
post_type – comw_product (default, your own catalog), product (list WooCommerce products instead), or both_product (merge your own catalog and WooCommerce’s into one combined grid)
per_page, columns, view (grid or list)
group_by_category – yes to show a “Shop by Category” layout instead: a heading and its own small grid (starting with per_page products) for every category that actually has published products, one after another. Each category gets its own independent “Load More” button (loading more of just that category, not the whole page) once it has more than per_page products, plus a “View All” link to its own archive. No filter sidebar or infinite scroll in this mode – each category grid is its own self-contained query.
filters, filter_price, filter_category, filter_tags, filter_attributes, filter_rating, filter_stock – each can be set to no to hide that specific filter, or filters="no" to hide the whole sidebar (ignored when group_by_category="yes")
Use this for a shop-style archive page built entirely from a shortcode, without needing a full storefront theme or WooCommerce’s shop template.
[comw_hero_slider] – An auto-rotating image slider/banner for your homepage, landing page, or storefront header. Each slide has its own background image, heading (choose the HTML tag, H1-H6, for SEO control), subtitle, call-to-action button, text alignment/color, and color overlay. Manage slides with drag-to-reorder and global settings (autoplay, interval, dots, arrows, fade/slide transition, height, boxed/full width) under Easy Order > Hero Slider.
[comw_product_landing id="123"] – A full marketing-style landing page for one product: hero photo (or auto-sliding gallery), title, price, and Buy Now, an optional feature-chip strip pulled from the product’s own Specifications, and optional “Related Products” (same category) / “Newest Arrivals” sections. Two hero layouts (full-width image with the title over it, or a classic side-by-side split) and a “Dark Premium” or “Light” color scheme are set globally under Easy Order > Product Landing Page, along with colors, fonts, image sizing, and auto-slide timing – any of it can be overridden per shortcode instance, e.g. show_related="no". Give a product its own Landing Page Images (Product Manager) for a hero photo distinct from its catalog thumbnail, or leave it empty to fall back to the Featured Image + Product Gallery automatically.
[comw_category_showcase] – A “Search by Category” row for your homepage or landing page: a horizontally-scrolling set of category cards (image + name), each linking straight to that category’s own archive. Give a category its image under Easy Order > Products > Categories (Add/Edit Category screen) – a category with none set falls back to a plain placeholder icon rather than an empty box. Attributes:
title – the heading text (default “Search by Category”); leave empty (title="") to hide the heading entirely
taxonomy – comw_product_cat (default, this plugin’s own catalog), product_cat (WooCommerce’s categories instead – only when WooCommerce is active, otherwise falls back to this plugin’s own), or both (merge both catalogs’ categories into one row – each keeps using whichever “category image” field its own admin screen already offers: this plugin’s Add/Edit Category screen for its own categories, WooCommerce’s own Thumbnail field for WooCommerce’s)
count – how many categories to show (default: all)
parent – 0 (default) shows only top-level categories; pass a category ID to show its subcategories instead
orderby, order – name (default), count, term_id, or menu_order; ASC (default) or DESC
hide_empty – yes to hide categories with no published products (default: no, so a category still shows even before its first product is added)
show_arrows – no to hide the prev/next scroll buttons
[comw_order_lookup] – A self-service “Track My Order” form. A customer enters their Order ID and the email they ordered with and sees the order’s current status, item, and total – no account or login required. Wrong ID or wrong email both return the same generic message, so the form can’t be used to probe whether a given order ID or email exists. Drop this on its own “Track Your Order” page and link to it from your order confirmation email or footer menu.
[comw_order_confirmation] – The order confirmation/thank-you page content, auto-created for you on activation (find it under Easy Order > Settings) – you don’t normally need to place this manually.
Your own product catalog
A full product editor under Easy Order > Products – title, description, short description, regular/sale price, a unit label (e.g. “1kg”), featured image, and an image gallery, with an “All Products” list screen (search, status tabs, category filter, sortable columns, bulk trash/restore/delete) and stat tiles for total units sold and total stock remaining.
Categories and tags for your catalog, managed from their own submenu screens – shown automatically as filters on [comw_product_list] and assignable right from the product editor, including adding a new category inline without leaving the page. Give a category its own image for a [comw_category_showcase] “Search by Category” row.
CSV product importer – upload a WooCommerce product export (or any CSV using the same column names) to bulk-create or bulk-update products. Large files are processed in batches so it works regardless of catalog size or host time limits; only columns Easy Order has a home for are imported, and unsupported rows (variable/grouped/external products) are skipped with a reported reason instead of silently dropped. Re-uploading a corrected file updates products already imported under the same title instead of duplicating them.
Stock tracking – track an exact quantity (auto-reduced when an order completes, shows “Out of Stock” at zero) or just flip a manual In Stock / Out of Stock switch. Checkout re-verifies stock server-side every time, never trusting what the page happened to show. Existing products with no stock setting at all stay purchasable.
Fixed Quantity packages – sell something that only makes sense as a set number of units (a 20kg sack, a box of 6, a bundle of 3) by setting a Fixed Quantity on the product. The quantity field is locked at checkout so a customer can’t accidentally order “20” sacks instead of one 20kg sack – Regular Price is simply the price of the whole package.
A fully customizable “Sale” badge (position, colors, border radius, size, spacing) and a struck-through original price, shown automatically wherever a price is discounted.
Checkout Fields
Preview exactly what your checkout panel asks customers for – Full Name, Email, Phone, Delivery Address, City, Postal Code, and Country – under Easy Order > Checkout Fields. Reordering fields, changing labels/validation, hiding fields you don’t need, and adding your own custom fields (text, email, phone, textarea, dropdown, checkbox, or radio) is unlocked by COD Order Manager Pro.
Every product page sells itself
A product’s own permalink page is purchasable the moment you publish it – Easy Order automatically adds the Buy Now box (image, price, description) to the page even if you never pasted a shortcode into it. It also prints a matching /og:description tag from the product’s short description for search engines and social previews, automatically stepping aside if Yoast, Rank Math, All in One SEO, SEOPress, or The SEO Framework is already active.
Everything else it does
Cash on Delivery and Offline payment, ready the moment you activate – just a label to customize, no API keys or sandbox accounts.
Variable and external/affiliate WooCommerce products, fully supported: attribute dropdowns resolve the real variation and its price live, and an external product renders as a clean “View Product” link instead of a checkout form.
A “Buy Now” button on WooCommerce’s own single product pages too (classic and block themes both), right alongside – or in place of, once a gateway is configured – the normal Add to Cart.
Optional shipping fee (flat, or a different rate per city) and a single tax rate, applied automatically to every order based on what the customer enters in the City field.
An “Order via WhatsApp” button, shown next to Buy Now wherever it appears (catalog cards, product pages, the landing page) once you add your WhatsApp number under Settings – opens a chat pre-filled with the product, price, and link, no API key required.
An Orders screen with AJAX status filtering, search, CSV export, and one-click status changes – no page reloads.
Automatic email notifications to both the customer and the site admin when an order is placed and again when it’s marked completed.
Runs standalone, or opt in to run alongside WooCommerce – Easy Order defers to WooCommerce by default so the two checkouts never collide, falling back to WooCommerce’s own Add to Cart automatically anywhere it isn’t configured to take over.
Built with security in mind
Every AJAX request is nonce-protected and price/stock/variation data is always re-verified fresh on the server – nothing from the browser is ever trusted for what a customer actually gets charged.
Order confirmation, payment-return, and cancellation links use a signed, unforgeable per-order token, so an order ID alone (a plain sequential number) can never be used to view someone else’s order.
The guest order-lookup form never reveals whether a wrong Order ID or a wrong email address was the mismatch, and is rate-limited per visitor.
CSV exports are formula-injection safe.
All admin actions check the current user’s capability before making any change.
Need more? COD Order Manager Pro adds:
4 more payment gateways – PayPal, Stripe, Razorpay, and SSLCommerz, configured in the same Settings screen.
Discount Rules – automatic discounts by product, category, price, day of the week, date, or coupon code, with usage limits and rule stacking.
A full Checkout Fields editor – edit every built-in field and add unlimited custom fields.
Sales Reports – revenue, top products, top customers, payment-method breakdowns, and period-over-period comparison.
SMS & WhatsApp order notifications – connect any SMS/WhatsApp provider’s API, no vendor lock-in.
OTP phone verification at checkout – block fake/fraudulent Cash on Delivery orders with a one-time SMS code, required only for the payment methods you choose.
Ad pixel tracking – Facebook Pixel, TikTok Pixel, and Google Ads/GA4 conversion tracking, wired to real order data.
Support
For support, please use the plugin’s support forum on WordPress.org.
