مەزمۇنغا ئاتلاش
WordPress.org

ئۇيغۇرچە

  • ئۆرنەكلەر
  • قىستۇرمىلار
  • خەۋەرلەر
  • قوللاش
  • ھەققىدە
  • WordPress كە ئېرىشىش
WordPress كە ئېرىشىش
WordPress.org

Plugin Directory

NabuPanel Lite

  • قىستۇرما تاپشۇرۇڭ
  • ياقتۇرغانلىرىم
  • تىزىمغا كىرىڭ
  • قىستۇرما تاپشۇرۇڭ
  • ياقتۇرغانلىرىم
  • تىزىمغا كىرىڭ

NabuPanel Lite

يازغۇچى nabuxai
چۈشۈر
  • تەپسىلاتلار
  • باھالاشلار
  • ئورنىتىش
  • ئىجادىيەت
قوللاش

چۈشەندۈرۈش

There are many WooCommerce account plugins. Three things make this one different, and all three are checkable rather than claimed.

It is 79 KB, and 10 KB of that reaches a browser. The whole plugin is eleven files, 18 KB of which is the GPL text itself. A customer downloads 7.7 KB of CSS and 2.5 KB of JavaScript — 2.4 KB and 1.2 KB gzipped — and only on the page carrying the shortcode. No jQuery on the front end, no framework, no icon font, no bundled library, no build step, no vendor folder.

It contacts nothing. No update check of its own, no telemetry, no analytics, no account to create, no external font or script. Search the source for wp_remote and there are no matches. Nothing about your shop or your customers leaves the server.

The stylesheet does not name a single colour. Every rule reads a custom property, and the properties come from your settings — so the whole panel is recoloured from one screen, by somebody who does not write CSS, and an update never overwrites the choice. There is a separate palette for dark, and you decide whether dark follows the visitor’s own system setting, is always on, or never.

What it does

Put [nabupanel_lite] on a page and that page is your customers‹ panel: how many orders they have placed and the last few of them, everything they can download, the addresses on file, and their own name and e-mail. You choose which tabs appear and in what order.

What it is not

It is not a page builder, and it does not replace WooCommerce’s own account pages — it is a separate page you make, and it links back to WooCommerce for editing an address. Your account page keeps working exactly as it did.

The panel works without JavaScript

Every tab is a link and the profile form is a form. The one script adds a light/dark switch on top, which is why it is only offered when you have left that choice open.

Right-to-left

Written with logical properties throughout, so it mirrors with your site rather than against it. Translations are contributed through translate.wordpress.org.

Nothing here is locked

Every feature this plugin implements is available to everybody, always. There is no licence key, no trial, no counter, no feature switched off until you pay, and no part of the code that checks whether you are entitled to run it. What is in the download is what it does.

If you also run NabuPanel

NabuPanel is a separate, larger plugin from the same author, and it contains this same panel. Installing it makes this plugin deactivate itself and say so, because two panels answering one shortcode on one page is a conflict rather than a choice. Nothing is deleted — deactivate the other and this comes back with the settings it had. This is the only condition under which this plugin stops running, and it has nothing to do with payment.

ئېكران كەسمىسى

The panel: overview, with the shop's own colours.
The panel: overview, with the shop’s own colours.
Orders, on a phone — each row becomes its own card.
Orders, on a phone — each row becomes its own card.
The settings screen.
The settings screen.

ئورنىتىش

  1. Install and activate, with WooCommerce already active.
  2. Create a page and put [nabupanel_lite] on it.
  3. Open WooCommerce → Customer panel to choose the tabs and the colours.

FAQ

Does it replace the WooCommerce account page?

No. It is a separate page you make, and it links back to WooCommerce’s own screens for editing an address. Your account page keeps working exactly as it did.

Does it send anything anywhere?

No. It makes no outbound HTTP request at all.

Is anything switched off until I pay?

No. There is no licence key, no trial and no feature gate anywhere in the code. Everything the plugin implements runs for everybody.

What happens if I also install NabuPanel?

This plugin deactivates itself, tells you why, and leaves everything alone — the two contain the same panel and would otherwise both answer on the same page. Deactivate the other and this comes back with the settings it had.

Can I choose which tabs appear?

Yes — they are a comma-separated list on the settings screen, and the order you type is the order they appear. Leave one out and it is not shown.

Does it work with a right-to-left language?

Yes. The markup and styles are written with logical properties, so the panel mirrors naturally with your site. Community translations are handled through translate.wordpress.org.

باھالاشلار

بۇ قىستۇرمىغا تېخى باھا يېزىلمىدى.

تۆھپىكار ۋە ئىجادكار

«NabuPanel Lite» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.

تۆھپىكار
  • nabuxai

«NabuPanel Lite» نى تىلىڭىزغا تەرجىمە قىلىڭ

ئىجادىيەتكە قىزىقامسىز؟

كودقا كۆز يۈگۈرتۈپ، SVN خەزىنە تەكشۈرۈپ ياكى RSSئارقىلىق ئىجادىيەت خاتىرىسىگە مۇشتەرى بولغىلى بولىدۇ.

ئۆزگىرىش خاتىرىسى

1.0.2

  • Dropped woocommerce from the tags. It is another project’s trademark, and the directory refuses a plugin that claims one — the dependency is still stated in the description and in the WC requires at least header, which is where it belongs.
  • Corrected the stated size. The readme claimed 34 KB and thirteen files; it is 79 KB and eleven, 18 KB of that being the GPL text. A readme that says its claims are checkable has to survive being checked.
  • Renamed the class files from class-npl-*.php to class-nabupanel-lite-*.php. WordPress loads plugin classes by filename, so an abbreviation in the path is a name any other plugin can collide with — the same reason the prefixes were lengthened in 1.0.1, finished for the files themselves.
  • Enqueued the panel’s inline CSS through wp_add_inline_style() rather than printing a <style> tag.

1.0.1

  • Lengthened the plugin prefix from npl_ / NPL_ to nabupanel_lite_ / NabuPanelLite_ / NABUPANELLITE_ to avoid naming collisions.
  • Removed the bin/make-pot.php development script so the plugin does not write files into its own folder.
  • Added ABSPATH exit guards to all runtime PHP files.

1.0.0

  • First release.

Meta

  • Version 1.0.2
  • ئاخىرقى يېڭىلانغان ۋاقىت 3 ھەپتە بۇرۇن
  • ئاكتىپ ئورنىتىش سانى 10 دىن ئاز
  • WordPress نەشرى 6.0 ياكى يۇقىرى
  • 7.1 دا سىنالغان
  • PHP نەشرى 7.4 ياكى يۇقىرى
  • تىل
    English (US)
  • بەلگە
    accountcustomerdashboardordersshop
  • ئالىي كۆرۈنۈش

دەرىجە

No reviews have been submitted yet.

Your review

بارلىق ئىنكاسنى كۆرسەت

تۆھپىكار

  • nabuxai

قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

قوللاش مۇنبىرىنى كۆرسەت

  • ھەققىدە
  • خەۋەر
  • مۇلازىمىتىر
  • شەخسىيەت
  • كۆرگەزمە
  • ئۆرنەكلەر
  • قىستۇرمىلار
  • ئەندىزە
  • ئۈگىنىش
  • قوللاش
  • ئىجادكارلار
  • WordPress.tv ↖
  • قاتناشقان
  • پائالىيەت
  • ئىئانە ↖
  • Swag ↗
  • WordPress.com ↖
  • Matt ↖
  • bbPress ↖
  • BuddyPress ↖
WordPress.org
WordPress.org

ئۇيغۇرچە

  • Visit our X (formerly Twitter) account
  • Bluesky ھېساباتىمىزنى زىيارەت قىلىڭ
  • Visit our Mastodon account
  • Threads ھېساباتىمىزنى زىيارەت قىلىڭ
  • Facebook بېتىمىزنى زىيارەت قىلىڭ
  • Instagram ھېساباتىمىزنى زىيارەت قىلىڭ
  • LinkedIn ھېساباتىمىزنى زىيارەت قىلىڭ
  • TikTok ھېساباتىمىزنى زىيارەت قىلىڭ
  • YouTube قانىلىمىزنى زىيارەت قىلىڭ
  • Tumblr ھېساباتىمىزنى زىيارەت قىلىڭ
كود شېئىرغا ئوخشايدۇ.
The WordPress® trademark is the intellectual property of the WordPress Foundation.