
WordPress Plugin

WordPress Plugin
GNU GPL
Unlimited websites
$5.99
Save —
One-time purchase
Secure checkout · Instant access
★★★★★
4.8
I spent two evenings poking Emarket | Multipurpose WooCommerce Theme on my usual Docker WordPress setup, with WooCommerce, Redis object cache, LiteSpeed Cache, and a shop demo that looked innocent until DevTools started screaming. Emarket is not a tiny “clean code” theme. It’s a big retail monster: sliders, product blocks, mega menu, quick view, wishlist buttons, countdowns, carousels everywhere. Fun, but also… yeah, bring coffee.
The good part: Emarket actually works. I tested a GPL package, fully usable, no weird domain lock, no “one site only” nonsense. Unlimited Website Usage in the practical sense: install it on staging, client sandbox, local junkyard, whatever. I didn’t need to patch license checks just to make the theme render. Official support and auto-updates are a different story, obviously — if you want vendor updates from their server, buy the official license.
The demo importer was less painful than I expected. In Appearance -> Import Demo Data I imported a shop demo, waited, watched wp_posts and wp_postmeta balloon like a wet sponge, and it landed mostly intact. Revolution Slider needed its own import, because of course it did. Emarket also plays nicely with Elementor/WPBakery-style layouts, depending on the package you use, so homepage edits don’t instantly require PHP surgery.
Product grids are decent. In builder widgets you can change columns, product source, tabs, banners, autoplay, order by sales, that kind of stuff. The mega menu is editable from Appearance -> Menus, with extra fields added by the theme. I hate overloaded menu walkers, but here it’s usable.
Typography is under Theme Options -> Typography, colors are mostly in Theme Options -> General / Header / Footer, and WooCommerce layout switches are in Theme Options -> Shop. So yes, you can hand this to a non-dev and not immediately regret your life choices.
I opened Chrome DevTools -> Network and saw Emarket loading multiple font weights, Owl Carousel, Slick, Magnific Popup, theme custom JS, quick-view scripts, wishlist scripts, compare scripts, and half the circus even on pages that didn’t need them. Classic “multipurpose theme” behavior: enqueue now, ask questions never.
My first dirty fix went into functions.php of the child theme:
add_action('wp_enqueue_scripts', function () {
if (!is_product() && !is_shop() && !is_product_category()) {
wp_dequeue_script('wc-add-to-cart-variation');
wp_dequeue_script('zoom');
wp_dequeue_style('woocommerce-general');
}
}, 99);
Not beautiful. Effective. I also killed extra Google Fonts from Theme Options -> Typography and used one local @font-face in style.css. Page weight dropped enough that Lighthouse stopped looking personally offended.
Builder/customizer stuff: homepage sections, banners, product tabs, footer columns, header logo, menu layout, colors, typography, shop columns, sidebar position. That’s all normal admin work inside Theme Options, Appearance -> Customize, and the page builder.
Hardcoded nonsense: header markup in header.php, product loop fragments in woocommerce/content-product.php, some wrapper classes in inc/class-theme-setup.php or similar theme setup files, depending on the build. If you want to change the actual product card structure — move rating under price, remove quick-view wrapper, change badge logic — don’t waste time hunting in the builder. Copy WooCommerce templates into the child theme and override them properly.
For hooks, I used woocommerce_before_shop_loop_item_title, woocommerce_after_shop_loop_item, and wp_enqueue_scripts. The settings themselves live mostly in wp_options; page builder garbage lives in wp_postmeta, and yes, it gets ugly fast.
When I enabled JS minification and delay in LiteSpeed Cache, variations broke. Select a size, nothing changed, add-to-cart stayed dead. Console showed Cannot read properties of undefined around variation form init. Very normal, very boring, very 2 a.m.
My fix: in LiteSpeed Cache -> Page Optimization -> Tuning, I excluded:
jquery-core
jquery-migrate
wc-add-to-cart-variation.js
woocommerce.js
emarket-theme.js
After that, Woo variations worked again. I also disabled “Load JS Deferred” only for product pages using a small conditional in LiteSpeed’s per-page rules. Emarket doesn’t enjoy aggressive JS delay. Don’t be a hero.
On my test copy, Emarket didn’t need a key to run the frontend or admin options. Demo import worked after installing the bundled plugins from Appearance -> Install Plugins. Some premium bundled plugins may nag about activation, but the theme itself didn’t lock the site.
Manual updates are boring: backup, upload the new theme zip in Appearance -> Themes -> Add New, replace old files, then check overridden WooCommerce templates under WooCommerce -> Status -> Templates. If you edited parent theme files directly, well… enjoy your punishment.
Usually delayed jQuery. Exclude jquery-core and the theme menu script from delay. Then purge all cache, including CDN.
Do not minify/delay wc-add-to-cart-variation.js. Also check Console before blaming WooCommerce like we all do first.
Sort of. Disable unused widgets, dequeue scripts per page, remove extra fonts, and replace slider blocks. But Emarket will never be a 30 KB minimalist theme.
Child theme override: woocommerce/content-product.php. Don’t hack the builder widget unless you enjoy losing changes after updates.
All products we provide come only from official sources and verified developers. To confirm their integrity and safety, the archive has been scanned for viruses and malware. You can review the scan results at any time by clicking the button below.
View in VirusTotalYou can use any product from our store on as many websites as you like.
Single purchase includes download access for 72 hours. Future version downloads require repurchase or an active membership.
Manual updates are available to customers with active access.
Yes, we do. In most cases, you can expect a reply within 24–72 business hours. For simpler issues, we’re often able to respond much sooner.
You can contact us via live chat or open a support ticket directly from the product page — whichever is more convenient for you.
No, there are no limits. We don’t believe in restricting downloads. If you need to download a product multiple times, that’s absolutely fine.
We use professional, high‑performance storage systems to ensure downloads are fast, stable, and hassle‑free.
No, license keys are not included or required. Because all items are distributed under the GNU General Public License (GPL), a license key is not necessary to access the software’s functionality.
All products you receive are fully authentic. The files are provided fully functional and optimized for immediate installation, allowing you to use them seamlessly right out of the box without any restrictions.
Yes — 100%. All products contain the original code and are legally redistributed under the GNU GPL v2/v3 license.
The main difference compared to purchasing directly from the original author is that we don’t offer premium author services, such as custom development or one‑on‑one technical support. Additionally, since the software is fully GPL-compliant, it is provided ready for use and can be freely installed on an unlimited number of websites.
Yes, we stand behind our products. If you encounter an issue that cannot be resolved or a technical problem without a workable solution, we’ll do our best to help — and if necessary, issue a full refund.
Please note that refunds are not available if the product works as described but simply does not meet personal expectations. We’ve also encountered cases where refund requests were made while the product was still in use, which we cannot allow.
Our approach is simple: fairness and transparency. If you ever have a concern, just reach out — we’re always open to finding a reasonable solution that works for both sides.

Reviews
There are no reviews yet.