WP Manifestindependent plugin directory

htrxuan - Han Tran

35 plugins · 0 stars · hdwebmobile.com

github.com/htrxuan

1
HDWebmobile Data Privacy Requests htrxuan/hdwebmobile-data-privacy-requests Privacy & Compliance
Let customers request their own data be exported or erased from My Account, via WordPress's own core privacy-request system.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
2
HDWebmobile Wholesale Pricing htrxuan/hdwebmobile-wholesale-pricing
Role-based wholesale prices for WooCommerce with a gated application form — the wholesale role is only ever granted by an admin approval.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0-or-later
0stars
3
HDWebmobile Vendor Marketplace htrxuan/hdwebmobile-vendor-marketplace
Turn a WooCommerce store into a multi-vendor marketplace. Vendors can only ever touch their own products, order line items, and earnings -- enforced by WordPress's own core capability system and explicit ownership…
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
4
HDWebmobile Social Login htrxuan/hdwebmobile-social-login
Continue with Google login for WooCommerce -- every identity token is cryptographically verified before any account is touched.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
5
HDWebmobile Size Charts htrxuan/hdwebmobile-size-charts
Size charts for WooCommerce, assignable to categories or overridden per product — no image upload, capability- and nonce-gated configuration.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0-or-later
0stars
6
HDWebmobile Simple Subscriptions htrxuan/hdwebmobile-simple-subscriptions
Sell recurring/subscription products in WooCommerce. Subscription state is always plain scalar database columns -- this plugin never calls PHP's serialize()/unserialize() on any data, closing the exact object-injection vulnerability class found in a…
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
7
HDWebmobile Secure Downloads htrxuan/hdwebmobile-secure-downloads
Let customers recover WooCommerce download links via order number + order key — no file path is ever read from a request.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0-or-later
0stars
8
HDWebmobile Sales Countdown htrxuan/hdwebmobile-sales-countdown
Sale countdown timers and honest low-stock labels for WooCommerce — the 'only N left' figure is read live from real stock.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0-or-later
0stars
9
HDWebmobile Return & Refund Requests htrxuan/hdwebmobile-return-refund-requests
Let customers request a return on their own orders -- server-computed refund amounts, no file upload anywhere.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
10
HDWebmobile Request a Quote htrxuan/hdwebmobile-request-a-quote
Let customers request a custom price on any product -- only your own signed-off quote can ever become a cart price.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
11
HDWebmobile Recent Sales Notifications htrxuan/hdwebmobile-recent-sales-notifications
A server-rendered recent-sales popup for WooCommerce — no live endpoint, no PII, ever.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0-or-later
0stars
12
HDWebmobile Product Specifications htrxuan/hdwebmobile-product-specifications
A specifications table for WooCommerce products — editable only by users who can already edit that specific product.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0-or-later
0stars
13
HDWebmobile Product Options & Add-ons htrxuan/hdwebmobile-product-options
Let customers add paid extras to a product (engraving, gift wrap, size upgrades) with text, dropdown, and checkbox options. Flat-amount pricing only, no formula evaluation.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
14
HDWebmobile Product Filters htrxuan/hdwebmobile-product-filters
AJAX shop filters for WooCommerce (price/attribute/category/stock/rating) — every filter runs through WP_Query, never a SQL string.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0-or-later
0stars
15
HDWebmobile Product File Upload htrxuan/hdwebmobile-product-file-upload
Let customers upload a file (photo, artwork, PDF) with a personalized product. There is no "accept all file types" setting -- the allowed types are always a hardcoded safe list, closing the…
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
16
HDWebmobile Product Enquiry htrxuan/hdwebmobile-product-enquiry
Let customers ask a question about a product before buying. Every field is escaped at the exact point of output, everywhere it could ever render, closing the unauthenticated stored-XSS class found in…
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
17
HDWebmobile Pre-Orders htrxuan/hdwebmobile-pre-orders
Sell WooCommerce products before release with a chosen availability date. A pre-order's status is derived from the order and product, never accepted from a request.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0-or-later
0stars
18
HDWebmobile Photo & Video Reviews htrxuan/hdwebmobile-photo-video-reviews
WooCommerce plugin: photo & video product reviews, closing CVE-2026-12684's unauthenticated-upload vulnerability class by construction
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
19
HDWebmobile OTP Login htrxuan/hdwebmobile-otp-login
Passwordless email one-time-code login and signup for WooCommerce, offered alongside the normal password login. A session is only ever created after a securely-hashed, single-use, rate-limited code is verified with a constant-time comparison…
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
20
HDWebmobile Order Quantity Rules htrxuan/hdwebmobile-order-quantity-rules
Minimum, maximum, and step order-quantity rules -- enforced server-side on every checkout path, not just in the cart page's own JS.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
21
HDWebmobile Order Export htrxuan/hdwebmobile-order-export
Export WooCommerce orders to CSV, filtered by date range and status. Every query goes through wc_get_orders() (never raw SQL) and CSV output extends WooCommerce's own WC_CSV_Exporter, so formula-injection-safe escaping comes from WooCommerce…
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
22
HDWebmobile Order Bump htrxuan/hdwebmobile-order-bump
A one-click discounted add-on offer at checkout -- the price charged is always the admin's own configured price, never accepted from the request.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
23
HDWebmobile Loyalty Points & Store Credit htrxuan/hdwebmobile-loyalty-points
Customers earn points on completed orders and redeem them for a discount at checkout. Balance is always computed from an append-only ledger, never a value the browser can hand back to the…
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
24
HDWebmobile License Key Delivery htrxuan/hdwebmobile-license-key-delivery
Sell software license keys through WooCommerce -- keys are pasted or generated in wp-admin, never imported from an uploaded file, and one is atomically assigned to each order the moment it completes.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
25
HDWebmobile Invoices & Packing Slips htrxuan/hdwebmobile-invoices-packing-slips
On-demand invoice and packing-slip documents for WooCommerce orders, printable to PDF from any browser. Every document request is authorization-checked, never trusting a bare order ID.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
26
HDWebmobile Gift Cards htrxuan/hdwebmobile-gift-cards
Sell digital gift cards redeemed through WooCommerce's own native coupon field -- no custom checkout UI, no file uploads.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
27
HDWebmobile Formula Pricing htrxuan/hdwebmobile-formula-pricing
WooCommerce plugin: safe formula-based product pricing, closing CVE-2026-4001's eval()-based RCE
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
28
HDWebmobile Local Pickup & Delivery Zones htrxuan/hdwebmobile-delivery-zones
Postcode-based delivery zone fees, resolved server-side from the shopper's own address -- never accepted from the request.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
29
HDWebmobile Custom Order Numbers htrxuan/hdwebmobile-custom-order-numbers
Custom order-number formatting for WooCommerce — a pure display label derived from the real order id, never a separate lookup key.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0-or-later
0stars
30
HDWebmobile Currency Switcher htrxuan/hdwebmobile-currency-switcher
Let customers browse and check out in their own currency -- admin rates can never be changed by a bare URL parameter.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
31
HDWebmobile Coupon Links & Conditions htrxuan/hdwebmobile-coupon-links
Cart-condition coupons and apply-by-link URLs for WooCommerce — a link only ever applies an existing published coupon by exact code.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0-or-later
0stars
32
HDWebmobile Checkout Fields htrxuan/hdwebmobile-checkout-fields
Add custom text/dropdown/checkbox fields to WooCommerce checkout — classic and block Checkout, with no file-upload field type and no unauthenticated write path.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0-or-later
0stars
33
HDWebmobile Checkout Delivery Scheduler htrxuan/hdwebmobile-checkout-delivery-scheduler
Lets customers pick a delivery date and time slot at checkout, with blocked weekdays and blackout dates. Supports both the classic and block-based Checkout.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars
34
HDWebmobile Bulk Pricing htrxuan/hdwebmobile-bulk-pricing
Quantity-tiered discounts for WooCommerce — rule labels always escaped at output, discount always computed from the real price, never a request value.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0-or-later
0stars
35
HDWebmobile Booking & Appointments htrxuan/hdwebmobile-booking-appointments
Sell bookable services and appointments through WooCommerce -- closes CVE-2026-2931 by construction.
by htrxuan - Han Tran no releases pushed 1d ago GPL-2.0
0stars