OwwCommerce
The High-Performance, Zero-Bloatware E-Commerce Engine for WordPress.
by Crediblemark & OwwCommerce Team · github.com/rasyiqi-code/owwcommerce · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/rasyiqi-code/owwcommerce/archive/refs/heads/master.zip
OwwCommerce
The High-Performance, Zero-Bloatware E-Commerce Engine for WordPress.
⚡ Why OwwCommerce?
OwwCommerce is not just another e-commerce plugin. It's a solution for those who demand speed without the overhead. By leveraging an architecture that avoids the standard wp_posts dependency for product and order data, OwwCommerce offers maximum performance even with thousands of SKUs.
✨ Key Features
- 🚀 Lightning Fast: Uses custom database tables for significantly faster data retrieval.
- 📦 Zero Bloatware: Scripts are only loaded when needed. No jQuery, just modern Vanilla JS.
- 🛍️ Adaptive Checkout: Built-in support for External Marketplaces (Shopee/Tokopedia) and WhatsApp Checkout.
- 📱 Mobile First: Responsive design with a sticky action bar for higher conversions on mobile devices.
- 🧩 Modular Architecture: Easily extensible with a simple Container & Dependency Injection pattern.
🚀 Quick Installation
- Ensure you are running PHP 8.1+ and WordPress 6.0+.
- Clone this repository into your plugins directory:
git clone https://github.com/rasyiqi/owwcommerce.git - Activate the plugin through the WordPress dashboard.
- Use Shortcodes to build your shop pages.
🛠️ Shortcode Guide
| Feature | Shortcode | Description |
|---|---|---|
| Shop Catalog | [owwcommerce_shop] |
Displays the product list with filters. |
| Cart Page | [owwcommerce_cart] |
Modern shopping cart page. |
| Checkout | [owwcommerce_checkout] |
Fast payment & shipping form. |
| My Account | [owwcommerce_my_account] |
Customer dashboard & order history. |
| Cart Icon | [owwcommerce_cart_icon] |
Mini icon with item count badge. |
🤝 Contribution
We are very open to contributors! Whether it's bug fixes, new features, or design suggestions.
- Read ARCHITECTURE.md to understand the system structure.
- Check CONTRIBUTING.md to start developing.
📜 License
This project is licensed under the GPL v2 or later.