<?xml version="1.0" encoding="UTF-8"?><feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <id>tag:mediatags.de/codecanyon:/feeds/new-codecanyon-items</id>
  <link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon"/>
  <link rel="self" type="application/atom+xml" href="/"/>
  <title>Codecanyon new  items</title>
  <updated>2026-09-23 11:06:46</updated>
  	    <entry>
			<id>tag:codecanyon:Item/65133247</id>
			<published>2026-09-22 14:36:52</published>
			<updated>2026-09-22 14:36:52</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/heftora-flutter-task-planner-app-with-laravel-cloud-backup/65133247"/>
			<title>Heftora | Flutter Task Planner App with Laravel Cloud Backup (Flutter) </title>
			<content type="html">&lt;p&gt;&lt;strong&gt;Ship a planner that answers the one question a to-do list cannot: does today actually fit. 28 finished screens, every task carrying a time estimate, a day drawn as a wall of bricks against the hours you really have, and a fourteen day horizon you fix by dragging one brick.&lt;/strong&gt; Light and dark themes, GetX architecture, offline documentation, an encrypted Laravel cloud backup, and a one-page product website ready to publish.&lt;/p&gt;

&lt;p&gt;Demo Instructions: three intro screens open the app, then the sign-in screen is a mock that contacts no server and accepts any credentials. Use &lt;a href=&quot;mailto:demo@heftora.app&quot;&gt;demo@heftora.app&lt;/a&gt; / demo1234, or tap Sign in with both fields empty. There is nothing to register and no key to enter: a worked fortnight of 28 tasks across 3 projects is already loaded, and today in it is deliberately over its line, so the screen that makes the argument is the first one the preview opens on.&lt;/p&gt;

&lt;h3 id=&quot;item-description__why-this-one&quot;&gt;Why this one&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Height is the argument&lt;/strong&gt;: a brick is as tall as its estimate, so an overloaded day is visibly a wall that will not fit and nobody reads a percentage.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ready to show on day one&lt;/strong&gt;: 28 screens and a worked fortnight already written, with two days deliberately over capacity. Nothing looks half-built.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Your brand in an afternoon&lt;/strong&gt;: every color, radius and type token lives in one file. Change the primary hex; the launcher icon and the landing page follow.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Tested, not just screenshotted&lt;/strong&gt;: 115 Flutter tests pass, plus 27 on the back end, and the driver walks 56 frames in both themes.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__the-screens-people-will-remember&quot;&gt;The screens people will remember&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;The wall&lt;/strong&gt;: today&amp;#8217;s tasks stacked as bricks against a dashed string line set to that weekday&amp;#8217;s hours; anything standing above it is hatched before the day starts.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The horizon&lt;/strong&gt;: fourteen days, each its own small wall at the same scale with its own line. Drag a brick from a heavy day onto a light one and both recompute where you dropped it.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The heft factor&lt;/strong&gt;: recorded time divided by what you estimated, printed as a multiplier, with the corrected figure shown beside every new estimate and never written over it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Plus the screens a real app needs: an inbox with search and project filters, a task view with subtasks, a timer, typed-in minutes and dependencies that refuse to close a loop, working hours per weekday and per single day, projects with their own edge color, labels, standing tasks that clamp to the end of a short month, a waiting-on view, a finished log, cloud backup, settings, and an onboarding flow.&lt;/p&gt;

&lt;h3 id=&quot;item-description__laravel-back-end-included&quot;&gt;Laravel back end included&lt;/h3&gt;
&lt;p&gt;The download ships a Laravel application with a Filament admin panel (&lt;code&gt;backend/&lt;/code&gt;): it stores an encrypted backup snapshot per user behind Sanctum tokens, keeps five versions with the oldest pruned, and lets an operator see who is using the space without ever reading the contents. &lt;strong&gt;The app runs perfectly well without it&lt;/strong&gt; — every task lives in the phone&amp;#8217;s encrypted store and the app makes no network request until a server address is typed into Cloud backup. Deployment needs PHP 8.4 or the included Docker Compose file; hosting is yours.&lt;/p&gt;

&lt;h3 id=&quot;item-description__landing-page-included&quot;&gt;Landing page included&lt;/h3&gt;
&lt;p&gt;The download ships a &lt;strong&gt;one-page product website&lt;/strong&gt; for your app (&lt;code&gt;landing/&lt;/code&gt;): hero with two phone mock-ups, three feature tiles, a swipeable screen gallery, FAQ and store buttons, already set in the same colors and typefaces as the app and filled with its real screenshots. It is a single self-contained HTML file with no frameworks and no external requests, so you can put it on any static host in a minute and replace the copy and store links from the marked spots.&lt;/p&gt;

&lt;h3 id=&quot;item-description__built-for-developers&quot;&gt;Built for developers&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Clean GetX architecture&lt;/strong&gt;: View, Controller, Service, Model, with lazy bindings per route.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;A pure Dart engine you can lift out&lt;/strong&gt;: the wall layout, the horizon, deferral, the heft factor, the weekly review and the dependency graph live in &lt;code&gt;data/engine/load_engine.dart&lt;/code&gt; with no Flutter import and the clock injected as a parameter.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Swap in your API without touching a screen&lt;/strong&gt;: the worked fortnight sits in one file behind a single service; six schema-versioned stores are the only thing that writes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Five Dart dependencies&lt;/strong&gt;: get, http, share_plus, flutter_secure_storage and cupertino_icons. Two typefaces ship as four static files, so nothing is fetched at first launch.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Theme-aware components&lt;/strong&gt;: the same widgets look right in light and dark, and the brand color is defined in three grades so a button label and a store thumbnail can both be right.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What you get:&lt;/strong&gt; full Flutter source code, README with re-theming and API integration guide, offline HTML documentation (34 chapters, 13 screenshots and 2 interaction GIFs), the sample data layer, light and dark themes, the landing page, and the companion back end with its own deployment guide.&lt;/p&gt;

&lt;h3 id=&quot;item-description__notes&quot;&gt;Notes&lt;/h3&gt;
&lt;p&gt;The sign-in and registration screens are interface only and perform no authentication; the app&amp;#8217;s records are not protected by them. Local notifications, calendar sync and multi-person sharing are not wired in this version. Figma or Sketch source files are not included; the interface is defined in the Dart source.&lt;/p&gt;
&lt;p&gt;All in-app imagery is drawn on canvas or set in type. No third-party photographs are bundled or required, and the two typefaces are included as files under the SIL Open Font License 1.1.&lt;/p&gt;
&lt;p&gt;Third-party services and external costs: Heftora runs on bundled sample data out of the box and makes no network request. Connecting it to live services such as Firebase, REST APIs or payment gateways will involve those third-party services, which will incur their own separate costs and are not part of this item. The back end needs PHP 8.4 or Docker and a host of your own.&lt;/p&gt;</content>
			<author>
			  <name>coderqh</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/65132451</id>
			<published>2026-09-22 14:23:22</published>
			<updated>2026-09-22 14:23:22</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/hyperdash-hyperlocal-flutter-delivery-app-laravel-admin-and-pwa/65132451"/>
			<title>Hyperdash | Hyperlocal Flutter Delivery App | Laravel Admin and PWA (Flutter) </title>
			<content type="html">&lt;p&gt;&lt;strong&gt;&lt;em&gt;Notes:-Buy only from Codecanyon! Beware of fraudulent or nulled apps. They may harm your system, compromise your data, and prevent you from using genuine features. Purchase only from authorized sources to receive lifetime updates and access all future features in real time.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

 

    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;p&gt;
                    Complete Hyperlocal Delivery Platform
                &lt;/p&gt;
                &lt;h2 id=&quot;item-description__-hyperdash-hyperlocal-flutter-delivery-app-laravel&quot;&gt;
                    Hyperdash | Hyperlocal Flutter Delivery App | Laravel Admin
                &lt;/h2&gt;
                &lt;p&gt;
                    Hyperdash is a premium multi vendor delivery solution built with Flutter and Laravel. Launch grocery,
                    food, and parcel delivery businesses with a Customer App, Seller App, Driver App, Android &amp;#38; iOS
                    apps, a customer web app, and a powerful Laravel admin panel.
                &lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;h2 id=&quot;item-description__key-highlights&quot;&gt;Key Highlights&lt;/h2&gt;
                &lt;ul&gt;
                    &lt;li&gt;&lt;strong&gt;No-Code Home Section Management&lt;/strong&gt; &amp;#8211; build and rearrange your entire homepage layout from the admin panel, no code editing needed.&lt;/li&gt;
                    &lt;li&gt;&lt;strong&gt;Three Services in One Platform&lt;/strong&gt; &amp;#8211; Food, Hyperdash (Grocery / Quick Commerce), and Parcel Delivery, all included.&lt;/li&gt;
                    &lt;li&gt;&lt;strong&gt;Ready to Go&lt;/strong&gt; &amp;#8211; a complete, working project. Just reskin your branding and launch in minimum steps.&lt;/li&gt;
                    &lt;li&gt;&lt;strong&gt;Fully Admin Controlled&lt;/strong&gt; &amp;#8211; everything can be managed from the admin panel. No code modification required.&lt;/li&gt;
                    &lt;li&gt;&lt;strong&gt;Three Different Home Screen Designs&lt;/strong&gt; &amp;#8211; pick the look that fits your brand.&lt;/li&gt;
                &lt;/ul&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;strong&gt;Flutter&lt;/strong&gt;
                Customer, Seller &amp;#38; Driver Apps
            &lt;/td&gt;
            &lt;td&gt;
                &lt;strong&gt;Laravel&lt;/strong&gt;
                Admin Panel &amp;#38; APIs
            &lt;/td&gt;
            &lt;td&gt;
                &lt;strong&gt;Multi Vendor&lt;/strong&gt;
                Stores, Orders &amp;#38; Payouts
            &lt;/td&gt;
            &lt;td&gt;
                &lt;strong&gt;Realtime&lt;/strong&gt;
                Tracking, OTP &amp;#38; Alerts
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;h2 id=&quot;item-description__we-value-your-feedback&quot;&gt;We Value Your Feedback&lt;/h2&gt;
                &lt;p&gt;
                    Your feedback and suggestions help us improve this item for every buyer.
                &lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;h2 id=&quot;item-description__mobile-apps-included&quot;&gt;Mobile Apps Included&lt;/h2&gt;
    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;strong&gt;✓ Android&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;✓ iOS&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;✓ Customer&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;✓ Seller&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;✓ Driver&lt;/strong&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;h2 id=&quot;item-description__demo-access&quot;&gt;Demo Access&lt;/h2&gt;
    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;strong&gt;Admin Panel&lt;/strong&gt;&lt;br /&gt;
                Email: &lt;code&gt;demo.admin@example.com&lt;/code&gt;&lt;br /&gt;
                Password: &lt;code&gt;Demo@12345&lt;/code&gt;
            &lt;/td&gt;
            &lt;td&gt;
                &lt;strong&gt;Seller Panel&lt;/strong&gt;&lt;br /&gt;
                Email: &lt;code&gt;demo.restaurant@example.com&lt;/code&gt;&lt;br /&gt;
                Password: &lt;code&gt;Demo@12345&lt;/code&gt;
            &lt;/td&gt;
            &lt;td&gt;
                &lt;strong&gt;Customer App&lt;/strong&gt;&lt;br /&gt;
                Email: &lt;code&gt;demo.customer@example.com&lt;/code&gt;&lt;br /&gt;
                Password: &lt;code&gt;Demo@12345&lt;/code&gt; (or sign in with any mobile number, demo OTP &lt;code&gt;123456&lt;/code&gt;)
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;
    &lt;p&gt;Use the live preview button on this item&amp;#8217;s listing page to try the demo with the credentials above.&lt;/p&gt;

    &lt;h2 id=&quot;item-description__core-features&quot;&gt;Core Features&lt;/h2&gt;
    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;ul&gt;
                    &lt;li&gt;Hyperlocal delivery system&lt;/li&gt;
                    &lt;li&gt;Multi vendor marketplace&lt;/li&gt;
                    &lt;li&gt;Multi-store order flow&lt;/li&gt;
                    &lt;li&gt;Real-time order tracking&lt;/li&gt;
                    &lt;li&gt;Auto order assignment&lt;/li&gt;
                    &lt;li&gt;Wallet system&lt;/li&gt;
                    &lt;li&gt;Coupon and offer management&lt;/li&gt;
                    &lt;li&gt;Delivery time slot management&lt;/li&gt;
                    &lt;li&gt;Push notifications&lt;/li&gt;
                    &lt;li&gt;OTP login authentication&lt;/li&gt;
                    &lt;li&gt;Product variations and addons&lt;/li&gt;
                    &lt;li&gt;Order scheduling&lt;/li&gt;
                    &lt;li&gt;Dynamic delivery charges&lt;/li&gt;
                    &lt;li&gt;Seller earnings dashboard&lt;/li&gt;
                    &lt;li&gt;Admin commission management&lt;/li&gt;
                    &lt;li&gt;Analytics and reports&lt;/li&gt;
                    &lt;li&gt;Review and rating system&lt;/li&gt;
                &lt;/ul&gt;
            &lt;/td&gt;
            &lt;td&gt;
                &lt;ul&gt;
                    &lt;li&gt;Live delivery tracking&lt;/li&gt;
                    &lt;li&gt;Multi currency support&lt;/li&gt;
                    &lt;li&gt;Multi payment gateway support&lt;/li&gt;
                    &lt;li&gt;Tax and invoice management&lt;/li&gt;
                    &lt;li&gt;Banner and home section management&lt;/li&gt;
                    &lt;li&gt;Category and subcategory management&lt;/li&gt;
                    &lt;li&gt;Inventory management&lt;/li&gt;
                    &lt;li&gt;Stock management&lt;/li&gt;
                    &lt;li&gt;Store opening and closing time&lt;/li&gt;
                    &lt;li&gt;Delivery driver earnings&lt;/li&gt;
                    &lt;li&gt;Nearby store detection&lt;/li&gt;
                    &lt;li&gt;Google Maps integration&lt;/li&gt;
                    &lt;li&gt;Location based services&lt;/li&gt;
                    &lt;li&gt;Search and filter system&lt;/li&gt;
                    &lt;li&gt;Order timeline tracking&lt;/li&gt;
                    &lt;li&gt;Customer wallet recharge&lt;/li&gt;
                    &lt;li&gt;COD and online payments&lt;/li&gt;
                &lt;/ul&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;h2 id=&quot;item-description__included-modules&quot;&gt;Included Modules&lt;/h2&gt;
    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;table&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            &lt;h3 id=&quot;item-description__laravel-admin-panel&quot;&gt;Laravel Admin Panel&lt;/h3&gt;
                             
                            &lt;ul&gt;
                                &lt;li&gt;Dashboard analytics&lt;/li&gt;
                                &lt;li&gt;Revenue reports&lt;/li&gt;
                                &lt;li&gt;Commission setup&lt;/li&gt;
                                &lt;li&gt;User, vendor and driver management&lt;/li&gt;
                                &lt;li&gt;Product and order management&lt;/li&gt;
                                &lt;li&gt;Withdrawal requests&lt;/li&gt;
                                &lt;li&gt;Transaction history&lt;/li&gt;
                                &lt;li&gt;Banner, CMS and settings management&lt;/li&gt;
                            &lt;/ul&gt;
                        &lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/table&gt;
            &lt;/td&gt;
            &lt;td&gt;
                &lt;table&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            &lt;h3 id=&quot;item-description__seller-panel&quot;&gt;Seller Panel&lt;/h3&gt;
                             
                            &lt;ul&gt;
                                &lt;li&gt;Store dashboard&lt;/li&gt;
                                &lt;li&gt;Product upload&lt;/li&gt;
                                &lt;li&gt;Product variants&lt;/li&gt;
                                &lt;li&gt;Order tracking&lt;/li&gt;
                                &lt;li&gt;Earnings dashboard&lt;/li&gt;
                                &lt;li&gt;Revenue analytics&lt;/li&gt;
                                &lt;li&gt;Inventory management&lt;/li&gt;
                                &lt;li&gt;Coupon and business hours setup&lt;/li&gt;
                            &lt;/ul&gt;
                        &lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/table&gt;
            &lt;/td&gt;
            &lt;td&gt;
                &lt;table&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            &lt;h3 id=&quot;item-description__delivery-driver-app&quot;&gt;Delivery Driver App&lt;/h3&gt;
                             
                            &lt;ul&gt;
                                &lt;li&gt;Live order requests&lt;/li&gt;
                                &lt;li&gt;Accept or reject orders&lt;/li&gt;
                                &lt;li&gt;Navigation support&lt;/li&gt;
                                &lt;li&gt;Live tracking&lt;/li&gt;
                                &lt;li&gt;Earnings reports&lt;/li&gt;
                                &lt;li&gt;Delivery history&lt;/li&gt;
                                &lt;li&gt;Online and offline status&lt;/li&gt;
                            &lt;/ul&gt;
                        &lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/table&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;table&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            &lt;h2 id=&quot;item-description__supported-payment-gateways&quot;&gt;Supported Payment Gateways&lt;/h2&gt;
                             
                            &lt;ul&gt;
                                &lt;li&gt;Razorpay&lt;/li&gt;
                                &lt;li&gt;PhonePe&lt;/li&gt;
                                &lt;li&gt;Stripe&lt;/li&gt;
                                &lt;li&gt;PayPal&lt;/li&gt;
                                &lt;li&gt;Easypaisa&lt;/li&gt;
                                &lt;li&gt;Paystack&lt;/li&gt;
                                &lt;li&gt;FlutterWave&lt;/li&gt;
                                &lt;li&gt;Wallet system&lt;/li&gt;
                                &lt;li&gt;Cash on delivery&lt;/li&gt;
                            &lt;/ul&gt;
                        &lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/table&gt;
            &lt;/td&gt;
            &lt;td&gt;
                &lt;table&gt;
                    &lt;tr&gt;
                        &lt;td&gt;
                            &lt;h2 id=&quot;item-description__communication-integrations&quot;&gt;Communication Integrations&lt;/h2&gt;
                             
                            &lt;ul&gt;
                                &lt;li&gt;WhatsApp integration&lt;/li&gt;
                                &lt;li&gt;Twilio SMS API&lt;/li&gt;
                                &lt;li&gt;MSG91 integration&lt;/li&gt;
                                &lt;li&gt;Firebase push notifications&lt;/li&gt;
                                &lt;li&gt;OTP verification&lt;/li&gt;
                                &lt;li&gt;Email notifications&lt;/li&gt;
                            &lt;/ul&gt;
                        &lt;/td&gt;
                    &lt;/tr&gt;
                &lt;/table&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;h2 id=&quot;item-description__technology-stack&quot;&gt;Technology Stack&lt;/h2&gt;
    &lt;table&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Frontend&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Flutter&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Backend&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Laravel&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Database&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;MySQL&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Realtime&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Firebase / Socket&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Maps&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Google Maps API&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Notifications&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Firebase FCM&lt;/td&gt;&lt;/tr&gt;
    &lt;/table&gt;

    &lt;h2 id=&quot;item-description__perfect-for&quot;&gt;Perfect For&lt;/h2&gt;
    &lt;ul&gt;
        &lt;li&gt;Grocery delivery business&lt;/li&gt;
        &lt;li&gt;Food delivery startup&lt;/li&gt;
        &lt;li&gt;Pharmacy delivery&lt;/li&gt;
        &lt;li&gt;Multi vendor marketplace&lt;/li&gt;
        &lt;li&gt;Hyperlocal delivery platform&lt;/li&gt;
        &lt;li&gt;Quick commerce startup&lt;/li&gt;
    &lt;/ul&gt;

    &lt;h2 id=&quot;item-description__why-choose-hyperdash&quot;&gt;Why Choose Hyperdash?&lt;/h2&gt;
    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;strong&gt;Modern Flutter UI&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;Powerful Laravel Backend&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;Fast Performance&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;Easy Customization&lt;/strong&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;strong&gt;Scalable Architecture&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;Clean Source Code&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;Lifetime Free Updates&lt;/strong&gt;&lt;/td&gt;
            &lt;td&gt;&lt;strong&gt;Premium Quality Design&lt;/strong&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;h2 id=&quot;item-description__changelog&quot;&gt;CHANGELOG&lt;/h2&gt;
     
    &lt;table&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Version 1.0.0 &amp;#8211; Initial Release&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;====================&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;What&amp;#8217;s Included&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;====================&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Modern, fully redesigned UI/UX across all apps and the web storefront.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Multi-service platform &amp;#8211; Food, Grocery / Quick Commerce, and Parcel Delivery.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] AI-powered Zero-Touch Order Flow (voice &amp;#38; chat ordering, best-coupon apply, order drafts).&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Dedicated, admin-configurable home screens for each service.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] POS terminal support for restaurants and stores.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Branch / franchise operations &amp;#8211; territories, wallets, settlements, payouts, reports.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Realtime order tracking, order chat, and foreground order alerts.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Wallets, gift cards, commissions, refunds, and automated payouts.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Customer App, Seller App, Driver App (Android &amp;#38; iOS), Customer Web, and Laravel Admin Panel.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Multi-language, multi-currency, and multi payment gateway support.&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;[+ New] Full offline documentation and white-label guide.&lt;/td&gt;&lt;/tr&gt;
    &lt;/table&gt;

    &lt;h2 id=&quot;item-description__technical-requirements-amp-setup&quot;&gt;Technical Requirements &amp;#38; Setup&lt;/h2&gt;
    &lt;table&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;PHP Version&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;PHP 8.2 or higher&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Database&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;MySQL 8.0+ or MariaDB 10.6+&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Framework&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Laravel 12 compatible hosting&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Flutter SDK&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Flutter 3.24+&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Dart SDK&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Dart 3.5+&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Server&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Apache / Nginx with SSL support&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Cron Jobs&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Required for auto payout automation&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;&lt;strong&gt;Firebase&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Required for OTP authentication and push notifications&lt;/td&gt;&lt;/tr&gt;
    &lt;/table&gt;

    &lt;h2 id=&quot;item-description__quick-deployment-steps&quot;&gt;Quick Deployment Steps&lt;/h2&gt;
    &lt;ol&gt;
        &lt;li&gt;&lt;strong&gt;Upload:&lt;/strong&gt; Upload the source files to your hosting server.&lt;/li&gt;
        &lt;li&gt;&lt;strong&gt;Database:&lt;/strong&gt; Create a fresh MySQL database.&lt;/li&gt;
        &lt;li&gt;&lt;strong&gt;Configuration:&lt;/strong&gt; Update the &lt;code&gt;.env&lt;/code&gt; configuration file.&lt;/li&gt;
        &lt;li&gt;&lt;strong&gt;Migrations:&lt;/strong&gt; Run Laravel migration commands.&lt;/li&gt;
        &lt;li&gt;&lt;strong&gt;Payment Setup:&lt;/strong&gt; Configure payment gateway credentials.&lt;/li&gt;
        &lt;li&gt;&lt;strong&gt;Launch:&lt;/strong&gt; Configure domain settings and launch the platform.&lt;/li&gt;
    &lt;/ol&gt;

    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;h2 id=&quot;item-description__third-party-service-notice-additional-costs-may-apply&quot;&gt;Third-Party Service Notice &amp;#8211; Additional Costs May Apply&lt;/h2&gt;
                &lt;p&gt;
                    This item depends on several third-party services that are &lt;strong&gt;not included&lt;/strong&gt; in the purchase
                    price. Each requires the buyer to create their own account and may charge usage-based or subscription
                    fees once you go beyond any free tier the provider offers:
                &lt;/p&gt;
                &lt;ul&gt;
                    &lt;li&gt;&lt;strong&gt;Google Maps&lt;/strong&gt; &amp;#8211; location search, address autocomplete, and delivery tracking require a Google Maps API key. Google bills for API usage beyond its free monthly credit.&lt;/li&gt;
                    &lt;li&gt;&lt;strong&gt;OTP / SMS login&lt;/strong&gt; &amp;#8211; phone number verification depends on a paid SMS or authentication gateway such as Twilio, MSG91, or Firebase Authentication, each billed per OTP/SMS sent.&lt;/li&gt;
                    &lt;li&gt;&lt;strong&gt;Payment gateways&lt;/strong&gt; &amp;#8211; Razorpay, Stripe, PayPal, PhonePe, Paystack, Flutterwave, and Easypaisa each require their own merchant account and charge a transaction fee on every payment processed.&lt;/li&gt;
                    &lt;li&gt;&lt;strong&gt;Push notifications&lt;/strong&gt; &amp;#8211; order and delivery alerts use Firebase Cloud Messaging (or a similar provider such as OneSignal), which can incur cost at higher sending volumes depending on the provider&amp;#8217;s plan.&lt;/li&gt;
                    &lt;li&gt;&lt;strong&gt;Other integrations&lt;/strong&gt; &amp;#8211; WhatsApp Business API and SMTP email delivery, if enabled, also depend on the buyer&amp;#8217;s own paid provider accounts.&lt;/li&gt;
                &lt;/ul&gt;
                &lt;p&gt;
                    Please review each provider&amp;#8217;s current pricing before launch and budget for these costs separately from
                    the purchase price of this item.
                &lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;

    &lt;table&gt;
        &lt;tr&gt;
            &lt;td&gt;
                &lt;h2 id=&quot;item-description__support&quot;&gt;Support&lt;/h2&gt;
                &lt;p&gt;
                    Support is provided through the Support tab on this item&amp;#8217;s listing page. Raise a ticket there and
                    our team will get back to you.
                &lt;/p&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
    &lt;/table&gt;</content>
			<author>
			  <name>renjotech</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/65072334</id>
			<published>2026-09-22 13:31:10</published>
			<updated>2026-09-22 13:31:10</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/kanso-visual-journal-and-portfolio-maker-with-block-editor-qr-sharing-and-pdf-export-react/65072334"/>
			<title>Kanso | Visual Journal and Portfolio Maker With Block Editor, QR Sharing and PDF Export - React (Native Web) </title>
			<content type="html">&lt;h2 id=&quot;item-description__kanso-visual-journal-and-portfolio-maker-for-ios&quot;&gt;Kanso &amp;#8211; Visual Journal and Portfolio Maker for iOS&lt;/h2&gt;
&lt;p&gt;Kanso is a beautifully minimal iOS app template for creating visual journals, portfolios and stories made of text and image blocks &amp;#8211; then sharing them with the world through QR codes, public links and PDF exports. It ships as complete, ready-to-build source code for React, Vite, Tailwind CSS and Capacitor (iOS).&lt;/p&gt;
 
&lt;h3 id=&quot;item-description__demo-instructions&quot;&gt;Demo Instructions&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;There is no locked demo account and no demo password. The app has its own registration flow: install, tap Enter, enter any email and a password (min. 6 characters) and a new account is created automatically. If the email already exists you will be asked for the correct password.&lt;/li&gt;
&lt;li&gt;IMPORTANT: Kanso uses Firebase (Authentication + Firestore) for accounts and cloud sync. Before the app can run, you must create your own free Firebase project and insert your credentials in one file (src/firebase.js). A step-by-step Configuration guide with screenshots is included in documentation.html. The template ships with PLACEHOLDER values so no private keys are included.&lt;/li&gt;
&lt;li&gt;WARNING &amp;#8211; EXTERNAL SERVICE AND COSTS: Firebase is a third-party external service provided by Google, not part of this template. Using it requires your own Firebase/Google account, and you agree to Firebase&amp;#8217;s terms. While Firebase offers a free tier, usage beyond the free quotas (or Firebase&amp;#8217;s pricing changes) can result in costs billed directly to you by Google. These costs are separate from and in addition to the purchase price of this item. Please review &lt;a href=&quot;https://firebase.google.com/pricing&quot; rel=&quot;nofollow&quot;&gt;https://firebase.google.com/pricing&lt;/a&gt; before purchasing.&lt;/li&gt;
&lt;li&gt;Public share links point to a Firebase Hosting URL that you deploy yourself with the included firebase.json configuration (one command: firebase deploy).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;item-description__everything-the-app-does&quot;&gt;Everything the App Does&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Welcome screen with minimal serif branding&lt;/li&gt;
&lt;li&gt;Email and password authentication &amp;#8211; auto-registers new users, logs in existing ones (Firebase Auth SDK)&lt;/li&gt;
&lt;li&gt;Home screen with two tabs: My Studios (your creations) and Visited (saved from other creators)&lt;/li&gt;
&lt;li&gt;Tiles and List view modes with animated expandable list rows&lt;/li&gt;
&lt;li&gt;Sorting by creation date, name and last updated&lt;/li&gt;
&lt;li&gt;Block-based editor: unlimited text blocks and image blocks&lt;/li&gt;
&lt;li&gt;Drag handles to resize image height and text font size live&lt;/li&gt;
&lt;li&gt;Insert blocks between existing blocks with animated insert zones&lt;/li&gt;
&lt;li&gt;Organize mode: drag and drop reordering, move to top/bottom, convert block to spacer, delete block&lt;/li&gt;
&lt;li&gt;Invisible spacer blocks for artistic layout control&lt;/li&gt;
&lt;li&gt;Revert action with full Undo Revert (redo) support&lt;/li&gt;
&lt;li&gt;Preview mode (read-only render of the story)&lt;/li&gt;
&lt;li&gt;Mark Complete mode to freeze a project as finished&lt;/li&gt;
&lt;li&gt;Optional metadata: creator name, date or date range, subtitle (long-press the title)&lt;/li&gt;
&lt;li&gt;Automatic autosave with debounced cloud sync to Firestore&lt;/li&gt;
&lt;li&gt;Cover images: pick from photo library (native Capacitor Camera), covers fall back to the first image block&lt;/li&gt;
&lt;li&gt;Long-press context menus with haptic feedback (share, PDF export, edit cover, remove)&lt;/li&gt;
&lt;li&gt;Share screen: scannable QR code (tap to save to photo library or share), copy link, native share sheet&lt;/li&gt;
&lt;li&gt;Allow Resharing privacy toggle per project&lt;/li&gt;
&lt;li&gt;PDF export: pixel-perfect A4 rendering of the whole story, multi-page, shared natively or downloaded&lt;/li&gt;
&lt;li&gt;Public read-only web view of every shared project (Firebase Hosting + /p/ rewrite)&lt;/li&gt;
&lt;li&gt;Save to Collection from the public view (requires login, deep-links back into the app)&lt;/li&gt;
&lt;li&gt;Temporary 24h links with expiry badge and automatic cleanup&lt;/li&gt;
&lt;li&gt;Smart app banner on the web view guiding visitors to open the project in the app&lt;/li&gt;
&lt;li&gt;Profile bottom sheet with avatar upload, alias editing and account menu&lt;/li&gt;
&lt;li&gt;6 hand-tuned neumorphic themes: Stone, Mono, Midnight, Snow, Sand and Blush &amp;#8211; one-file change to re-skin&lt;/li&gt;
&lt;li&gt;Account settings: change alias, change password, change email (Firebase Auth SDK)&lt;/li&gt;
&lt;li&gt;Recently Deleted / Recently Removed trash with 48h countdown, recover and permanent delete&lt;/li&gt;
&lt;li&gt;Full account deletion flow with identity verification step&lt;/li&gt;
&lt;li&gt;Toast notifications, empty states and subtle animations throughout&lt;/li&gt;
&lt;li&gt;Status bar and body background adapt to the active theme&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;item-description__technology&quot;&gt;Technology&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;React 18 &amp;#8211; UI framework&lt;/li&gt;
&lt;li&gt;Vite 5 &amp;#8211; build tooling&lt;/li&gt;
&lt;li&gt;Tailwind CSS 3 &amp;#8211; styling, custom neumorphic design system&lt;/li&gt;
&lt;li&gt;Capacitor 6 &amp;#8211; native iOS shell and Camera plugin&lt;/li&gt;
&lt;li&gt;Firebase Auth SDK &amp;#8211; email and password authentication (every request authenticated with the user&amp;#8217;s ID token)&lt;/li&gt;
&lt;li&gt;Cloud Firestore SDK &amp;#8211; projects, visited collections and profiles, protected by strict owner-scoped security rules (firestore.rules included)&lt;/li&gt;
&lt;li&gt;Firebase Hosting &amp;#8211; public share links and Apple App Site Association&lt;/li&gt;
&lt;li&gt;html2canvas + jsPDF &amp;#8211; PDF export&lt;/li&gt;
&lt;li&gt;qrcode.react &amp;#8211; QR code generation&lt;/li&gt;
&lt;li&gt;lucide-react &amp;#8211; icon set&lt;/li&gt;
&lt;li&gt;Minimum iOS deployment target: 17.0&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;item-description__what-the-buyer-gets&quot;&gt;What the Buyer Gets&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Full source code of the web app (React / Vite / Tailwind)&lt;/li&gt;
&lt;li&gt;Ready-to-build Capacitor iOS project (Xcode workspace with CocoaPods)&lt;/li&gt;
&lt;li&gt;App icon and splash assets&lt;/li&gt;
&lt;li&gt;documentation.html &amp;#8211; step-by-step setup guide with screenshots: install, Firebase configuration, run in simulator, change bundle ID and app name, re-skin the theme, customize, submit to the App Store&lt;/li&gt;
&lt;li&gt;Screenshots folder and preview archive&lt;/li&gt;
&lt;/ul&gt;
 
&lt;h3 id=&quot;item-description__development-disclosure&quot;&gt;Development Disclosure&lt;/h3&gt;
&lt;p&gt;Portions of this template&amp;#8217;s source code were developed with AI-assisted tools. All code has been reviewed, tested and documented by the author.&lt;/p&gt;
&lt;h3 id=&quot;item-description__a-note-before-you-buy&quot;&gt;A Note Before You Buy&lt;/h3&gt;
&lt;p&gt;This is a source code template, not a compiled app. You will need Xcode, Node.js and basic command line knowledge to build and customize it. Please read the documentation before purchasing and ask any questions via the item comments.&lt;/p&gt;</content>
			<author>
			  <name>mefjudevllc</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/65116349</id>
			<published>2026-09-22 08:35:26</published>
			<updated>2026-09-22 08:35:26</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/findme-expo-food-delivery-app-template/65116349"/>
			<title>FindMe – Expo Food Delivery App Template (Native Web) </title>
			<content type="html">&lt;h2 id=&quot;item-description__best-offer-for-limited-time&quot;&gt;&lt;strong&gt;Best Offer For Limited Time&lt;/strong&gt;&lt;/h2&gt;
 
&lt;a href=&quot;https://codecanyon.net/item/mega-reactnative-kit-5-apps-in-1-template-figma-get-every-month-1-app-life-time-update/56809141&quot;&gt;&lt;img src=&quot;http://143.244.133.153/mega/react/5in1OfferPoster.png&quot; alt=&quot;FindMe &amp;#8211; Expo Food Delivery App Template - 1&quot; /&gt;&lt;/a&gt;
&lt;h3 id=&quot;item-description__findme-food-ordering-app-ui-kit-for-react-native-amp-expo&quot;&gt;FindMe — Food Ordering App UI Kit for React Native &amp;#38; Expo&lt;/h3&gt;
&lt;p&gt;FindMe is a clean, modern React Native (Expo) UI kit built for food ordering and delivery apps. It includes professionally designed, fully navigable screens covering onboarding, authentication, restaurant browsing, ordering, rewards, and account management — a solid, well-organized starting point for developers who want to save time on UI work and focus on their own backend and business logic.&lt;/p&gt;
&lt;h4 id=&quot;item-description__-please-read-before-purchasing-scope-of-this-item&quot;&gt;⚠ Please read before purchasing — Scope of this item&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;FindMe is a front-end UI Kit only.&lt;/strong&gt; It does &lt;strong&gt;not&lt;/strong&gt; include a backend, database, payment gateway, or live order-tracking server. All screens use static/sample data, and all restaurant names, logos, and photos are generic placeholder content created for demo purposes — not real brands. You (or your developer) will need to connect your own backend and payment provider, and add your own branding, to make the app fully functional and ready to publish. Please keep this in mind before purchasing — it will save you support tickets and help you decide if this item fits your project.&lt;/p&gt;
&lt;h4 id=&quot;item-description__key-features&quot;&gt;Key Features&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Built with React Native 0.81 + Expo 54 + Expo Router&lt;/li&gt;
&lt;li&gt;Onboarding / intro screens&lt;/li&gt;
&lt;li&gt;Login, Signup, Phone Number &amp;#38; OTP verification, Forgot/Set Password&lt;/li&gt;
&lt;li&gt;Profile setup (Name, Gender) screens&lt;/li&gt;
&lt;li&gt;Home feed with featured restaurants &amp;#38; offers&lt;/li&gt;
&lt;li&gt;Restaurant detail, filter &amp;#38; search screens&lt;/li&gt;
&lt;li&gt;Order list, order detail, and live order tracking screen&lt;/li&gt;
&lt;li&gt;Rewards / loyalty screen&lt;/li&gt;
&lt;li&gt;Account, settings &amp;#38; notifications screens&lt;/li&gt;
&lt;li&gt;Bottom tab &amp;#38; drawer navigation (React Navigation)&lt;/li&gt;
&lt;li&gt;Clean, well-organized screen-based folder structure&lt;/li&gt;
&lt;li&gt;Android &amp;#38; iOS project structure pre-configured via Expo&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;item-description__preview&quot;&gt;Preview&lt;/h4&gt;
&lt;img src=&quot;http://143.244.133.153/findme/Poster1-React.jpg&quot; alt=&quot;FindMe &amp;#8211; Expo Food Delivery App Template - 2&quot; /&gt;&lt;img src=&quot;http://143.244.133.153/findme/Poster2.jpg&quot; alt=&quot;FindMe &amp;#8211; Expo Food Delivery App Template - 3&quot; /&gt;
&lt;h4 id=&quot;item-description__test-it-now&quot;&gt;Test it now!!!&lt;/h4&gt;
&lt;a href=&quot;https://drive.google.com/file/d/1Lc1IcdkDGLX9PrDcN7E5flpkI93cEa6J/view&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://143.244.133.153/findme/barcode-react.png&quot; alt=&quot;FindMe &amp;#8211; Expo Food Delivery App Template - 4&quot; /&gt;&lt;/a&gt;
&lt;h4 id=&quot;item-description__screens-included&quot;&gt;Screens Included&lt;/h4&gt;
&lt;table&gt;
&amp;lt;tbody&amp;gt;
&lt;tr&gt;
&lt;th&gt;Screen&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Onboarding&lt;/td&gt;
&lt;td&gt;Intro / welcome slides&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Login / Signup&lt;/td&gt;
&lt;td&gt;Authentication, OTP verification, password screens&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Profile Setup&lt;/td&gt;
&lt;td&gt;Name &amp;#38; gender selection&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Home&lt;/td&gt;
&lt;td&gt;Featured restaurants &amp;#38; offers&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Restaurant / Filter&lt;/td&gt;
&lt;td&gt;Restaurant detail &amp;#38; menu filtering&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Search&lt;/td&gt;
&lt;td&gt;Search with recent &amp;#38; popular items&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Order List / Detail&lt;/td&gt;
&lt;td&gt;Past &amp;#38; active orders&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Order Tracking&lt;/td&gt;
&lt;td&gt;Live order status screen (UI only)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Rewards&lt;/td&gt;
&lt;td&gt;Loyalty points &amp;#38; offers&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Account&lt;/td&gt;
&lt;td&gt;Settings, notifications, drawer menu&lt;/td&gt;
&lt;/tr&gt;
&amp;lt;/tbody&amp;gt;
&lt;/table&gt;
&lt;h4 id=&quot;item-description__what-s-not-included&quot;&gt;What&amp;#8217;s NOT Included&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;No backend/server / database of any kind&lt;/li&gt;
&lt;li&gt;No payment gateway integration (Stripe, Razorpay, etc.)&lt;/li&gt;
&lt;li&gt;No real-time order tracking or delivery-partner logic&lt;/li&gt;
&lt;li&gt;No working social login (buttons are UI only — not functional authentication)&lt;/li&gt;
&lt;li&gt;No push notifications&lt;/li&gt;
&lt;li&gt;No real restaurant branding — all names/logos are generic placeholders&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;item-description__requirements&quot;&gt;Requirements&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Node.js 18+ and npm&lt;/li&gt;
&lt;li&gt;Expo CLI (via &lt;code&gt;npx expo&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Android Studio (for Android builds)&lt;/li&gt;
&lt;li&gt;Xcode + CocoaPods for iOS builds (macOS only)&lt;/li&gt;
&lt;li&gt;Basic familiarity with React Native/Expo to integrate your own backend&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;item-description__third-party-packages-used&quot;&gt;Third-Party Packages Used&lt;/h4&gt;
&lt;p&gt;All dependencies are open-source packages available on npm:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Expo &amp;#38; Expo Router&lt;/em&gt; — core app framework &amp;#38; navigation&lt;/li&gt;
&lt;li&gt;&lt;em&gt;React Navigation&lt;/em&gt; — stack, bottom tab &amp;#38; drawer navigation&lt;/li&gt;
&lt;li&gt;&lt;em&gt;React Native Paper / React Native Elements&lt;/em&gt; — UI components&lt;/li&gt;
&lt;li&gt;&lt;em&gt;React Native Reanimated / Gesture Handler&lt;/em&gt; — animations &amp;#38; gestures&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&quot;item-description__assets-amp-credits&quot;&gt;Assets &amp;#38; Credits&lt;/h4&gt;
&lt;p&gt;All restaurant, food, and logo images bundled with this kit are generic placeholder graphics provided only to preview the UI layout. Please replace them with your own original or properly licensed branding and photos before publishing or distributing your final app.&lt;/p&gt;
&lt;h4 id=&quot;item-description__customization&quot;&gt;Customization&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Colors &amp;#38; Typography:&lt;/strong&gt; edit &lt;code&gt;app/theme/color.js&lt;/code&gt; and &lt;code&gt;app/theme/style.js&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Static Data:&lt;/strong&gt; edit the demo values directly inside each screen file under &lt;code&gt;app/screens/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;App Icon &amp;#38; Splash:&lt;/strong&gt; replace &lt;code&gt;assets/image/Logo1.png&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Package / Bundle ID:&lt;/strong&gt; update in &lt;code&gt;app.json&lt;/code&gt; and the native Android/iOS project files before publishing&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Full setup and customization documentation is included with your download, covering installation, project structure, screen reference, and backend-integration guidance.&lt;/p&gt;
&lt;h4 id=&quot;item-description__why-choose-us&quot;&gt;Why Choose US?&lt;/h4&gt;
&lt;img src=&quot;https://user-images.githubusercontent.com/50314598/196881356-7f66b5e5-ee0c-4a07-a69e-93d55c5fd268.png&quot; alt=&quot;FindMe &amp;#8211; Expo Food Delivery App Template - 5&quot; /&gt;
&lt;h4 id=&quot;item-description__if-you-want-flutter-version&quot;&gt;If You Want Flutter Version&lt;/h4&gt;
&lt;a href=&quot;https://codecanyon.net/item/loyalty-app-flutter-figma-xd-free-life-time-update-findme/46962680&quot;&gt;&lt;img src=&quot;https://user-images.githubusercontent.com/50314598/225233545-2e716d80-ae7a-47da-8bd8-82fb64a384f4.png&quot; alt=&quot;FindMe &amp;#8211; Expo Food Delivery App Template - 6&quot; /&gt;&lt;/a&gt;
 &lt;strong&gt;Version 1.0 (22-09-2026)&lt;/strong&gt; 
&lt;pre&gt;- React Native Version 0.81
- React 19.2.3
- React Expo 54
&lt;/pre&gt;
&lt;h4 id=&quot;item-description__support&quot;&gt;Support&lt;/h4&gt;
&lt;p&gt;For questions, customization requests, or issues, please use this item&amp;#8217;s support tab/comments here on CodeCanyon. We aim to respond to all queries as quickly as possible.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Thank you for checking out FindMe!&lt;/em&gt;&lt;/p&gt;</content>
			<author>
			  <name>FlutterVision</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/65108241</id>
			<published>2026-09-22 07:56:43</published>
			<updated>2026-09-22 07:56:43</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/restro-owner-restaurant-dashboard-reports-and-management-app/65108241"/>
			<title>Restro Owner - Restaurant Dashboard, Reports and Management App (Mobile) </title>
			<content type="html">&lt;h3 id=&quot;item-description__manage-your-restaurant-business-anywhere-with-restro-owner&quot;&gt;Manage Your Restaurant Business Anywhere with Restro Owner!&lt;/h3&gt;

&lt;p&gt;
  The &lt;b&gt;Restro Owner App&lt;/b&gt; is a restaurant management, reporting, and
  analytics mobile application designed for restaurant owners and administrators
  using &lt;b&gt;RestroPRO SaaS&lt;/b&gt;.
&lt;/p&gt;

&lt;p&gt;
  Monitor restaurant performance, track sales and orders, access detailed
  business reports, review invoices, monitor inventory, view customer feedback,
  and stay informed about restaurant operations directly from your mobile device.
&lt;/p&gt;

&lt;p&gt;
  With real-time synchronization and push notifications, Restro Owner gives
  restaurant owners convenient access to important business information without
  needing to stay at the main restaurant terminal.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__important-note&quot;&gt;IMPORTANT NOTE:&lt;/h3&gt;

&lt;p&gt;
  This is an &lt;b&gt;ADD-ON&lt;/b&gt; mobile application. It is
  &lt;b&gt;NOT a standalone product&lt;/b&gt;. You MUST separately purchase, install, and
  deploy the main product:
  &lt;a href=&quot;https://codecanyon.net/item/restropro-saas-pos-software-for-restaurant-cafe-hotel-food-truck/52806377&quot;&gt;
    RestroPRO SaaS POS Software
  &lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
  Restro Owner requires a compatible &lt;b&gt;RestroPRO SaaS backend
  (v3.0.0 or compatible)&lt;/b&gt; for authentication, restaurant data,
  reporting, inventory, invoices, synchronization, notifications, and
  other core functionality.
&lt;/p&gt;

&lt;p&gt;
  The RestroPRO SaaS platform/backend source code, license, hosting,
  installation, and deployment are &lt;b&gt;NOT included&lt;/b&gt; with the purchase
  of Restro Owner.
&lt;/p&gt;

&lt;p&gt;
  The &amp;#8220;PRO&amp;#8221; in RestroPRO is part of the product&amp;#8217;s brand name and does not
  represent a paid upgrade tier over a free version.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__important-external-costs-amp-requirements&quot;&gt;Important: External Costs &amp;#38; Requirements&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;strong&gt;Third-Party Services:&lt;/strong&gt;
    The application may use third-party services such as Firebase,
    Expo/EAS, APNs, hosting providers, or other external services depending
    on your configuration. Some services may provide free usage tiers, but
    additional charges may apply if usage exceeds those limits or paid
    features are used. Any third-party service charges are the buyer&amp;#8217;s
    responsibility and are &lt;b&gt;NOT included&lt;/b&gt; in this purchase.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Server Hosting (Required):&lt;/strong&gt;
    Restro Owner depends on your separately deployed RestroPRO SaaS backend.
    Server hosting, domain, SSL, and other infrastructure costs are external
    and are &lt;b&gt;NOT included&lt;/b&gt; with this purchase.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Developer Account Fees (For Publishing):&lt;/strong&gt;
    Publishing the application under your own brand may require an Apple
    App Store and/or Google Play developer account. Developer account fees
    are charged directly by Apple or Google and are &lt;b&gt;NOT included&lt;/b&gt;
    in the purchase price.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Push Notification Configuration:&lt;/strong&gt;
    Push notifications require the buyer to configure the required
    Firebase/FCM and platform credentials. Notification delivery may depend
    on device permissions, operating-system settings, internet connectivity,
    and platform-specific restrictions.
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__restropro-suite-integration&quot;&gt;RestroPRO Suite Integration&lt;/h3&gt;

&lt;p&gt;
  Restro Owner is designed to work within the RestroPRO ecosystem and
  requires the RestroPRO SaaS backend.
&lt;/p&gt;

&lt;p&gt;
  Other RestroPRO applications such as &lt;b&gt;Restro Captain&lt;/b&gt;,
  &lt;b&gt;Restro Kitchen&lt;/b&gt;, and &lt;b&gt;Restro Waiter&lt;/b&gt; are separate products
  and are &lt;b&gt;NOT included&lt;/b&gt; with the purchase of Restro Owner.
&lt;/p&gt;

&lt;p&gt;
  Certain cross-application workflows may require the corresponding
  RestroPRO application or functionality to be installed and configured
  separately.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__your-restaurant-business-in-your-pocket&quot;&gt;Your Restaurant Business in Your Pocket&lt;/h3&gt;

&lt;p&gt;
  Restro Owner provides restaurant owners and administrators with a
  mobile-friendly interface for monitoring important restaurant operations
  and business performance.
&lt;/p&gt;

&lt;p&gt;
  From real-time sales and order information to restaurant reports,
  inventory, invoices, customer feedback, staff information, and restaurant
  configuration, owners can access important operational information directly
  from their mobile device.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__core-features&quot;&gt;Core Features:&lt;/h3&gt;

&lt;ul&gt;

  &lt;li&gt;
    &lt;strong&gt;Real-Time Restaurant Dashboard:&lt;/strong&gt;
    Monitor important restaurant performance information from a centralized
    mobile dashboard.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Sales &amp;#38; Order Overview:&lt;/strong&gt;
    Track today&amp;#8217;s sales, order activity, average order value, revenue, and
    other important business indicators.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Restaurant KPI Monitoring:&lt;/strong&gt;
    Quickly review important restaurant metrics and operational information
    from your mobile device.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Restaurant Reports &amp;#38; Analytics:&lt;/strong&gt;
    Access a comprehensive collection of restaurant business reports covering
    sales, payments, menu performance, customers, operations, inventory,
    accounting, reservations, and feedback.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Sales Reports:&lt;/strong&gt;
    Analyze restaurant sales using detailed reports and available date-based
    reporting options.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Payment Reports:&lt;/strong&gt;
    Review payment-related business information and payment performance.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Menu Performance Reports:&lt;/strong&gt;
    Analyze item performance and understand which menu items contribute to
    restaurant sales.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Customer Reports:&lt;/strong&gt;
    Review customer-related business information and available customer
    analytics.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Inventory Reports:&lt;/strong&gt;
    Monitor inventory activity and stock-related information using dedicated
    reporting tools.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Accounting Reports:&lt;/strong&gt;
    Access supported accounting and financial reports directly from the
    Owner application.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Report Export:&lt;/strong&gt;
    Export supported restaurant reports using the export formats available
    in the application.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Invoice Management:&lt;/strong&gt;
    Search and review restaurant invoices and access detailed invoice
    information from your mobile device.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Inventory Management:&lt;/strong&gt;
    Monitor restaurant inventory, stock quantities, low-stock information,
    and inventory movements.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Low-Stock Alerts:&lt;/strong&gt;
    Quickly identify products that require inventory attention.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Stock Movement Tracking:&lt;/strong&gt;
    Review inventory movement information and stock activity from the
    Owner application.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Customer Feedback:&lt;/strong&gt;
    Review restaurant customer feedback and stay informed about the
    customer experience.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Staff Overview:&lt;/strong&gt;
    Review restaurant staff accounts, roles, account status, and assigned
    permissions.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Menu Management:&lt;/strong&gt;
    Access supported restaurant menu management functionality, including
    menu items and related restaurant configuration.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Restaurant Configuration:&lt;/strong&gt;
    Access supported settings for categories, taxes, payment types, tables,
    and other restaurant configuration available through the Owner application.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Audit Logs:&lt;/strong&gt;
    Review supported restaurant activity and audit information for better
    operational visibility.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Real-Time Synchronization:&lt;/strong&gt;
    Receive supported restaurant updates through real-time Socket.IO
    communication with the configured RestroPRO SaaS backend.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Push Notifications:&lt;/strong&gt;
    Receive supported Firebase/FCM notifications for important restaurant
    events and operational updates.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Light &amp;#38; Dark Mode:&lt;/strong&gt;
    Choose between System, Light, and Dark appearance modes for comfortable
    use in different environments.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Phone &amp;#38; Tablet Support:&lt;/strong&gt;
    Use Restro Owner across supported Android and iOS mobile devices and
    tablets.
  &lt;/li&gt;

&lt;/ul&gt;

&lt;h3 id=&quot;item-description__important-feature-clarifications&quot;&gt;Important Feature Clarifications&lt;/h3&gt;

&lt;ul&gt;

  &lt;li&gt;
    &lt;strong&gt;Backend Dependency:&lt;/strong&gt;
    Restro Owner requires an active and compatible RestroPRO SaaS backend.
    It cannot operate as a standalone restaurant management system.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Staff Accounts:&lt;/strong&gt;
    Staff account administration and permissions are controlled through
    RestroPRO SaaS. The Owner application provides access only to the
    staff functionality supported by the mobile application.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Real-Time Features:&lt;/strong&gt;
    Real-time functionality depends on the RestroPRO backend, Socket.IO
    configuration, server availability, and the device&amp;#8217;s network connection.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Push Notifications:&lt;/strong&gt;
    Push notification functionality depends on correct Firebase/FCM or APNs
    configuration, device permissions, operating-system settings, and
    network availability.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Printing:&lt;/strong&gt;
    Printing requires a separately purchased and configured compatible
    printer. Printer hardware, installation, LAN/network setup, drivers,
    and other printer configuration are the buyer&amp;#8217;s responsibility.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Companion Applications:&lt;/strong&gt;
    Restro Captain, Restro Kitchen, Restro Waiter, and other RestroPRO
    companion applications are separate products and are not included
    with Restro Owner.
  &lt;/li&gt;

&lt;/ul&gt;

&lt;h3 id=&quot;item-description__technology-stack&quot;&gt;Technology Stack:&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;strong&gt;Framework:&lt;/strong&gt;
    React Native / Expo (Cross-Platform iOS &amp;#38; Android)
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Real-Time Communication:&lt;/strong&gt;
    Socket.IO
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Routing:&lt;/strong&gt;
    Expo Router
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Local Storage:&lt;/strong&gt;
    Expo SQLite / Secure Store
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Push Notifications:&lt;/strong&gt;
    Firebase / FCM / APNs
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Backend:&lt;/strong&gt;
    RestroPRO SaaS API
  &lt;/li&gt;
&lt;/ul&gt;

 

&lt;h2 id=&quot;item-description__try-the-restro-owner-demo&quot;&gt;Try the Restro Owner Demo&lt;/h2&gt;

&lt;p&gt;
  &lt;strong&gt;Test the Demo App Before You Buy!&lt;/strong&gt;&lt;br /&gt;
  Download our demo APK and experience the Restro Owner dashboard,
  reports, analytics, and restaurant management workflow before purchasing.
&lt;/p&gt;

&lt;p&gt;
  &lt;strong&gt;
    &lt;a href=&quot;https://drive.google.com/file/d/12AJoamZrf3jizALaDdLjeDegf_FWEc_0/view&quot; rel=&quot;nofollow&quot;&gt;
      Download Demo APK Here
    &lt;/a&gt;
  &lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Demo Credentials:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Email:&lt;/strong&gt; &lt;a href=&quot;mailto:demo@gmail.com&quot;&gt;demo@gmail.com&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Password:&lt;/strong&gt; demo&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h2 id=&quot;item-description__need-help&quot;&gt;Need Help?&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;We offer Additional Services:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;

  &lt;li&gt;
    &lt;strong&gt;App Reskinning &amp;#38; Branding:&lt;/strong&gt;
    We can customize the app logo, splash screen, theme colors, package name,
    and other visual elements to match your restaurant brand.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;App Store &amp;#38; Play Store Deployment:&lt;/strong&gt;
    We can assist with publishing the application through your own Apple
    App Store and Google Play developer accounts.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Custom Feature Development:&lt;/strong&gt;
    Need a specific restaurant management, reporting, inventory, or analytics
    feature? Contact us for a custom development quote.
  &lt;/li&gt;

  &lt;li&gt;
    &lt;strong&gt;Installation &amp;#38; Setup:&lt;/strong&gt;
    We can assist with configuring the application environment and connecting
    Restro Owner to your existing compatible RestroPRO SaaS installation.
  &lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;
  Contact us at
  &lt;a href=&quot;mailto:hi@uiflow.in&quot;&gt;hi@uiflow.in&lt;/a&gt;
&lt;/p&gt;

	&lt;p&gt;&lt;a href=&quot;https://uiflow.in&quot; rel=&quot;nofollow&quot;&gt;
  &lt;img src=&quot;https://uiflow.in/uiflow-contact.webp&quot; alt=&quot;UIFLOW Contact&quot; /&gt;
&lt;/a&gt;&lt;/p&gt;</content>
			<author>
			  <name>UIFLOW</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/59641856</id>
			<published>2026-09-22 03:33:36</published>
			<updated>2026-09-22 03:33:36</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/kavach-security-bundle-for-perfex-crm/59641856"/>
			<title>Kavach – Security Bundle for Perfex CRM (Add-ons) </title>
			<content type="html">&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Kavach is a security bundle add-on for &lt;a href=&quot;https://codecanyon.net/item/perfex-powerful-open-source-crm/14013737&quot;&gt;Perfex CRM&lt;/a&gt;. It is &lt;u&gt;not a standalone script&lt;/u&gt; and requires Perfex CRM to function. &lt;br /&gt;&lt;br /&gt;&lt;/p&gt;


&lt;h3 id=&quot;item-description__overview&quot;&gt;Overview&lt;/h3&gt;
 

&lt;p&gt;
    &lt;b&gt;Kavach &amp;#8211; Security Bundle for Perfex CRM&lt;/b&gt; is a comprehensive collection of security and access-control tools designed to help administrators protect their Perfex CRM installation, control account access, monitor user activity, and manage authentication-related security policies from a single solution.
&lt;/p&gt;

&lt;p&gt;
    Kavach brings together &lt;b&gt;login protection, session management, account restrictions, geo-based access control, password security, login history, and detailed activity logging&lt;/b&gt; into one lightweight and easy-to-manage security bundle.
&lt;/p&gt;

&lt;p&gt;
    Whether you need to prevent repeated failed login attempts, restrict access by location or device, enforce password policies, control when users can log in, or investigate account activity, Kavach gives you the tools to manage these security requirements directly from your Perfex CRM admin area.
&lt;/p&gt;

	&lt;p&gt;&lt;br /&gt;&lt;/p&gt;


&lt;h3 id=&quot;item-description__demo&quot;&gt;Demo&lt;/h3&gt;
 

	&lt;p&gt;&lt;em&gt;&lt;b&gt;Note:&lt;/b&gt; For security reasons, IP addresses are not displayed or saved in the demo version.&lt;/em&gt;&lt;/p&gt;


&lt;p&gt;
    &lt;strong&gt;Admin Login:&lt;/strong&gt;
    &lt;a href=&quot;https://perfex.codeonstring.com/eu/admin&quot; rel=&quot;nofollow&quot;&gt;https://perfex.codeonstring.com/eu/admin&lt;/a&gt;&lt;br /&gt;
    Email: &lt;a href=&quot;mailto:admin@example.com&quot;&gt;admin@example.com&lt;/a&gt;&lt;br /&gt;
    Password: 123456789
&lt;/p&gt;

&lt;p&gt;
    &lt;strong&gt;Staff Login:&lt;/strong&gt;
    &lt;a href=&quot;https://perfex.codeonstring.com/eu/admin&quot; rel=&quot;nofollow&quot;&gt;https://perfex.codeonstring.com/eu/admin&lt;/a&gt;&lt;br /&gt;
    Email: &lt;a href=&quot;mailto:staff@example.com&quot;&gt;staff@example.com&lt;/a&gt;&lt;br /&gt;
    Password: 123456789
&lt;/p&gt;

&lt;p&gt;
    &lt;strong&gt;Customer Login:&lt;/strong&gt;
    &lt;a href=&quot;https://perfex.codeonstring.com/eu/login&quot; rel=&quot;nofollow&quot;&gt;https://perfex.codeonstring.com/eu/login&lt;/a&gt;&lt;br /&gt;
    Email: &lt;a href=&quot;mailto:customerone@example.com&quot;&gt;customerone@example.com&lt;/a&gt;&lt;br /&gt;
    Password: 123456789
&lt;/p&gt;

&lt;p&gt;
    &lt;em&gt;&lt;b&gt;GeoIP Note:&lt;/b&gt; Country detection is generally reliable, however, state, city, and postal code data may sometimes vary due to ISP routing and location-detection limitations. For more reliable restrictions, consider adding multiple cities or postal codes where appropriate.&lt;/em&gt;
&lt;/p&gt;

	&lt;p&gt;&lt;br /&gt;&lt;/p&gt;


&lt;h3 id=&quot;item-description__features&quot;&gt;Features&lt;/h3&gt;
 

&lt;h4 id=&quot;item-description__login-attempt-protection&quot;&gt;Login Attempt Protection&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;Limit the number of failed login attempts with a configurable threshold.&lt;/li&gt;
    &lt;li&gt;Progressive lockout with configurable base lock time and multiplier.&lt;/li&gt;
    &lt;li&gt;Set a maximum lockout level for repeated failed attempts.&lt;/li&gt;
    &lt;li&gt;Require administrator intervention to unblock accounts when maximum lockout is reached.&lt;/li&gt;
    &lt;li&gt;Automatically reset failed login attempts after 24 hours.&lt;/li&gt;
    &lt;li&gt;Receive in-app notifications when accounts are locked due to failed login attempts.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__login-session-management&quot;&gt;Login Session Management&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;View currently active user sessions from the admin panel.&lt;/li&gt;
    &lt;li&gt;View user, IP address, device, browser, and login time information.&lt;/li&gt;
    &lt;li&gt;Force logout active sessions remotely.&lt;/li&gt;
    &lt;li&gt;Apply temporary login bans when required.&lt;/li&gt;
    &lt;li&gt;Optional single-login enforcement to allow only one active session per user.&lt;/li&gt;
    &lt;li&gt;Automatically expire stale sessions after inactivity.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__login-history-amp-monitoring&quot;&gt;Login History &amp;#38; Monitoring&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;Track login and logout activity across your Perfex CRM installation.&lt;/li&gt;
    &lt;li&gt;Record session duration, IP address, device, and browser information.&lt;/li&gt;
    &lt;li&gt;Filter login records by date range, user, IP, device, and browser.&lt;/li&gt;
    &lt;li&gt;Quickly review login activity for security investigations and auditing.&lt;/li&gt;
    &lt;li&gt;Clear old login records when required.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__account-access-controls&quot;&gt;Account Access Controls&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;Define allowed login hours for users.&lt;/li&gt;
    &lt;li&gt;Allow or block access on specific days of the week.&lt;/li&gt;
    &lt;li&gt;Restrict access based on device type or operating system.&lt;/li&gt;
    &lt;li&gt;Apply restrictions globally, individually, or in bulk.&lt;/li&gt;
    &lt;li&gt;Manage access policies for both staff and customers.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__geoip-amp-access-restriction&quot;&gt;GeoIP &amp;#38; Access Restriction&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;Restrict access by IP address.&lt;/li&gt;
    &lt;li&gt;Restrict access by country, state, city, or postal code.&lt;/li&gt;
    &lt;li&gt;Restrict access based on user email.&lt;/li&gt;
    &lt;li&gt;Switch between &lt;b&gt;Blacklist&lt;/b&gt; and &lt;b&gt;Whitelist&lt;/b&gt; modes.&lt;/li&gt;
    &lt;li&gt;Manage multiple restriction entries directly from the admin panel.&lt;/li&gt;
    &lt;li&gt;Use the built-in country list for easier configuration.&lt;/li&gt;
    &lt;li&gt;Includes VPN detection for additional access-control checks.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__password-security-amp-rotation&quot;&gt;Password Security &amp;#38; Rotation&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;Enforce password rotation with a configurable expiry period.&lt;/li&gt;
    &lt;li&gt;Set stronger password requirements to prevent weak credentials.&lt;/li&gt;
    &lt;li&gt;Send in-app reminders before passwords expire.&lt;/li&gt;
    &lt;li&gt;Automatically restrict accounts when passwords expire until they are reset.&lt;/li&gt;
    &lt;li&gt;Configure password policies independently for staff and customers.&lt;/li&gt;
    &lt;li&gt;Receive in-app notifications when accounts are affected by password expiry or reset policies.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__extended-activity-log&quot;&gt;Extended Activity Log&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;Track important user actions performed across Perfex CRM.&lt;/li&gt;
    &lt;li&gt;Record the module, reference ID, action, IP address, device, and browser.&lt;/li&gt;
    &lt;li&gt;Filter activity by user, date range, or module.&lt;/li&gt;
    &lt;li&gt;Review detailed activity records for auditing and investigations.&lt;/li&gt;
    &lt;li&gt;Quickly clear old activity records when required.&lt;/li&gt;
&lt;/ul&gt;

	&lt;p&gt;&lt;br /&gt;&lt;/p&gt;


&lt;h3 id=&quot;item-description__why-kavach&quot;&gt;Why Kavach?&lt;/h3&gt;
 

&lt;ul&gt;
    &lt;li&gt;&lt;b&gt;Comprehensive Security&lt;/b&gt; &amp;#8211; Multiple security and access-control features combined into one solution.&lt;/li&gt;
    &lt;li&gt;&lt;b&gt;Centralized Management&lt;/b&gt; &amp;#8211; Configure and manage security controls directly from your Perfex CRM admin area.&lt;/li&gt;
    &lt;li&gt;&lt;b&gt;Staff &amp;#38; Customer Support&lt;/b&gt; &amp;#8211; Apply relevant security policies to both staff and customer accounts.&lt;/li&gt;
    &lt;li&gt;&lt;b&gt;Detailed Visibility&lt;/b&gt; &amp;#8211; Monitor login activity, active sessions, and important user actions.&lt;/li&gt;
    &lt;li&gt;&lt;b&gt;Flexible Access Control&lt;/b&gt; &amp;#8211; Control access based on time, day, device, location, IP, email, and other supported criteria.&lt;/li&gt;
    &lt;li&gt;&lt;b&gt;Lightweight &amp;#38; Modular&lt;/b&gt; &amp;#8211; Designed to integrate into Perfex CRM without modifying its core files.&lt;/li&gt;
&lt;/ul&gt;

	&lt;p&gt;&lt;br /&gt;&lt;/p&gt;


&lt;h3 id=&quot;item-description__what-s-included&quot;&gt;What&amp;#8217;s Included&lt;/h3&gt;
 

&lt;p&gt;
    Kavach combines &lt;b&gt;4 security products&lt;/b&gt; into one comprehensive bundle, covering a total of &lt;b&gt;7 security modules&lt;/b&gt;.
&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;
        &lt;b&gt;Login Security Bundle&lt;/b&gt; &amp;#8211; Includes 3 security modules:
        &lt;ul&gt;
            &lt;li&gt;Login Attempt Module&lt;/li&gt;
            &lt;li&gt;Login Session Module&lt;/li&gt;
            &lt;li&gt;Login Log Module&lt;/li&gt;
        &lt;/ul&gt;
        &lt;p&gt;Link : &lt;a href=&quot;https://codecanyon.net/item/login-security-bundle-for-perfex-crm/59654508&quot;&gt;https://codecanyon.net/item/login-security-bundle-for-perfex-crm/59654508&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;

    &lt;br /&gt;

    &lt;li&gt;
        &lt;b&gt;Account Security Bundle&lt;/b&gt; &amp;#8211; Includes 2 security modules:
        &lt;ul&gt;
            &lt;li&gt;Account Controls Module&lt;/li&gt;
            &lt;li&gt;Extended Activity Log Module&lt;/li&gt;
        &lt;/ul&gt;
        &lt;p&gt;Link : &lt;a href=&quot;https://codecanyon.net/item/account-security-bundle-for-perfex-crm/59681494&quot;&gt;https://codecanyon.net/item/account-security-bundle-for-perfex-crm/59681494&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;

    &lt;br /&gt;

    &lt;li&gt;
        &lt;b&gt;GeoIP &amp;#38; Access Restriction&lt;/b&gt; &amp;#8211; Standalone security module for controlling access by IP, country, state, city, postal code, and email.
        &lt;br /&gt;
        &lt;p&gt;Link : &lt;a href=&quot;https://codecanyon.net/item/geoip-access-restriction-module-for-perfex-crm-restrict-by-ip-country-or-email/59652085&quot;&gt;https://codecanyon.net/item/geoip-access-restriction-module-for-perfex-crm-restrict-by-ip-country-or-email/59652085&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;

    &lt;br /&gt;

    &lt;li&gt;
        &lt;b&gt;Password Rotation &amp;#38; Expiry&lt;/b&gt; &amp;#8211; Standalone security module for password rotation, expiry, password validation, and expiry notifications.
        &lt;br /&gt;
        &lt;p&gt;Link : &lt;a href=&quot;https://codecanyon.net/item/password-rotation-expiry-security-module-for-perfex-crm/59642653&quot;&gt;https://codecanyon.net/item/password-rotation-expiry-security-module-for-perfex-crm/59642653&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;

&lt;/ul&gt;

&lt;p&gt;
    &lt;b&gt;4 Products  •  7 Security Modules  •  1 Complete Bundle&lt;/b&gt;
&lt;/p&gt;

&lt;p&gt;
    &lt;b&gt;Note:&lt;/b&gt; Kavach includes the latest versions of all products listed above.
&lt;/p&gt;

	&lt;p&gt;&lt;br /&gt;&lt;/p&gt;


&lt;h3 id=&quot;item-description__requirements&quot;&gt;Requirements&lt;/h3&gt;
 

&lt;ul&gt;
    &lt;li&gt;Perfex CRM version 3.1.0 or higher&lt;/li&gt;
&lt;/ul&gt;

	&lt;p&gt;&lt;br /&gt;&lt;/p&gt;


&lt;h3 id=&quot;item-description__easy-installation&quot;&gt;Easy Installation&lt;/h3&gt;
 

&lt;p&gt;
    Kavach is designed for a simple installation and configuration process. No coding knowledge is required, and all available security settings can be managed directly from the Perfex CRM admin panel.
&lt;/p&gt;

&lt;p&gt;
    &lt;b&gt;No Perfex CRM core files are modified.&lt;/b&gt; Kavach is designed as a modular add-on to help keep your installation update-safe.
&lt;/p&gt;

	&lt;p&gt;&lt;br /&gt;&lt;/p&gt;


&lt;h3 id=&quot;item-description__documentation&quot;&gt;Documentation&lt;/h3&gt;
 

&lt;p&gt;
    For detailed installation, configuration, and usage instructions, please refer to the online documentation:
    &lt;a href=&quot;https://perfex.codeonstring.com/eu/kavach-documentation&quot; rel=&quot;nofollow&quot;&gt;https://perfex.codeonstring.com/eu/kavach-documentation&lt;/a&gt;
&lt;/p&gt;

	&lt;p&gt;&lt;br /&gt;&lt;/p&gt;


&lt;h3 id=&quot;item-description__support&quot;&gt;Support&lt;/h3&gt;
 

&lt;p&gt;
    Comprehensive documentation is included with Kavach. If you need further assistance, feel free to contact us at
    &lt;a href=&quot;mailto:codeonstring@gmail.com&quot;&gt;codeonstring@gmail.com&lt;/a&gt;.
&lt;/p&gt;

	&lt;p&gt;&lt;br /&gt;&lt;/p&gt;


&lt;h3 id=&quot;item-description__change-log&quot;&gt;Change Log&lt;/h3&gt;
 

&lt;pre&gt;
Version 1.0.0
    - Initial Release
&lt;/pre&gt;</content>
			<author>
			  <name>codeonstring</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/65163691</id>
			<published>2026-09-21 00:38:30</published>
			<updated>2026-09-21 00:38:30</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/karenderia-smart-table-ordering-system/65163691"/>
			<title>Karenderia Smart Table Ordering System (Add-ons) </title>
			<content type="html">&lt;h2 id=&quot;item-description__karenderia-smart-table-ordering-system&quot;&gt;Karenderia Smart Table Ordering System&lt;/h2&gt;

&lt;p&gt;
  &lt;strong&gt;QR Code Ordering • Self-Service Ordering • Shared Table
    Ordering&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
  &lt;strong&gt;IMPORTANT NOTICE FOR BUYERS&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
  &lt;strong&gt;Karenderia Smart Table Ordering System is an addon for
    &lt;a href=&quot;https://codecanyon.net/item/karenderia-multiple-restaurant-system/9118694&quot;&gt;Karenderia Multiple Restaurant System&lt;/a&gt;
    (KMRS).&lt;/strong&gt;
  It adds QR Code Table Ordering and Shared Table Ordering functionality to the
  existing KMRS restaurant ordering platform.
&lt;/p&gt;

&lt;p&gt;
  &lt;strong&gt;This addon requires
    &lt;a href=&quot;https://codecanyon.net/item/karenderia-multiple-restaurant-system/9118694&quot;&gt;Karenderia Multiple Restaurant System&lt;/a&gt;
    (KMRS) to work. It is not a standalone restaurant ordering system.&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
  If you do not already own Karenderia Multiple Restaurant System, please
  purchase KMRS first before purchasing this addon.
&lt;/p&gt;

 
 

&lt;p&gt;
  Karenderia Smart Table Ordering System is a modern
  &lt;strong&gt;QR code ordering solution for restaurants&lt;/strong&gt; that goes beyond
  traditional QR menu systems.
&lt;/p&gt;

&lt;p&gt;
  Customers simply scan the QR code at their table using their smartphone,
  browse the menu, place orders, track their orders, request the bill, and
  complete payment — without needing to install a customer app.
&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__one-table-multiple-customers-one-shared-order&quot;&gt;One Table. Multiple Customers. One Shared Order.&lt;/h3&gt;

&lt;p&gt;
  What makes this system different is its
  &lt;strong&gt;Shared Table Ordering&lt;/strong&gt; feature.
&lt;/p&gt;

&lt;p&gt;
  Multiple customers sitting at the same table can use their
  &lt;strong&gt;own smartphones&lt;/strong&gt; to join the same table session and place
  orders independently. Instead of creating separate orders for each customer,
  all items are combined into &lt;strong&gt;one shared table order&lt;/strong&gt;.
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Customer 1 orders a Burger and Fries&lt;/li&gt;
  &lt;li&gt;Customer 2 orders Pizza and a Coke&lt;/li&gt;
  &lt;li&gt;Customer 3 orders Chicken Wings and Coffee&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
  &lt;strong&gt;Restaurant receives one shared table order for the table.&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
  This makes ordering easier for customers while keeping restaurant order
  management simple.
&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__qr-code-table-ordering&quot;&gt;QR Code Table Ordering&lt;/h3&gt;

&lt;p&gt;Each restaurant table can have its own unique QR code.&lt;/p&gt;

&lt;p&gt;Customers simply:&lt;/p&gt;

&lt;p&gt;
  &lt;strong&gt;Scan QR Code → Access Menu → Order → Track Order&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;No customer app installation is required.&lt;/p&gt;

&lt;p&gt;
  The QR code connects the customer to the correct table and starts or joins the
  table ordering session.
&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__self-service-ordering&quot;&gt;Self-Service Ordering&lt;/h3&gt;

&lt;p&gt;
  Customers can browse the restaurant menu directly from their mobile device.
&lt;/p&gt;

&lt;p&gt;They can:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Browse categories and menu items&lt;/li&gt;
  &lt;li&gt;View item details and options&lt;/li&gt;
  &lt;li&gt;Add items to their cart&lt;/li&gt;
  &lt;li&gt;Submit orders&lt;/li&gt;
  &lt;li&gt;Track order status&lt;/li&gt;
  &lt;li&gt;Continue ordering during the active table session&lt;/li&gt;
  &lt;li&gt;Request the bill when finished&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
  This provides a convenient self-service ordering experience while reducing the
  need for customers to wait for staff to take orders.
&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__shared-table-ordering&quot;&gt;Shared Table Ordering&lt;/h3&gt;

&lt;p&gt;
  &lt;strong&gt;Multiple customers. One table. One shared order.&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
  Customers sitting at the same table can join the existing table session and
  place their own orders using their individual smartphones.
&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Multiple customers per table&lt;/li&gt;
  &lt;li&gt;Shared table sessions&lt;/li&gt;
  &lt;li&gt;Host and Guest customers&lt;/li&gt;
  &lt;li&gt;Individual ordering from each customer&amp;#8217;s phone&lt;/li&gt;
  &lt;li&gt;All items combined into one table order&lt;/li&gt;
  &lt;li&gt;Shared order visibility&lt;/li&gt;
  &lt;li&gt;Guest invitations&lt;/li&gt;
  &lt;li&gt;One centralized order for the restaurant&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
  There is no need for customers to pass around one phone or create multiple
  separate table orders.
&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__host-amp-guest-ordering&quot;&gt;Host &amp;#38; Guest Ordering&lt;/h3&gt;

&lt;p&gt;
  The first customer who starts the table session becomes the
  &lt;strong&gt;Host&lt;/strong&gt;.
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Host can:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Browse the menu&lt;/li&gt;
  &lt;li&gt;Place orders&lt;/li&gt;
  &lt;li&gt;Continue ordering&lt;/li&gt;
  &lt;li&gt;Invite other customers&lt;/li&gt;
  &lt;li&gt;View the shared table order&lt;/li&gt;
  &lt;li&gt;Request the bill&lt;/li&gt;
  &lt;li&gt;Proceed with online payment when available&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Other customers can join the table as &lt;strong&gt;Guests&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Guests can:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Join the existing table session&lt;/li&gt;
  &lt;li&gt;Browse the menu&lt;/li&gt;
  &lt;li&gt;Place their own items&lt;/li&gt;
  &lt;li&gt;View the shared table order&lt;/li&gt;
  &lt;li&gt;Continue ordering while the session is active&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All Host and Guest orders are combined into the same table order.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__customer-assistance-requests&quot;&gt;Customer Assistance Requests&lt;/h3&gt;

&lt;p&gt;Customers can send assistance requests directly from their table.&lt;/p&gt;

&lt;p&gt;Restaurants can configure available request types such as:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Call Waiter&lt;/li&gt;
  &lt;li&gt;Table Clean&lt;/li&gt;
  &lt;li&gt;Extra Plate&lt;/li&gt;
  &lt;li&gt;Extra Bowl&lt;/li&gt;
  &lt;li&gt;Water Refill&lt;/li&gt;
  &lt;li&gt;Ice&lt;/li&gt;
  &lt;li&gt;Chopsticks&lt;/li&gt;
  &lt;li&gt;Kids Cutlery&lt;/li&gt;
  &lt;li&gt;Phone Charger&lt;/li&gt;
  &lt;li&gt;Special Request&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
  This allows customers to request assistance without needing to leave the
  table.
&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__request-bill&quot;&gt;Request Bill&lt;/h3&gt;

&lt;p&gt;
  When customers are finished ordering, the &lt;strong&gt;Host&lt;/strong&gt; can request
  the bill.
&lt;/p&gt;

&lt;p&gt;
  The restaurant receives the bill request and can prepare the customer&amp;#8217;s bill.
&lt;/p&gt;

&lt;p&gt;
  Once the bill process has started, the table ordering session can prevent
  additional orders from being submitted until the bill request is cancelled or
  completed.
&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__flexible-payment-workflow&quot;&gt;Flexible Payment Workflow&lt;/h3&gt;

&lt;p&gt;Payment options depend on the restaurant&amp;#8217;s configured payment methods.&lt;/p&gt;

&lt;h4 id=&quot;item-description__online-payment&quot;&gt;Online Payment&lt;/h4&gt;

&lt;p&gt;
  Customer requests the bill → Bill is prepared → Host proceeds to
  payment → Payment successful → Order is marked as
  &lt;strong&gt;Paid&lt;/strong&gt; → Restaurant finalizes the order.
&lt;/p&gt;

&lt;p&gt;
  After successful payment, customers can no longer add new items to the order.
&lt;/p&gt;

&lt;h4 id=&quot;item-description__cash-restaurant-managed-payment&quot;&gt;Cash / Restaurant-Managed Payment&lt;/h4&gt;

&lt;p&gt;
  Customer requests the bill → Restaurant receives the request → Staff
  prepares the bill → Customer pays directly at the restaurant → Staff
  finalizes the order.
&lt;/p&gt;

&lt;p&gt;
  This allows restaurants to support both online and traditional payment
  workflows.
&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__complete-table-ordering-workflow&quot;&gt;Complete Table Ordering Workflow&lt;/h3&gt;

&lt;p&gt;
  &lt;strong&gt;
    Scan QR Code → Start / Join Table Session → Browse Menu →
    Place Order → Kitchen Preparation → Track Order → Continue
    Ordering → Request Bill → Payment → Paid → Finalize
    Order → Session Closed
  &lt;/strong&gt;
&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__merchant-table-management&quot;&gt;Merchant Table Management&lt;/h3&gt;

&lt;p&gt;
  Restaurant owners and staff can manage their tables directly from the merchant
  panel.
&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Create tables&lt;/li&gt;
  &lt;li&gt;Edit table information&lt;/li&gt;
  &lt;li&gt;Activate / deactivate tables&lt;/li&gt;
  &lt;li&gt;Generate QR codes&lt;/li&gt;
  &lt;li&gt;Regenerate QR codes&lt;/li&gt;
  &lt;li&gt;View table status&lt;/li&gt;
  &lt;li&gt;Manage active table sessions&lt;/li&gt;
  &lt;li&gt;View customer activity&lt;/li&gt;
  &lt;li&gt;Manage table assistance requests&lt;/li&gt;
  &lt;li&gt;Manage table orders&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
  Each table has its own unique QR code, making it easy to identify which table
  the customer is ordering from.
&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__mobile-friendly-customer-experience&quot;&gt;Mobile-Friendly Customer Experience&lt;/h3&gt;

&lt;p&gt;Customers do not need to download a separate ordering application.&lt;/p&gt;

&lt;p&gt;The complete experience works through their mobile browser:&lt;/p&gt;

&lt;p&gt;
  &lt;strong&gt;Scan QR → Browse Menu → Order → Track → Request Bill
    → Pay&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
  This makes the system suitable for restaurants that want to introduce QR
  ordering without requiring customers to install another app.
&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__live-demo&quot;&gt;Live Demo&lt;/h3&gt;

&lt;p&gt;
  Try the Karenderia Smart Table Ordering System directly using the live demo
  links below.
&lt;/p&gt;

&lt;h4 id=&quot;item-description__customer-qr-table-ordering-demo&quot;&gt;Customer QR Table Ordering Demo&lt;/h4&gt;

&lt;p&gt;
  Scan the QR code or open the demo link to experience the customer table
  ordering process, including browsing the menu, placing orders, tracking orders
  and requesting the bill.
&lt;/p&gt;

&lt;p&gt;
  &lt;strong&gt;Demo Link:&lt;/strong&gt;&lt;br /&gt;
  &lt;a href=&quot;https://qrordering.bastisapp.com&quot; rel=&quot;nofollow&quot;&gt;
    Open Customer QR Ordering Demo
  &lt;/a&gt;
&lt;/p&gt;

&lt;h4 id=&quot;item-description__merchant-panel-demo&quot;&gt;Merchant Panel Demo&lt;/h4&gt;

&lt;p&gt;
  Explore the merchant panel and see how restaurant owners and staff can manage
  tables, table sessions, orders, customer requests and the complete table
  ordering workflow.
&lt;/p&gt;

&lt;p&gt;
  &lt;strong&gt;Merchant Panel:&lt;/strong&gt;&lt;br /&gt;
  &lt;a href=&quot;https://test.bastisapp.com/backoffice/auth/login&quot; rel=&quot;nofollow&quot;&gt;
    Open Merchant Panel Demo
  &lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
  &lt;strong&gt;Demo Login:&lt;/strong&gt;&lt;br /&gt;
  Username: mcuser&lt;br /&gt;
  Password: mcuser
&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__video-demonstrations&quot;&gt;Video Demonstrations&lt;/h3&gt;

&lt;p&gt;
  Watch the following videos to see Karenderia Smart Table Ordering System in
  action.
&lt;/p&gt;

&lt;h4 id=&quot;item-description__smart-table-ordering-system&quot;&gt;Smart Table Ordering System&lt;/h4&gt;

&lt;p&gt;
  A complete demonstration of the Smart Table Ordering System, including the QR
  table ordering experience and restaurant workflow.
&lt;/p&gt;

&lt;p&gt;
  &lt;a href=&quot;https://youtu.be/MjK_e5xUjT8&quot; rel=&quot;nofollow&quot;&gt;
    Watch Smart Table Ordering System Demo
  &lt;/a&gt;
&lt;/p&gt;

&lt;h4 id=&quot;item-description__qr-shared-table-ordering-demo&quot;&gt;QR Shared Table Ordering Demo&lt;/h4&gt;

&lt;p&gt;
  See how multiple customers can join the same table session and place orders
  from their own smartphones while sharing one table order.
&lt;/p&gt;

&lt;p&gt;
  &lt;a href=&quot;https://youtu.be/SM5lFuBy4ok&quot; rel=&quot;nofollow&quot;&gt;
    Watch QR Shared Table Ordering Demo
  &lt;/a&gt;
&lt;/p&gt;

&lt;h4 id=&quot;item-description__qr-table-track-order&quot;&gt;QR Table Track Order&lt;/h4&gt;

&lt;p&gt;
  See how customers can track their table order directly from their mobile
  device after placing an order.
&lt;/p&gt;

&lt;p&gt;
  &lt;a href=&quot;https://youtu.be/m7EqsVQinJo&quot; rel=&quot;nofollow&quot;&gt;
    Watch QR Table Track Order Demo
  &lt;/a&gt;
&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__key-features&quot;&gt;Key Features&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;QR Code Table Ordering&lt;/li&gt;
  &lt;li&gt;Unique QR Code Per Table&lt;/li&gt;
  &lt;li&gt;Self-Service Restaurant Ordering&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Shared Table Ordering&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;Multiple Customers Per Table&lt;/li&gt;
  &lt;li&gt;Host &amp;#38; Guest Customers&lt;/li&gt;
  &lt;li&gt;Shared Table Sessions&lt;/li&gt;
  &lt;li&gt;Guest Invitations&lt;/li&gt;
  &lt;li&gt;One Shared Table Order&lt;/li&gt;
  &lt;li&gt;Individual Customer Ordering&lt;/li&gt;
  &lt;li&gt;Real-Time Order Status&lt;/li&gt;
  &lt;li&gt;Continue Ordering&lt;/li&gt;
  &lt;li&gt;Customer Assistance Requests&lt;/li&gt;
  &lt;li&gt;Custom Assistance Request Types&lt;/li&gt;
  &lt;li&gt;Request Bill&lt;/li&gt;
  &lt;li&gt;Online Payment Support&lt;/li&gt;
  &lt;li&gt;Cash / Restaurant-Managed Payment Workflow&lt;/li&gt;
  &lt;li&gt;Table Management&lt;/li&gt;
  &lt;li&gt;Table Session Management&lt;/li&gt;
  &lt;li&gt;QR Code Generation&lt;/li&gt;
  &lt;li&gt;Merchant Order Management&lt;/li&gt;
  &lt;li&gt;Mobile-Friendly Interface&lt;/li&gt;
  &lt;li&gt;No Customer App Required&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__perfect-for&quot;&gt;Perfect For&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Restaurants&lt;/li&gt;
  &lt;li&gt;Cafés&lt;/li&gt;
  &lt;li&gt;Fast Food Restaurants&lt;/li&gt;
  &lt;li&gt;Food Courts&lt;/li&gt;
  &lt;li&gt;Bars&lt;/li&gt;
  &lt;li&gt;Hotels&lt;/li&gt;
  &lt;li&gt;Casual Dining&lt;/li&gt;
  &lt;li&gt;Fine Dining&lt;/li&gt;
  &lt;li&gt;Self-Service Restaurants&lt;/li&gt;
  &lt;li&gt;Other Dine-In Businesses&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
  Whether customers are dining alone, with friends, family, or a large group,
  each person can use their own smartphone while ordering through the
  &lt;strong&gt;same shared table session&lt;/strong&gt;.
&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__works-with-karenderia-multiple-restaurant-system&quot;&gt;Works With Karenderia Multiple Restaurant System&lt;/h3&gt;

&lt;p&gt;
  &lt;strong&gt;Karenderia Smart Table Ordering System is designed to work with Karenderia
    Multiple Restaurant System (KMRS).&lt;/strong&gt;
&lt;/p&gt;

&lt;p&gt;
  It extends the existing restaurant ordering platform with a dedicated
  &lt;strong&gt;QR Code Table Ordering and Shared Table Ordering&lt;/strong&gt; experience
  for dine-in customers.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__the-main-difference&quot;&gt;The Main Difference&lt;/h3&gt;

&lt;p&gt;
  &lt;strong&gt;Traditional QR Ordering&lt;/strong&gt;&lt;br /&gt;
  One Table → One Customer / Device → One Ordering Experience
&lt;/p&gt;

&lt;p&gt;
  &lt;strong&gt;Karenderia Smart Table Ordering&lt;/strong&gt;&lt;br /&gt;
  One Table → Multiple Customers → Multiple Smartphones → One
  Shared Order
&lt;/p&gt;

&lt;p&gt;
  &lt;strong&gt;One Table. Multiple Guests. One Shared Order.&lt;/strong&gt;
&lt;/p&gt;</content>
			<author>
			  <name>bastikikang</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/65086685</id>
			<published>2026-09-19 05:41:13</published>
			<updated>2026-09-19 05:41:13</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/snake-duel-html5-game/65086685"/>
			<title>Snake Duel | HTML5 Game (Games) </title>
			<content type="html">&lt;h2 id=&quot;item-description__about-the-game&quot;&gt;About the Game&lt;/h2&gt;

&lt;p&gt;Snake Duel is a fast-paced local 2-player snake arena game where two players compete against each other on the same device.&lt;/p&gt;

&lt;p&gt;Each player controls their own snake, moves around the arena, and tries to force the opponent into making a mistake. Simple controls make the game easy to learn, while quick reactions, smart movement, and well-timed boosts make every match competitive and exciting.&lt;/p&gt;

&lt;h2 id=&quot;item-description__gameplay&quot;&gt;Gameplay&lt;/h2&gt;

&lt;p&gt;Two players enter the same arena and control their snakes independently.&lt;/p&gt;

&lt;p&gt;Your goal is to survive, avoid dangerous collisions, and create situations where your opponent crashes first. As the available space becomes more limited, each match becomes faster, more intense, and more challenging.&lt;/p&gt;

&lt;p&gt;Every movement matters. A wrong turn or a late boost can completely change the outcome of the match.&lt;/p&gt;

&lt;h2 id=&quot;item-description__2-player-mode&quot;&gt;2 Player Mode&lt;/h2&gt;

&lt;p&gt;Snake Duel is designed around local 2-player gameplay, allowing two players to compete on the same device.&lt;/p&gt;

&lt;p&gt;Each player has separate controls, making it easy to play quick and competitive matches with a friend using the same keyboard.&lt;/p&gt;

&lt;h2 id=&quot;item-description__boost-system&quot;&gt;Boost System&lt;/h2&gt;

&lt;p&gt;Players can use the boost ability to gain a temporary speed advantage.&lt;/p&gt;

&lt;p&gt;Boost can be used to escape dangerous situations, quickly change position, cut off your opponent, or create unexpected attack opportunities.&lt;/p&gt;

&lt;p&gt;Using boost at the right moment can completely change the result of a duel.&lt;/p&gt;

&lt;h2 id=&quot;item-description__how-to-play&quot;&gt;How To Play&lt;/h2&gt;

&lt;h3 id=&quot;item-description__player-1&quot;&gt;Player 1&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;A / D:&lt;/strong&gt; Change direction&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;W:&lt;/strong&gt; Boost&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__player-2&quot;&gt;Player 2&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Left / Right Arrow Keys:&lt;/strong&gt; Change direction&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Up Arrow:&lt;/strong&gt; Boost&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Touch controls are supported on mobile devices.&lt;/p&gt;

&lt;h2 id=&quot;item-description__features&quot;&gt;Features&lt;/h2&gt;

&lt;ul&gt;
    &lt;li&gt;Local 2-player snake battles&lt;/li&gt;
    &lt;li&gt;Fast-paced arena gameplay&lt;/li&gt;
    &lt;li&gt;Play against a friend on the same device&lt;/li&gt;
    &lt;li&gt;Simple and easy-to-learn controls&lt;/li&gt;
    &lt;li&gt;Boost and speed system&lt;/li&gt;
    &lt;li&gt;Competitive PvP gameplay&lt;/li&gt;
    &lt;li&gt;Short and highly replayable matches&lt;/li&gt;
    &lt;li&gt;Keyboard controls&lt;/li&gt;
    &lt;li&gt;Touchscreen support&lt;/li&gt;
    &lt;li&gt;Desktop and mobile support&lt;/li&gt;
    &lt;li&gt;Responsive game interface&lt;/li&gt;
    &lt;li&gt;Lightweight and fast-loading HTML5 build&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__platforms&quot;&gt;Platforms&lt;/h2&gt;

&lt;p&gt;Snake Duel is optimized for both desktop and mobile devices.&lt;/p&gt;

&lt;p&gt;On desktop, two players can compete using the same keyboard. Touch controls are also supported on compatible mobile devices.&lt;/p&gt;

&lt;h2 id=&quot;item-description__what-s-included&quot;&gt;What&amp;#8217;s Included?&lt;/h2&gt;

&lt;ul&gt;
    &lt;li&gt;HTML5 Export Files&lt;/li&gt;
    &lt;li&gt;Construct 3 Source File (.c3p)&lt;/li&gt;
    &lt;li&gt;Graphics and Game Assets&lt;/li&gt;
    &lt;li&gt;Sound Effects and Music&lt;/li&gt;
    &lt;li&gt;Game Icons&lt;/li&gt;
    &lt;li&gt;Documentation&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__requirements&quot;&gt;Requirements&lt;/h2&gt;

&lt;ul&gt;
    &lt;li&gt;Construct 3&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__contact&quot;&gt;Contact&lt;/h2&gt;

&lt;p&gt;For questions, support requests, or technical assistance:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;mailto:neplingamestudio@gmail.com&quot;&gt;&lt;strong&gt;neplingamestudio@gmail.com&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;</content>
			<author>
			  <name>neplingamestudio</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/65108607</id>
			<published>2026-09-19 05:40:38</published>
			<updated>2026-09-19 05:40:38</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/crystal-lane-html5-game/65108607"/>
			<title>Crystal Lane | HTML5 Game (Games) </title>
			<content type="html">&lt;h2 id=&quot;item-description__crystal-lane-3d-html5-endless-runner&quot;&gt;Crystal Lane — 3D HTML5 Endless Runner&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Crystal Lane&lt;/strong&gt; is a polished &lt;strong&gt;3D hyper-casual endless lane runner&lt;/strong&gt; built with Three.js. Dash between three lanes, jump over barriers, collect crystals, chain combos into Fever mode, and survive escalating pattern challenges. Perfect for CodeCanyon buyers who want a ready-to-publish HTML5 game that also works &lt;strong&gt;fully offline&lt;/strong&gt;.&lt;/p&gt;

&lt;h3 id=&quot;item-description__why-buyers-like-it&quot;&gt;Why buyers like it&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;Instant play feel — short runs, high replay value&lt;/li&gt;
  &lt;li&gt;Modern neon look with satisfying VFX&lt;/li&gt;
  &lt;li&gt;Meta progression: Shop, Missions, Rewards, Daily bonus&lt;/li&gt;
  &lt;li&gt;Mobile-ready controls + adaptive performance&lt;/li&gt;
  &lt;li&gt;Easy white-label via &lt;code&gt;js/config.js&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__core-gameplay&quot;&gt;Core gameplay&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;3-lane endless runner with jump&lt;/li&gt;
  &lt;li&gt;Crystals &amp;#38; gold crystals for score and wallet&lt;/li&gt;
  &lt;li&gt;Combo system + &lt;strong&gt;Fever mode&lt;/strong&gt; (score multiplier)&lt;/li&gt;
  &lt;li&gt;Near-miss bonuses for skilled play&lt;/li&gt;
  &lt;li&gt;Obstacle patterns: walls, movers, zigzags, jump gates, squeeze lanes&lt;/li&gt;
  &lt;li&gt;Power-ups: Magnet, Shield, Slow-Mo, Rush&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__progression-amp-meta&quot;&gt;Progression &amp;#38; meta&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Shop&lt;/strong&gt; — unlock premium orb skins (unique visual FX on higher tiers)&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Missions&lt;/strong&gt; — long-term goals with crystal &amp;#38; skin rewards&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Rewards&lt;/strong&gt; — daily bonus + mission gift inbox&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;In-game tutorial&lt;/strong&gt; for first-time players&lt;/li&gt;
  &lt;li&gt;Local save (wallet, skins, mission progress)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__controls&quot;&gt;Controls&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;Desktop: ← → / A D to move, ↑ / Space / W to jump&lt;/li&gt;
  &lt;li&gt;Mobile: swipe left/right/up + on-screen pads&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__technical-highlights&quot;&gt;Technical highlights&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;HTML5 + Three.js (bundled locally — no CDN required)&lt;/li&gt;
  &lt;li&gt;Works offline; can open via &lt;code&gt;file://&lt;/code&gt; or any static host&lt;/li&gt;
  &lt;li&gt;Adaptive quality for phones (FPS auto-degrade on weak devices)&lt;/li&gt;
  &lt;li&gt;Procedural Web Audio SFX (no external audio files)&lt;/li&gt;
  &lt;li&gt;Self-hosted fonts + license notices included&lt;/li&gt;
  &lt;li&gt;Clean classic scripts (easy to customize)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__what-you-get&quot;&gt;What you get&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;Complete playable game source&lt;/li&gt;
  &lt;li&gt;Buyer documentation&lt;/li&gt;
  &lt;li&gt;Config-driven branding (title, colors, difficulty, audio)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__ideal-for&quot;&gt;Ideal for&lt;/h3&gt;
&lt;p&gt;HTML5 game portals, WebView / Cordova / Capacitor wraps, casual mobile web games, and Envato buyers who need a finished 3D runner with shop &amp;#38; missions out of the box.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Note: Reskin colors, title, and balance in &lt;code&gt;js/config.js&lt;/code&gt;, then hard-refresh.&lt;/em&gt;&lt;/p&gt;</content>
			<author>
			  <name>logicthemedesign</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/65063534</id>
			<published>2026-09-19 05:40:33</published>
			<updated>2026-09-19 05:40:33</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/tiltworks-html5-physics-balance-puzzle-game/65063534"/>
			<title>TiltWorks | HTML5 Physics Balance Puzzle Game (Games) </title>
			<content type="html">&lt;p&gt;TiltWorks — Balance Every Beam&lt;/p&gt;


	&lt;p&gt;TiltWorks is a physics-based weight balancing puzzle where precision matters more than speed. Place fruits, jars, gears and more onto see-saw beams, work out the torque, and get every beam to settle perfectly level. Simple to understand, deeply satisfying to master — with real spring physics driving every beam&amp;#8217;s motion.&lt;/p&gt;


	&lt;p&gt;Key Features:&lt;/p&gt;


	&lt;p&gt;Genuine torque-based physics — beams spring and settle naturally, not scripted animations
50 hand-crafted levels across 5 themed chapters (Backyard Seesaw, Market Scales, Laboratory Balance, Multi-Beam Bridge, Master Mechanism)
Progressive teaching arc — symmetry, torque law, stacking, decoys, and multi-beam puzzles
Fragile-object mechanics — some pieces break if placed carelessly, adding real risk to your plan
Warm, handcrafted 2D art style with a unique palette per chapter
Built-in sound effects &amp;#38; ambient music per chapter (Web Audio API — no audio files needed)
Fully responsive — plays great on mobile, tablet &amp;#38; desktop
Zero external CDN dependencies — 100% self-hosted, works fully offline
Easy to customize — retheme chapter colors, tune spring physics, add new levels
Clean, well-commented vanilla JavaScript — no frameworks, no build step&lt;/p&gt;


	&lt;p&gt;Perfect For:&lt;/p&gt;


	&lt;p&gt;Casual/physics puzzle game portfolios
HTML5 game licensing marketplaces
Embedding into WordPress, Android WebView, or Cordova/Capacitor apps
Relaxing, logic-driven puzzle experiences&lt;/p&gt;


	&lt;p&gt;What&amp;#8217;s Included:&lt;/p&gt;


	&lt;p&gt;Complete source code (HTML, CSS, JS)
50 pre-built, verified-solvable levels across 5 chapters
Full documentation covering installation, customization &amp;#38; licensing
Self-hosted fonts and artwork — no external requests required&lt;/p&gt;


	&lt;p&gt;Requirements: Modern browser (Chrome, Firefox, Safari, Edge). No server-side language or database required — works on any static web host.&lt;/p&gt;</content>
			<author>
			  <name>DigiDreamWork</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/65133800</id>
			<published>2026-09-18 17:04:55</published>
			<updated>2026-09-18 17:04:55</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/gravity-forms-en16931-einvoices-for-gravity-pdf/65133800"/>
			<title>Gravity Forms EN16931 (e)Invoices for Gravity PDF (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__en16931-e-invoices-for-gravity-pdf-factur-x-xrechnung-and-peppol-from-one&quot;&gt;EN16931 (e)Invoices for Gravity-PDF — Factur-X, XRechnung and PEPPOL From One Feed&lt;/h2&gt;

&lt;p&gt;
    From 2025 a German business must be able to &lt;em&gt;receive&lt;/em&gt; structured electronic invoices, and from
    2028 to &lt;em&gt;issue&lt;/em&gt; them. France, Italy, Belgium and the Nordics are on the same path. An invoice
    that is only a PDF stops counting.
&lt;/p&gt;

&lt;p&gt;
    This add-on takes the invoice &lt;strong&gt;Gravity PDF already produces&lt;/strong&gt; and turns it into
    &lt;strong&gt;Factur-X / ZUGFeRD&lt;/strong&gt; (an &lt;strong&gt;EN 16931 XML&lt;/strong&gt; embedded inside a
    &lt;strong&gt;PDF/A-3&lt;/strong&gt; hybrid), &lt;strong&gt;XRechnung&lt;/strong&gt; and/or &lt;strong&gt;PEPPOL BIS Billing 3.0&lt;/strong&gt;
    (each a standalone UBL XML file next to the PDF) — any combination, chosen per feed. Your
    customer opens a PDF that looks exactly as it did before, and their bookkeeping software reads
    whichever file it expects as data.
&lt;/p&gt;

&lt;p&gt;
    Nothing about your form, your PDF template or your workflow has to change.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__what-you-get&quot;&gt;What you get&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;
        &lt;strong&gt;A real hybrid, not a PDF with a file stapled to it.&lt;/strong&gt; The XML is embedded as a PDF
        attachment with the relationship and the XMP metadata the specification requires, and the document
        is genuinely rewritten as PDF/A-3.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;Three formats, any combination, from one feed.&lt;/strong&gt; Factur-X/ZUGFeRD, XRechnung and
        PEPPOL BIS Billing 3.0 — all built from the same assembled invoice, so they can never
        disagree with each other. Four Factur-X profiles: EN 16931 (Comfort), EXTENDED, BASIC and
        XRechnung 3.0.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;Standalone XML gets its own download link and notification attachment.&lt;/strong&gt; Any
        XRechnung/PEPPOL file a feed produces appears on the entry detail screen and can be attached to
        notification e-mails, alongside the PDF.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;XSD-validated on every single build.&lt;/strong&gt; If the XML would not validate, your PDF is
        left untouched. The add-on never ships a broken invoice and never replaces your document with an
        error page.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;It survives a correction.&lt;/strong&gt; Edit an entry in the backend and fetch the PDF again:
        document and XML are rebuilt from the current entry. Approaches that build the XML at submission
        time keep serving the values the entry had back then — for ever.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;One number, one place.&lt;/strong&gt; Gravity PDF&amp;#8217;s invoice template already carries an invoice
        number, a due date and a VAT rate. The add-on reads them and removes its own fields from the
        screen, so the printed invoice and the embedded XML cannot disagree. The
        &lt;code&gt;gfpdf_invoice_number&lt;/code&gt; filter is honoured, so a counter plugin that renumbers the
        printed invoice renumbers the XML with it.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;The payment means follows the payment gateway.&lt;/strong&gt; Paid through PayPal or Stripe? The
        XML says &amp;#8220;online payment service&amp;#8221;. By card? &amp;#8220;Bank card&amp;#8221;. No gateway at all? Your chosen fallback.
        One filter extends the map to any add-on.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;Arithmetic you can defend.&lt;/strong&gt; Line totals, allowances, charges, the VAT breakdown and
        the grand total are checked against the identities EN 16931 defines — including the
        awkward case where an untaxed shipping fee needs a second, zero-rated VAT category of its own.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;Enter the seller once.&lt;/strong&gt; Company name, address, VAT identifier, tax number and
        contact details live on a shared settings page, not in every feed.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;German, English and French interface.&lt;/strong&gt; The field names are taken verbatim from the
        Factur-X specification rather than translated by hand, so an accountant recognises them.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;No external service.&lt;/strong&gt; No API key, no account, no outbound connection, no per-invoice
        fee. Everything happens on your own server.
    &lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__only-what-the-standard-demands-is-mandatory&quot;&gt;Only what the standard demands is mandatory&lt;/h3&gt;

&lt;p&gt;
    The settings screens follow EN 16931&amp;#8217;s actual cardinality instead of guessing. A seller name and a
    country code are required; a street is not. A field whose value the add-on already knows — the
    invoice number, the invoice date, the currency — is never demanded from you, because demanding a
    value that is already known is just theatre.
&lt;/p&gt;

&lt;p&gt;
    And when something really is missing, the feed screen says so in a sentence &lt;em&gt;before&lt;/em&gt; you
    configure a single field: a lost library folder, an incomplete seller block, a form without a Gravity
    PDF. At render time the same sentences go to the Gravity Forms log.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__requirements&quot;&gt;Requirements&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;WordPress&lt;/strong&gt; — 6.0 or newer&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;PHP&lt;/strong&gt; — 8.2 or newer&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Gravity Forms&lt;/strong&gt; — 2.5 or newer, with a product or payment field on the form&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Gravity PDF&lt;/strong&gt; — 6.0 or newer. The invoice template is recommended, not required&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Nothing else.&lt;/strong&gt; The XML library ships with the plugin&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__what-this-version-deliberately-does-not-do&quot;&gt;What this version deliberately does not do&lt;/h3&gt;

&lt;p&gt;
    Honesty is cheaper than a refund, so here is the list:
&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;
        &lt;strong&gt;One VAT category and one rate per invoice&lt;/strong&gt;, plus a zero-rated line for untaxed
        shipping. The invoice template also allows a different rate per field through CSS classes; those are
        detected and written to the log rather than averaged into something wrong.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;No credit notes.&lt;/strong&gt; UBL models a credit note as its own root element, not a type
        code on an invoice; the builder only produces an Invoice.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;No document-level charges/allowances (BG-20/BG-21)&lt;/strong&gt; beyond the single
        shipping-as-charge case already covered above. Supporting-document (BG-24) attachment is offered
        for the standalone XRechnung/PEPPOL files, not for Factur-X, which already carries the PDF as its
        own container.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;PDF/A-3 level B&lt;/strong&gt; is the default and the only level the add-on can honestly assert.
        Level A additionally needs a tagged, structured document, which depends on your PDF template.
    &lt;/li&gt;
    &lt;li&gt;
        &lt;strong&gt;Validated against the XSD, not against Schematron.&lt;/strong&gt; The XSD catches structural
        errors, not every business rule. Before you go live, run one generated invoice through a Schematron
        validator — and through the viewer your recipient uses.
    &lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__for-developers&quot;&gt;For developers&lt;/h3&gt;

&lt;p&gt;
    The arithmetic and validation layer (&lt;code&gt;SP_EInvoice_Invoice&lt;/code&gt;) is framework-free and never
    throws: every problem comes back as a string, because it runs while a PDF is being produced and often
    while a notification is being sent. One assembled invoice array feeds all three output formats;
    exactly one file (&lt;code&gt;SP_EInvoice_Builder&lt;/code&gt;) touches the underlying library.
&lt;/p&gt;

&lt;p&gt;
    Three filters are provided: &lt;code&gt;sp_zugferd_payment_means_map&lt;/code&gt; to extend the gateway mapping,
    &lt;code&gt;sp_zugferd_full_code_lists&lt;/code&gt; to offer a full code list instead of the curated subset, and
    Gravity PDF&amp;#8217;s own &lt;code&gt;gfpdf_invoice_number&lt;/code&gt;, which the add-on respects for BT-1.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__changelog&quot;&gt;Changelog&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;2.1.2 (current)&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Fixed: the seller&amp;#8217;s electronic address (BT-34) is now included in generated XRechnung and
        PEPPOL BIS Billing XML — verified against a real KoSIT Validator run. Fill in the new
        &amp;#8220;Electronic address&amp;#8221; fields under &amp;#8220;(e)invoice Settings&amp;#8221; if you send XRechnung or PEPPOL
        invoices.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2.1.1&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Renamed from &amp;#8220;Gravity Forms ZUGFeRD / Factur-X Extension&amp;#8221; to reflect the scope below —
        this is no longer a Factur-X-only add-on.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;XRechnung and PEPPOL BIS Billing 3.0&lt;/strong&gt;, each a standalone UBL file, selectable
        per feed alongside or instead of Factur-X. PHP 8.2 now required.&lt;/li&gt;
    &lt;li&gt;Bank details (BT-84/85/86) joined the shared seller settings, shared with the EPC-QR add-on.&lt;/li&gt;
    &lt;li&gt;The nine reference code lists can now come from a shared, centrally maintained package, with
        an automatic fallback to the bundled copies.&lt;/li&gt;
    &lt;li&gt;The shared settings page gained a round of new optional fields (register details, GLN/DUNS, an
        encrypted SEPA Creditor Identifier, and more) used by other add-ons of the family.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;1.0.0&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Initial release.&lt;/li&gt;
    &lt;li&gt;EN 16931 CII XML embedded into a PDF/A-3 document; four profiles.&lt;/li&gt;
    &lt;li&gt;The invoice is assembled at render time, so a corrected entry produces a corrected invoice.&lt;/li&gt;
    &lt;li&gt;Invoice number, due date, VAT rate and tax-on-shipping taken from the Gravity PDF invoice template
        when it states them.&lt;/li&gt;
    &lt;li&gt;Payment means derived from the payment gateway, with a filterable map.&lt;/li&gt;
    &lt;li&gt;An untaxed shipping fee produces a second, zero-rated VAT breakdown entry.&lt;/li&gt;
    &lt;li&gt;German and French interface included.&lt;/li&gt;
&lt;/ul&gt;</content>
			<author>
			  <name>naranili</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/65133790</id>
			<published>2026-09-18 05:21:47</published>
			<updated>2026-09-18 05:21:47</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/gravity-forms-swiss-qrbill-for-gravity-pdf/65133790"/>
			<title>Gravity Forms SWISS QR-Bill for Gravity PDF (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__gravity-forms-swiss-qr-bill-for-gravity-pdf-a-real-qr-bill-not-a-qr-code-on-a&quot;&gt;Gravity Forms Swiss QR-Bill for Gravity PDF — A Real QR-Bill, Not a QR Code on a Page&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Appends a complete Swiss QR-bill to the PDF your form already produces: the payment part and the
receipt, 210 &amp;#215; 105 mm on the lower cut edge, with the Swiss QR Code at exactly 46 &amp;#215; 46 mm and
the Swiss cross in the middle. Your customer scans it with any banking app, or cuts it off and hands it in
at the counter.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Built to the &lt;strong&gt;Implementation Guidelines QR-bill version 2.4, in force from 14 November
2026&lt;/strong&gt; — the version most implementations have not caught up with yet. And verified against the
standard&amp;#8217;s own worked examples rather than against a reading of it.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__why-you-ll-love-it&quot;&gt;Why you&amp;#8217;ll love it&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt; &lt;strong&gt;The whole payment part, to the millimetre.&lt;/strong&gt; Receipt 62 mm, payment part 148 mm,
        the mandatory 5 mm blank borders, the amount and payer boxes in their prescribed sizes, the
        acceptance point area, cut lines with a scissors symbol and the &amp;#8220;separate before paying in&amp;#8221; 
        notice. The document a Swiss bank expects.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Version 2.4, and it matters.&lt;/strong&gt; Three things changed against the widely
        implemented 2.3, and every one of them can invalidate a bill: the QR reference and the QR-IBAN are
        &lt;strong&gt;CHF only&lt;/strong&gt; now, the structured address is &lt;strong&gt;compulsory&lt;/strong&gt;, and Romansh
        became a &lt;strong&gt;fifth&lt;/strong&gt; correspondence language. All three are enforced, and a
        configuration that collides with them is named on screen.&lt;/li&gt;
    &lt;li&gt;✅ &lt;strong&gt;Verified against the standard&amp;#8217;s own examples.&lt;/strong&gt; Annex A prints two complete worked
        data sets; this implementation reproduces both of them &lt;strong&gt;byte for byte&lt;/strong&gt; — including
        the detail that trips up hand-written implementations, namely that the version line inside the code
        stays &lt;em&gt;0200&lt;/em&gt; and not &lt;em&gt;0240&lt;/em&gt;.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;The reference is built per invoice.&lt;/strong&gt; Put your invoice number in one field, with
        merge tags, and the 27-digit QR reference is assembled and its check digit calculated. Point the
        same field at a reference that already exists and a complete, valid one is recognised and passed
        through untouched instead of being mangled.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;QR-IBAN handled properly.&lt;/strong&gt; An IBAN in the reserved institution range obliges you
        to use a QR reference, and since 2.4 restricts that to CHF, &amp;#8220;QR-IBAN plus EUR&amp;#8221; has become
        impossible. You are told before you configure anything, not by a bill your bank rejects.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Five languages, chosen per form.&lt;/strong&gt; German, French, Italian, Romansh and English.
        The headings are prescribed wording, not translations, and the biller picks the language — so a
        German-language WordPress can print an Italian payment part.&lt;/li&gt;
    &lt;li&gt;✍️ &lt;strong&gt;Unknown amount or unknown payer is not a problem.&lt;/strong&gt; Both are legitimate: the
        payment part then prints a colourless field with black corner marks, in the exact sizes the standard
        specifies, for filling in by hand. A donation form works as well as an invoice.&lt;/li&gt;
    &lt;li&gt;️ &lt;strong&gt;An apostrophe cannot break your bill.&lt;/strong&gt; The standard allows a specific subset of
        Unicode and WordPress inserts characters outside it without being asked. Those are converted to
        their plain equivalents rather than dropped, so a name keeps its meaning.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Nothing to install.&lt;/strong&gt; No Composer step, no &lt;em&gt;bcmath&lt;/em&gt;, no API key, no
        external service, no vendor directory to collide with another plugin. Payload, check digits and
        layout are all in the plugin — which is why it still runs on &lt;strong&gt;PHP 7.4&lt;/strong&gt;. The QR
        encoder comes from Gravity PDF itself.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Translation-ready.&lt;/strong&gt; English and German included, fully internationalized.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__key-features&quot;&gt;Key features&lt;/h3&gt;

&lt;h4 id=&quot;item-description__geometry-you-can-measure&quot;&gt;Geometry you can measure&lt;/h4&gt;
&lt;p&gt;These are not approximations — they were read back out of a produced PDF:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Swiss QR Code exactly &lt;strong&gt;46 &amp;#215; 46 mm&lt;/strong&gt; with no quiet zone inside it, error
        correction level M, and at least 5 mm of clear space on every side.&lt;/li&gt;
    &lt;li&gt;Module size &lt;strong&gt;0.667 mm&lt;/strong&gt; for a typical payload, comfortably above the 0.4 mm the
        standard requires for reliable scanning.&lt;/li&gt;
    &lt;li&gt;Swiss cross &lt;strong&gt;7 &amp;#215; 7 mm&lt;/strong&gt;, centred exactly on the code.&lt;/li&gt;
    &lt;li&gt;Amount box 40 &amp;#215; 15 mm on the payment part and 30 &amp;#215; 10 mm on the receipt; payer box
        65 &amp;#215; 25 mm and 52 &amp;#215; 20 mm; corner marks at 0.75 pt.&lt;/li&gt;
    &lt;li&gt;Acceptance point area 20 mm high, &amp;#8220;Acceptance point&amp;#8221; right-aligned as prescribed.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__references-done-by-the-book&quot;&gt;References done by the book&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;QRR&lt;/strong&gt; — the 27-digit QR reference, check digit by modulo 10 recursive. Requires a
        QR-IBAN and, since version 2.4, CHF.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;SCOR&lt;/strong&gt; — the Creditor Reference of ISO 11649, check digits by ISO 7064 MOD 97-10.
        Requires an ordinary IBAN; CHF or EUR.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;NON&lt;/strong&gt; — no reference at all.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Or simply let the add-on decide from the IBAN, which is what the recommended setting does.&lt;/p&gt;

&lt;h4 id=&quot;item-description__the-shared-e-invoice-settings-page&quot;&gt;The shared &amp;#8220;(e)invoice Settings&amp;#8221; page&lt;/h4&gt;
&lt;p&gt;Every add-on of this family that needs global configuration would otherwise add its own tab. Instead
there is one page, to which every plugin contributes one or more sections. This one contributes the
creditor block — and your own plugin can add a section with a single filter:&lt;/p&gt;

&lt;pre&gt;
add_filter( 'einvoicepress_settings_sections', function ( $sections ) {

    $sections[] = array(
        'title'    =&amp;gt; 'My Section',
        'priority' =&amp;gt; 30,
        'fields'   =&amp;gt; array(
            array( 'name' =&amp;gt; 'my_plugin_value', 'type' =&amp;gt; 'text', 'label' =&amp;gt; 'My value' ),
        ),
    );

    return $sections;
} );
&lt;/pre&gt;

&lt;p&gt;Read a value from anywhere with &lt;em&gt;EInvoicePress_Settings::get( &amp;#8216;my_plugin_value&amp;#8217; )&lt;/em&gt;.&lt;/p&gt;

&lt;h4 id=&quot;item-description__the-identifiers-are-validated-not-just-stored&quot;&gt;The identifiers are validated, not just stored&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;IBAN&lt;/strong&gt; — check digits and per-country format, plus the QR-bill&amp;#8217;s own restriction to
        Swiss and Liechtenstein accounts.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;QR reference&lt;/strong&gt; — 27 digits and the modulo 10 recursive check digit.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Creditor Reference&lt;/strong&gt; — structure plus the ISO 7064 MOD 97-10 check digits of
        ISO 11649.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A typo is caught while it is being saved, not months later by a payment that never arrives.&lt;/p&gt;

&lt;h4 id=&quot;item-description__a-reusable-settings-api-field-type-two-files&quot;&gt;A reusable Settings API field type — two files&lt;/h4&gt;
&lt;p&gt;The QR reference ships as a self-contained package you may copy into &lt;strong&gt;any&lt;/strong&gt; Gravity Forms
plugin:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;em&gt;class.sp-qrr-validator.php&lt;/em&gt; — the rules, including the check digit table&lt;/li&gt;
    &lt;li&gt;&lt;em&gt;class.gf-settings-field-qrr.php&lt;/em&gt; — the Settings API field type&lt;/li&gt;
&lt;/ul&gt;

&lt;pre&gt;
$fields[] = array(
    'name'  =&amp;gt; 'qr_reference',
    'type'  =&amp;gt; 'qrr',
    'label' =&amp;gt; __( 'QR reference', 'your-textdomain' ),
    'class' =&amp;gt; 'medium',
);
&lt;/pre&gt;

&lt;p&gt;Nothing else travels with them: no vendor library, no API key, no database table, no network. Every class
declaration and every type registration is guarded, so two plugins carrying the same package coexist
instead of colliding. The same applies to the &lt;em&gt;iban&lt;/em&gt; and &lt;em&gt;iso11649&lt;/em&gt; packages this plugin
carries.&lt;/p&gt;

&lt;h4 id=&quot;item-description__advice-notes&quot;&gt;Advice notes&lt;/h4&gt;
&lt;p&gt;One switch produces the variant the guidelines define for a bill that is not to be paid: the amount fixed
at 0.00 and the prescribed wording in the chosen language. The 0.00 also guarantees that a conversion into
an eBill cannot be released for payment.&lt;/p&gt;

&lt;h4 id=&quot;item-description__built-for-how-gravity-pdf-actually-works&quot;&gt;Built for how Gravity PDF actually works&lt;/h4&gt;
&lt;p&gt;A Gravity PDF document is not built when the form is submitted — it is built whenever somebody asks for
it, possibly years later and several times over. The payment part is therefore produced at render time,
which is the only point at which the finished document exists. Gravity PDF reuses files it has already
saved, so a document created before you added the feed keeps its old content; one feed switch rebuilds it,
off by default so nothing slows down in normal operation. And a document is never extended twice, however
often the hooks fire within a request.&lt;/p&gt;

&lt;h4 id=&quot;item-description__it-does-not-fight-your-invoice-template&quot;&gt;It does not fight your invoice template&lt;/h4&gt;
&lt;p&gt;The payment part occupies exactly the area a page footer sits in, and the guidelines allow nothing inside
that area but the prescribed headings and values. The template&amp;#8217;s running header and footer are therefore
switched off — for the payment part page only. Your invoice pages keep theirs.&lt;/p&gt;

&lt;h4 id=&quot;item-description__developer-friendly&quot;&gt;Developer friendly&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;The whole layout is one filterable array of named constants
        (&lt;em&gt;sp_swissqr_geometry&lt;/em&gt;), so any position can be adjusted without touching code.&lt;/li&gt;
    &lt;li&gt;The payload class is free of WordPress, Gravity Forms and mPDF, so the rules of the standard can be
        exercised on their own.&lt;/li&gt;
    &lt;li&gt;Further filters for where the block sits on the sheet (&lt;em&gt;sp_swissqr_origin&lt;/em&gt;) and for the font
        candidate list (&lt;em&gt;sp_swissqr_fonts&lt;/em&gt;).&lt;/li&gt;
    &lt;li&gt;Nothing ever throws: a PDF is often generated while a notification is being sent, so every problem
        comes back as data and is written to the Gravity Forms log.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__what-s-included&quot;&gt;What&amp;#8217;s included&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;The plugin — a Gravity Forms feed add-on for Gravity PDF, plus the shared &lt;em&gt;(e)invoice
        Settings&lt;/em&gt; page other plugins can extend.&lt;/li&gt;
    &lt;li&gt;Portable &lt;em&gt;qrr&lt;/em&gt;, &lt;em&gt;iban&lt;/em&gt; and &lt;em&gt;iso11649&lt;/em&gt; Settings API field types with their
        dependency-free validators — reusable in your own plugins.&lt;/li&gt;
    &lt;li&gt;English and German translations (&lt;em&gt;.po&lt;/em&gt; / &lt;em&gt;.mo&lt;/em&gt;).&lt;/li&gt;
    &lt;li&gt;Full documentation in &lt;strong&gt;English and German&lt;/strong&gt; (README + feature overview), including the
        developer reference, every hook, and a plain statement of which layout numbers are normative and
        which are adjustable.&lt;/li&gt;
    &lt;li&gt;Clean, well-structured, object-oriented and heavily commented code — easy to read, extend and
        audit.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__requirements-amp-compatibility&quot;&gt;Requirements &amp;#38; compatibility&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;WordPress&lt;/strong&gt; with &lt;strong&gt;Gravity Forms ≥ 2.5&lt;/strong&gt;&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Gravity PDF ≥ 6&lt;/strong&gt; (the free core plugin is enough)&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;PHP ≥ 7.4&lt;/strong&gt; — no extensions beyond a standard WordPress install, in particular no
        &lt;em&gt;bcmath&lt;/em&gt;&lt;/li&gt;
    &lt;li&gt;The Gravity Forms currency has to be &lt;strong&gt;CHF&lt;/strong&gt; or &lt;strong&gt;EUR&lt;/strong&gt;, and the creditor
        account a &lt;strong&gt;Swiss or Liechtenstein IBAN&lt;/strong&gt;&lt;/li&gt;
    &lt;li&gt;No outbound network access, no API key, no third-party service — the code is computed on your own
        server&lt;/li&gt;
    &lt;li&gt;Works alongside the companion &lt;strong&gt;EPC-QR&lt;/strong&gt;, &lt;strong&gt;SEPA Fields&lt;/strong&gt;,
        &lt;strong&gt;VAT ID Field&lt;/strong&gt;, &lt;strong&gt;SIRET Field&lt;/strong&gt;, &lt;strong&gt;LEI Field&lt;/strong&gt; and
        &lt;strong&gt;ABN Field&lt;/strong&gt; add-ons, sharing the same settings page without conflicts.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__support-amp-updates&quot;&gt;Support &amp;#38; updates&lt;/h3&gt;

&lt;p&gt;Clean, well-documented code that&amp;#8217;s easy to maintain. Localization-ready out of the box. Built to follow
Gravity Forms&amp;#8217; official add-on framework and Settings API conventions and to use Gravity PDF&amp;#8217;s documented
filters, so it stays compatible as your stack evolves.&lt;/p&gt;

&lt;blockquote&gt;
    &lt;p&gt;A note on the fine print: this add-on follows &lt;strong&gt;both&lt;/strong&gt; normative documents — the
    Implementation Guidelines for the data and the Style Guide for the typography, right down to the line
    spacing per element, which is not what a typographic rule of thumb would produce. Where the two
    disagree — and they do, in two glossary entries — the Guidelines win, and the reasoning is written down
    in the code. The handful of values neither document fixes are named constants behind one filter, so the
    layout can be matched to a printed reference without modifying the plugin.&lt;/p&gt;
&lt;/blockquote&gt;

 

&lt;h3 id=&quot;item-description__changelog&quot;&gt;Changelog&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;1.1.0&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;The shared settings page gained new optional company fields (legal form, trading name,
        register details, GLN/DUNS, an electronic address) and an optional SEPA Creditor Identifier
        next to the bank account, encrypted the same way as the IBAN.&lt;/li&gt;
    &lt;li&gt;Internal: the entry point that appends the QR-bill now implements a small shared interface
        used across the family&amp;#8217;s QR add-ons. No change to the QR-bill itself.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;1.0.0&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Initial release. Feed add-on that appends a complete Swiss QR-bill — payment part and receipt — to a
        Gravity PDF document.&lt;/li&gt;
    &lt;li&gt;Built against Implementation Guidelines QR-bill version 2.4, in force from 14 November 2026, with
        its three substantive changes enforced: QR reference and QR-IBAN restricted to CHF, structured
        address compulsory, Romansh as a fifth correspondence language.&lt;/li&gt;
    &lt;li&gt;Payload verified byte for byte against both worked examples of Annex A; geometry verified by
        measuring it back out of a produced PDF.&lt;/li&gt;
    &lt;li&gt;No vendor dependency: payload, check digits and layout implemented in the plugin, so no Composer
        step and no &lt;em&gt;bcmath&lt;/em&gt;, and PHP 7.4 is enough.&lt;/li&gt;
    &lt;li&gt;QR reference, Creditor Reference or no reference, with the reference either built per invoice from a
        merge tag or taken as a complete value.&lt;/li&gt;
    &lt;li&gt;Five correspondence languages, chosen per feed and independent of the site locale.&lt;/li&gt;
    &lt;li&gt;Corner-mark boxes in their normative sizes when the amount or the payer is not in the code, and the
        advice-note variant.&lt;/li&gt;
    &lt;li&gt;Character set restriction applied with typographic characters transliterated rather than
        dropped.&lt;/li&gt;
    &lt;li&gt;New portable &lt;em&gt;qrr&lt;/em&gt; Settings API package; copied &lt;em&gt;iban&lt;/em&gt; and &lt;em&gt;iso11649&lt;/em&gt;
        packages.&lt;/li&gt;
    &lt;li&gt;Layout adjustable through three filters; optional rebuild of already saved PDFs.&lt;/li&gt;
    &lt;li&gt;German translation.&lt;/li&gt;
&lt;/ul&gt;</content>
			<author>
			  <name>naranili</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/65133015</id>
			<published>2026-09-16 16:03:36</published>
			<updated>2026-09-16 16:03:36</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/dispatch-countdown-for-woocommerce/65133015"/>
			<title>Dispatch Countdown for WooCommerce (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__dispatch-countdown-for-woocommerce&quot;&gt;Dispatch Countdown for WooCommerce&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Dispatch Countdown for WooCommerce&lt;/strong&gt; adds a polished same-day dispatch countdown banner to WooCommerce product pages. It helps store owners create urgency, explain order cut-off times clearly, and show customers exactly when they need to order for dispatch eligibility.&lt;/p&gt;

&lt;p&gt;The plugin includes global countdown controls, product-level visibility options, weekly dispatch schedules, overnight time range support, editable frontend text, selectable timer formats, and design settings for colors. Store owners can show the countdown on all products, only selected products, or exclude selected products from the global countdown rule.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://wpthemestore.co.uk/wp-content/uploads/2026/09/feature-list-banner-dispatch-countdown.png&quot; alt=&quot;feature list&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;item-description__same-day-dispatch-countdown&quot;&gt;Same Day Dispatch Countdown&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Countdown banner for product pages&lt;/strong&gt; &amp;#8211; display a clean dispatch countdown above WooCommerce product details.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Same-day dispatch message&lt;/strong&gt; &amp;#8211; show customers how much time remains before the dispatch cut-off.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Automatic time calculation&lt;/strong&gt; &amp;#8211; the countdown updates based on the active schedule and store timezone.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Multiple timer formats&lt;/strong&gt; &amp;#8211; use compact time, verbose time, or verbose time with seconds.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Mobile responsive layout&lt;/strong&gt; &amp;#8211; the banner adapts cleanly on desktop, tablet, and mobile screens.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__flexible-weekly-schedule&quot;&gt;Flexible Weekly Schedule&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Create a different dispatch time range for each weekday.&lt;/li&gt;
    &lt;li&gt;Leave a weekday blank to hide the countdown on that day.&lt;/li&gt;
    &lt;li&gt;Use standard 24-hour time ranges such as &lt;code&gt;09:00-16:00&lt;/code&gt;.&lt;/li&gt;
    &lt;li&gt;Supports overnight ranges such as &lt;code&gt;10:00-04:00&lt;/code&gt; for dispatch periods that continue into the next morning.&lt;/li&gt;
    &lt;li&gt;Countdown automatically hides when the current time is outside the active dispatch window.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__global-and-product-level-display-rules&quot;&gt;Global And Product-Level Display Rules&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Enable or disable the countdown globally from WooCommerce settings.&lt;/li&gt;
    &lt;li&gt;Show the countdown on all eligible products.&lt;/li&gt;
    &lt;li&gt;Show the countdown only on selected product IDs.&lt;/li&gt;
    &lt;li&gt;Exclude selected product IDs from the global countdown rule.&lt;/li&gt;
    &lt;li&gt;Override visibility per product with product editor controls.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__product-editor-controls&quot;&gt;Product Editor Controls&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Adds a Dispatch Countdown option inside WooCommerce product data settings.&lt;/li&gt;
    &lt;li&gt;Use the global display setting for each product by default.&lt;/li&gt;
    &lt;li&gt;Force the countdown to always show for a specific product.&lt;/li&gt;
    &lt;li&gt;Force the countdown to never show for a specific product.&lt;/li&gt;
    &lt;li&gt;Useful for stores with large catalogs where only selected products need dispatch messaging.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__custom-frontend-text&quot;&gt;Custom Frontend Text&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Edit the countdown heading text from plugin settings.&lt;/li&gt;
    &lt;li&gt;Edit the dispatch message shown beside the countdown.&lt;/li&gt;
    &lt;li&gt;Edit the timer label shown above the remaining time.&lt;/li&gt;
    &lt;li&gt;Use translation-ready strings throughout the plugin.&lt;/li&gt;
    &lt;li&gt;Keep dispatch messaging aligned with each store&amp;#8217;s shipping policy and tone.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__design-and-color-settings&quot;&gt;Design And Color Settings&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Customize the countdown banner background color.&lt;/li&gt;
    &lt;li&gt;Customize accent and highlight colors.&lt;/li&gt;
    &lt;li&gt;Customize main text and message text colors.&lt;/li&gt;
    &lt;li&gt;Customize the timer box background color.&lt;/li&gt;
    &lt;li&gt;Generated custom CSS is saved as a separate stylesheet, with no inline CSS required.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__frontend-experience&quot;&gt;Frontend Experience&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Premium dark banner design with a strong dispatch icon area.&lt;/li&gt;
    &lt;li&gt;Clear heading, message, timer label, and remaining time display.&lt;/li&gt;
    &lt;li&gt;Responsive typography that prevents long countdown text from breaking mobile layouts.&lt;/li&gt;
    &lt;li&gt;Works neatly above standard WooCommerce single product content.&lt;/li&gt;
    &lt;li&gt;Countdown refreshes automatically on the product page.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__woocommerce-compatibility&quot;&gt;WooCommerce Compatibility&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Compatible with simple WooCommerce products.&lt;/li&gt;
    &lt;li&gt;Compatible with grouped WooCommerce products.&lt;/li&gt;
    &lt;li&gt;Uses WooCommerce product APIs for product checks.&lt;/li&gt;
    &lt;li&gt;Requires WooCommerce 6.9 or newer.&lt;/li&gt;
    &lt;li&gt;Requires WordPress 5.8 or newer.&lt;/li&gt;
    &lt;li&gt;Requires PHP 7.4 or newer.&lt;/li&gt;
    &lt;li&gt;Translation-ready with an included .pot language template.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__admin-settings&quot;&gt;Admin Settings&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Dedicated WooCommerce settings section for dispatch countdown controls.&lt;/li&gt;
    &lt;li&gt;General settings for enabling the countdown and choosing display rules.&lt;/li&gt;
    &lt;li&gt;Schedule settings for weekday dispatch windows.&lt;/li&gt;
    &lt;li&gt;Text settings for frontend wording.&lt;/li&gt;
    &lt;li&gt;Design settings for banner colors.&lt;/li&gt;
    &lt;li&gt;Timer format setting for compact, verbose, or seconds-based countdown output.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__documentation-included&quot;&gt;Documentation Included&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Step-by-step installation guide.&lt;/li&gt;
    &lt;li&gt;Backend settings guide with screenshots.&lt;/li&gt;
    &lt;li&gt;Schedule setup instructions, including overnight dispatch windows.&lt;/li&gt;
    &lt;li&gt;Product-level visibility setup instructions.&lt;/li&gt;
    &lt;li&gt;Frontend countdown behavior explanation.&lt;/li&gt;
    &lt;li&gt;Design customization explanation.&lt;/li&gt;
    &lt;li&gt;Troubleshooting notes for visibility, schedules, cache, and styling.&lt;/li&gt;
&lt;/ul&gt;

&lt;pre&gt;
= 1.0.0 = 16-09-2026
* [+] Initial marketplace-ready release.
&lt;/pre&gt;</content>
			<author>
			  <name>Plugify_Lab</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/65116950</id>
			<published>2026-09-14 17:45:39</published>
			<updated>2026-09-14 17:45:39</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/role-and-customer-pricing-for-woocommerce/65116950"/>
			<title>Role and Customer Pricing for WooCommerce (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__role-and-customer-pricing-for-woocommerce&quot;&gt;Role and Customer Pricing for WooCommerce&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Role and Customer Pricing for WooCommerce&lt;/strong&gt; adds flexible role-based, customer-specific, guest, discount, schedule, and quantity pricing controls to WooCommerce products. It is built for B2B stores, wholesale shops, membership stores, private pricing websites, customer-specific deal stores, and any WooCommerce shop that needs different prices for different users.&lt;/p&gt;

&lt;p&gt;Store owners can create special pricing rules for WordPress user roles, selected individual customers, and guest visitors. Pricing rules can be added to simple products, variable products, and individual variations. The plugin supports flat prices, sale prices, percentage discounts, optional start and end dates, minimum quantity, maximum quantity, and quantity step rules. Store owners can also show promotional messages, limited-time offer notices, cart and checkout notices, order email messages, and an admin Orders list column to identify orders that used special pricing.&lt;/p&gt;

&lt;h2 id=&quot;item-description__role-and-customer-based-pricing&quot;&gt;Role And Customer Based Pricing&lt;/h2&gt;

&lt;p&gt;&lt;img src=&quot;https://wpthemestore.co.uk/wp-content/uploads/2026/09/feature-list-banner.png&quot; alt=&quot;features&quot; /&gt;
&lt;/p&gt;&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Role-based prices&lt;/strong&gt; &amp;#8211; set different prices for roles such as Customer, Guest visitors, Wholesale, B2B, Shop Manager, or any custom role.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Customer-specific prices&lt;/strong&gt; &amp;#8211; create special product prices for selected individual customer accounts.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Guest visitor pricing&lt;/strong&gt; &amp;#8211; apply pricing rules for shoppers who are not logged in.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Simple and variable product support&lt;/strong&gt; &amp;#8211; works with simple products, variable products, and individual variations.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Variation-level pricing&lt;/strong&gt; &amp;#8211; each variation can have its own role/customer pricing rule, discount, schedule, and quantity limits.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__flat-prices-and-percentage-discounts&quot;&gt;Flat Prices And Percentage Discounts&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Create flat price rules with a custom regular price and optional sale price.&lt;/li&gt;
    &lt;li&gt;Create percentage discount rules based on the existing WooCommerce product price.&lt;/li&gt;
    &lt;li&gt;Show a frontend percentage discount badge when a discount rule is active.&lt;/li&gt;
    &lt;li&gt;Sale price validation helps prevent sale prices higher than regular prices.&lt;/li&gt;
    &lt;li&gt;Pricing automatically changes on the frontend based on the logged-in user&amp;#8217;s role or matching customer rule.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__quantity-rules&quot;&gt;Quantity Rules&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Set minimum purchase quantity per role or customer pricing rule.&lt;/li&gt;
    &lt;li&gt;Set maximum purchase quantity per role or customer pricing rule.&lt;/li&gt;
    &lt;li&gt;Set quantity step rules, such as allowing purchase quantities of 2, 4, 6, 8.&lt;/li&gt;
    &lt;li&gt;Quantity rules can be enabled or disabled globally from plugin settings.&lt;/li&gt;
    &lt;li&gt;Useful for wholesale, bulk purchase, B2B, and controlled-order stores.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__scheduled-pricing-dates&quot;&gt;Scheduled Pricing Dates&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Add optional start date and end date to role/customer pricing rules.&lt;/li&gt;
    &lt;li&gt;Pricing is applied only during the valid date range.&lt;/li&gt;
    &lt;li&gt;Scheduled pricing fields can be enabled or disabled from plugin settings.&lt;/li&gt;
    &lt;li&gt;Show a frontend limited-time offer message when an active rule has an end date.&lt;/li&gt;
    &lt;li&gt;Useful for private promotions, customer-only campaigns, and time-limited wholesale deals.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__frontend-promotional-messages&quot;&gt;Frontend Promotional Messages&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Show a custom product page message when special pricing is active.&lt;/li&gt;
    &lt;li&gt;Choose where the message appears on the product page.&lt;/li&gt;
    &lt;li&gt;Use placeholders such as &lt;code&gt;{discount}&lt;/code&gt;, &lt;code&gt;{discount_text}&lt;/code&gt;, &lt;code&gt;{role}&lt;/code&gt;, and &lt;code&gt;{price_type}&lt;/code&gt;.&lt;/li&gt;
    &lt;li&gt;Show a limited-time countdown-style message when scheduled pricing has an end date.&lt;/li&gt;
    &lt;li&gt;Show cart and checkout notices when special pricing is applied to cart items.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__woocommerce-order-email-messages&quot;&gt;WooCommerce Order Email Messages&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Add a custom message to WooCommerce order emails.&lt;/li&gt;
    &lt;li&gt;Show the message in admin emails, customer emails, or both.&lt;/li&gt;
    &lt;li&gt;Choose the email message position, such as above or below the order table.&lt;/li&gt;
    &lt;li&gt;Optionally show the email message only when the order used role/customer special pricing.&lt;/li&gt;
    &lt;li&gt;Use placeholders such as &lt;code&gt;{order_id}&lt;/code&gt;, &lt;code&gt;{customer_name}&lt;/code&gt;, and &lt;code&gt;{site_name}&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__product-editor-controls&quot;&gt;Product Editor Controls&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Adds a clean Role &amp;#38; Customer Pricing panel inside WooCommerce product edit screens.&lt;/li&gt;
    &lt;li&gt;Works inside simple product data tabs.&lt;/li&gt;
    &lt;li&gt;Works inside each WooCommerce variation panel for variable products.&lt;/li&gt;
    &lt;li&gt;Product editor visibility settings allow admins to show or hide pricing tools.&lt;/li&gt;
    &lt;li&gt;Admins can enable or disable the role pricing editor and customer pricing editor separately.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__role-workspace&quot;&gt;Role Workspace&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Create custom WordPress roles from WooCommerce settings.&lt;/li&gt;
    &lt;li&gt;Edit role display names and capabilities.&lt;/li&gt;
    &lt;li&gt;Manage custom store roles without leaving the WooCommerce settings area.&lt;/li&gt;
    &lt;li&gt;Useful for B2B, wholesale, VIP, distributor, reseller, and membership pricing setups.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__orders-list-tracking&quot;&gt;Orders List Tracking&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Adds a WooCommerce Orders list column for special pricing tracking.&lt;/li&gt;
    &lt;li&gt;Helps admins identify orders that used role/customer pricing.&lt;/li&gt;
    &lt;li&gt;Shows whether a special flat price or percentage discount was used.&lt;/li&gt;
    &lt;li&gt;Compatible with classic WooCommerce orders and HPOS order screens.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__compatibility&quot;&gt;Compatibility&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Compatible with WooCommerce HPOS (High Performance Order Storage).&lt;/li&gt;
    &lt;li&gt;Compatible with simple WooCommerce products.&lt;/li&gt;
    &lt;li&gt;Compatible with variable WooCommerce products.&lt;/li&gt;
    &lt;li&gt;Compatible with individual product variations.&lt;/li&gt;
    &lt;li&gt;Requires WooCommerce 6.9 or newer.&lt;/li&gt;
    &lt;li&gt;Requires WordPress 5.8 or newer.&lt;/li&gt;
    &lt;li&gt;Requires PHP 7.4 or newer.&lt;/li&gt;
    &lt;li&gt;Translation-ready with an included .pot language template.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__documentation-included&quot;&gt;Documentation Included&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Step-by-step installation guide.&lt;/li&gt;
    &lt;li&gt;Backend settings guide with screenshots.&lt;/li&gt;
    &lt;li&gt;Simple product pricing setup instructions.&lt;/li&gt;
    &lt;li&gt;Variable product and variation pricing setup instructions.&lt;/li&gt;
    &lt;li&gt;Frontend pricing, message, cart, and checkout display explanation.&lt;/li&gt;
    &lt;li&gt;Order email message setup explanation.&lt;/li&gt;
    &lt;li&gt;Orders list tracking explanation.&lt;/li&gt;
    &lt;li&gt;Troubleshooting notes for guest pricing, percentage discounts, variation saving, and messages.&lt;/li&gt;
&lt;/ul&gt;

&lt;pre&gt;
= 1.0.0 = 14-09-2026
* [+] Initial release.
&lt;/pre&gt;</content>
			<author>
			  <name>Plugify_Lab</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/65050471</id>
			<published>2026-09-07 05:02:10</published>
			<updated>2026-09-14 06:52:35</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/iza-product-designer-wordpress-woocommerce-plugin/65050471"/>
			<title>Iza Product Designer WordPress &amp; WooCommerce Plugin (eCommerce) </title>
			<content type="html">&lt;p&gt;&lt;img src=&quot;https://fwdapps.net/images/ipd/1.png&quot; alt=&quot;Iza Product Designer WordPress &amp;#38; WooCommerce Plugin - 1&quot; /&gt;
&lt;img src=&quot;https://fwdapps.net/images/ipd/2.png&quot; alt=&quot;Iza Product Designer WordPress &amp;#38; WooCommerce Plugin - 2&quot; /&gt;
&lt;img src=&quot;https://fwdapps.net/images/ipd/3.png&quot; alt=&quot;Iza Product Designer WordPress &amp;#38; WooCommerce Plugin - 3&quot; /&gt;
&lt;img src=&quot;https://fwdapps.net/images/ipd/4.png&quot; alt=&quot;Iza Product Designer WordPress &amp;#38; WooCommerce Plugin - 4&quot; /&gt;&lt;/p&gt;


&lt;h3 id=&quot;item-description__about-iza-product-designer-wordpress-amp-woocommerce-plugin&quot;&gt;&lt;strong&gt;About Iza Product Designer WordPress &amp;#38; WooCommerce Plugin&lt;/strong&gt;&lt;/h3&gt;

&lt;p&gt;Iza Product Designer is a responsive product customization tool for JavaScript, WordPress and WooCommerce. It lets customers personalize real products with text, uploaded images, SVG graphics, shapes, artwork libraries, color presets, rulers, snapping, editable print areas, saved designs, preview downloads and print-ready production export.&lt;/p&gt;

&lt;h3 id=&quot;item-description__main-features&quot;&gt;&lt;strong&gt;Main features&lt;/strong&gt;&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Visual Product Customization&lt;/strong&gt; &amp;#8211; Let customers design apparel, mugs, caps, phone cases, paper products, merchandise and other printable products directly in the browser, &lt;a href=&quot;https://fwdapps.net/p/ipd/demos.html&quot; rel=&quot;nofollow&quot;&gt;see demos&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;JavaScript, WordPress And WooCommerce Ready&lt;/strong&gt; &amp;#8211; Use the standalone JavaScript version in custom projects or use the WordPress and WooCommerce version with products, variations, carts and orders.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Multiple Products And Views&lt;/strong&gt; &amp;#8211; Build products with front, back or custom views. Products can include synchronized colors, layered assets, thumbnails and different print settings per view.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Text, Images, Shapes And Artwork&lt;/strong&gt; &amp;#8211; Add editable text templates, customer uploads, SVG or PNG images, basic shapes and categorized artwork libraries with prices, permissions and color presets.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SVG Color Editing&lt;/strong&gt; &amp;#8211; Configure editable SVG fills and color presets so customers can change product parts, artwork, shapes and graphic elements without replacing the source file.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Realistic Product Previews&lt;/strong&gt; &amp;#8211; Combine base images, SVG parts, transparent PNG shading and overlay layers to create realistic previews while keeping production files clean.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Printing Box And Bounds&lt;/strong&gt; &amp;#8211; Define the editable print area visually with a printing box, use it as a boundary, or assign another layer as a clipping or inside boundary for added objects.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Rulers, Units And Snapping&lt;/strong&gt; &amp;#8211; Show rulers in px, mm, cm or inch, use snapping to center objects, and edit print boxes in pixel-accurate canvas coordinates.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Preview, Download And Print&lt;/strong&gt; &amp;#8211; Export customer previews as PNG, JPG, SVG or PDF, print the visible design, or download the current view or all views depending on your setup.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Production Export&lt;/strong&gt; &amp;#8211; Generate print-ready files from the printing box using the configured physical size, DPI and bleed. Product mockup layers can be excluded so only printable content is exported.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Saved Designs&lt;/strong&gt; &amp;#8211; Allow logged-in customers to save designs and reopen them later, with database storage in the WordPress version.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;WooCommerce Order Viewer&lt;/strong&gt; &amp;#8211; Store the customized product with the order and let administrators view, edit, download previews and export production files from the order screen.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Flexible Interface&lt;/strong&gt; &amp;#8211; Customize the action bar, module bar, object toolbar, colors, labels, icons, lightbox mode, fullscreen mode and responsive layouts.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Template Based Setup&lt;/strong&gt; &amp;#8211; Start new products from included templates such as shirt, cap, mug and phone, then adjust views, layers, print boxes and module libraries for your own products.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Easy To Configure And Install&lt;/strong&gt; &amp;#8211; Includes demos, product JSON examples, WordPress admin tools, import/export support, and clear &lt;a href=&quot;https://fwdapps.net/p/ipd/documentation.html&quot; rel=&quot;nofollow&quot;&gt;JavaScript documentation&lt;/a&gt; and &lt;a href=&quot;https://fwdapps.net/p/ipd/wordpress-documentation.html&quot; rel=&quot;nofollow&quot;&gt;WordPress documentation&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One-Time Purchase&lt;/strong&gt; &amp;#8211; Buy once and use the product version you purchase.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Direct Support&lt;/strong&gt; &amp;#8211; Ongoing support and product maintenance from the developer, &lt;a href=&quot;mailto:tibi_diablo@yahoo.com&quot;&gt;Tibi @ FWD&lt;/a&gt;.&lt;/p&gt;</content>
			<author>
			  <name>FWDesign</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/65050388</id>
			<published>2026-09-03 19:13:13</published>
			<updated>2026-09-03 19:13:13</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/gravity-forms-epcqr-extension-for-gravity-pdf/65050388"/>
			<title>Gravity Forms EPC-QR Extension for Gravity PDF (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__gravity-forms-epc-qr-for-gravity-pdf-your-invoice-paid-with-one-scan&quot;&gt;Gravity Forms EPC-QR for Gravity PDF — Your Invoice, Paid With One Scan&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Adds a payment page to the PDF your form already produces: a real EPC QR code that any European
banking app reads, with beneficiary, IBAN, amount and payment reference prefilled. The customer scans,
confirms, and the invoice is paid.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;No typing, no transposed digits, no &amp;#8220;which account was that again&amp;#8221;. The payment details are printed
underneath the code as well, so the page also works for someone without a banking app — and so a wrong
value becomes visible instead of staying hidden inside a square of dots.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__why-you-ll-love-it&quot;&gt;Why you&amp;#8217;ll love it&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt; &lt;strong&gt;A real EPC QR code&lt;/strong&gt;, following EPC069-12 for SEPA credit transfers — the same
        standard the banking apps of the euro area implement. Beneficiary, IBAN, BIC, amount, purpose and
        reference travel inside it, exactly as the specification prescribes.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Appended to any Gravity PDF.&lt;/strong&gt; The invoice your template produces stays
        untouched; the code arrives as a further page at the end. Every PDF of a form, or just the one you
        pick.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;The amount comes from the entry&lt;/strong&gt;, not from a second field somebody has to keep
        in sync — it is the same order total Gravity Forms shows. The code can never ask for a different
        sum than the invoice states.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Invoice number and date through merge tags.&lt;/strong&gt; Write the tags your document
        already uses, and whatever produces them reaches the payment reference — this plugin never needs to
        know the source.&lt;/li&gt;
    &lt;li&gt;⚙️ &lt;strong&gt;One shared settings page for the whole family.&lt;/strong&gt; Company name, IBAN, BIC and
        creditor reference are entered once and are readable by every companion add-on. No IBAN typed
        twice, so no two IBANs — company name and IBAN are required specifically for this add-on, since
        an EPC QR code cannot exist without them.&lt;/li&gt;
    &lt;li&gt;️ &lt;strong&gt;An outage never breaks an invoice.&lt;/strong&gt; Only a value that definitely cannot work
        stops the page; a malformed BIC costs that one field, not the document. A PDF produced while a
        notification is being sent can never fail because of a payment code.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Nothing to install.&lt;/strong&gt; The payload library ships with the plugin, and the QR
        encoder comes from Gravity PDF itself. No Composer step, no API key, no external service — the code
        is computed on your own server.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Translation-ready.&lt;/strong&gt; English and German included, fully internationalized.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__key-features&quot;&gt;Key features&lt;/h3&gt;

&lt;h4 id=&quot;item-description__the-payment-page&quot;&gt;The payment page&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;A heading and a short introduction, configurable per feed and both merge-tag aware.&lt;/li&gt;
    &lt;li&gt;The QR code, 45 mm square, error correction level M — comfortably scannable from a printed
        invoice.&lt;/li&gt;
    &lt;li&gt;A list of the values that actually went into the code, generated from the payload&amp;#8217;s own record of
        what it encoded rather than from the settings. It therefore cannot claim something the code does
        not contain. Switchable per feed.&lt;/li&gt;
    &lt;li&gt;The page carries its own margins, so it looks the same whichever invoice template it is appended
        to — and the indent is only ever added to what the template already provides, so a document with
        generous margins never ends up doubly indented. Adjustable through one filter.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__reference-or-text-the-standard-s-rule-made-usable&quot;&gt;Reference or text — the standard&amp;#8217;s rule, made usable&lt;/h4&gt;
&lt;p&gt;The EPC standard allows &lt;em&gt;either&lt;/em&gt; a structured creditor reference &lt;em&gt;or&lt;/em&gt; unstructured
remittance text. Never both. Instead of failing at that, the feed offers the choice: the reference when
one is configured, always the reference, or always the text. When the automatic mode picks one over the
other, the decision is written to the log — so it stays explainable later instead of mysterious.&lt;/p&gt;

&lt;h4 id=&quot;item-description__seven-purpose-codes&quot;&gt;Seven purpose codes&lt;/h4&gt;
&lt;p&gt;The ISO 20022 purpose codes that matter for invoicing, from supplier payment to tax payment, salary and
pension.&lt;/p&gt;

&lt;h4 id=&quot;item-description__the-shared-e-invoice-settings-page&quot;&gt;The shared &amp;#8220;(e)invoice Settings&amp;#8221; page&lt;/h4&gt;
&lt;p&gt;Every add-on of this family that needs global configuration would otherwise add its own tab. Five
add-ons, five tabs, and the same company IBAN typed into three of them. Instead there is one page, built
from a shared field &lt;em&gt;catalogue&lt;/em&gt; — a plugin no longer defines a field, it requests the ones it
needs, and a field several plugins name still appears exactly once. This one requests the company name,
IBAN, BIC and creditor reference, and marks company name and IBAN required for itself specifically —
since an EPC QR code cannot exist without them, while the company&amp;#8217;s other companion add-ons are perfectly
valid without a payment account. Your own plugin can request a catalogue field, or add its own section,
with a single call:&lt;/p&gt;

&lt;pre&gt;
EInvoicePress_Fields::init();

EInvoicePress_Fields::request( array(
    'en16931_seller_name',
    'en16931_seller_iban',
) );
&lt;/pre&gt;

&lt;p&gt;Read a value from anywhere with &lt;em&gt;EInvoicePress_Settings::get( &amp;#8216;en16931_seller_iban&amp;#8217; )&lt;/em&gt;. A field
your plugin needs alone can still be contributed as its own section:&lt;/p&gt;

&lt;pre&gt;
add_filter( 'einvoicepress_settings_sections', function ( $sections ) {

    $sections[] = array(
        'title'    =&amp;gt; 'My Section',
        'priority' =&amp;gt; 20,
        'fields'   =&amp;gt; array(
            array( 'name' =&amp;gt; 'my_plugin_value', 'type' =&amp;gt; 'text', 'label' =&amp;gt; 'My value' ),
        ),
    );

    return $sections;
} );
&lt;/pre&gt;

&lt;h4 id=&quot;item-description__the-identifiers-are-validated-not-just-stored&quot;&gt;The identifiers are validated, not just stored&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;IBAN&lt;/strong&gt; — check digits and per-country format.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;BIC / SWIFT&lt;/strong&gt; — length, structure and a real ISO 3166-1 country check at positions
        5-6.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Creditor Reference&lt;/strong&gt; — structure plus the ISO 7064 MOD 97-10 check digits of
        ISO 11649.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A typo is caught while it is being saved, not months later by a payment that never arrives. These are
the portable Settings API field types of the companion &lt;strong&gt;SEPA Fields&lt;/strong&gt; add-on, copied in as
self-contained packages — same rules, same messages, no dependency between the plugins.&lt;/p&gt;

&lt;h4 id=&quot;item-description__checked-before-you-configure-it&quot;&gt;Checked before you configure it&lt;/h4&gt;
&lt;p&gt;The feed screen names what is missing rather than letting you discover it from an invoice that went out
without a code: wrong currency, Gravity PDF inactive, no PDF on this form, or company name and IBAN not
entered yet — both required fields on the settings page. The very same checks run at render time, so the
two can never disagree about what is wrong.&lt;/p&gt;

&lt;h4 id=&quot;item-description__built-for-how-gravity-pdf-actually-works&quot;&gt;Built for how Gravity PDF actually works&lt;/h4&gt;
&lt;p&gt;A Gravity PDF document is not built when the form is submitted — it is built whenever somebody asks for
it, possibly years later and several times over. The page is therefore produced at render time, which is
the only point at which the finished document exists. Gravity PDF reuses files it has already saved, so a
document created before you added the feed keeps its old content; one feed switch rebuilds it, off by
default so nothing slows down in normal operation. And a document is never extended twice, however often
the hooks fire within a request.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__what-s-included&quot;&gt;What&amp;#8217;s included&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;The plugin — a Gravity Forms feed add-on for Gravity PDF, plus the shared &lt;em&gt;(e)invoice
        Settings&lt;/em&gt; page other plugins can extend.&lt;/li&gt;
    &lt;li&gt;The &lt;em&gt;smhg/sepa-qr-data&lt;/em&gt; payload library, bundled. No Composer step.&lt;/li&gt;
    &lt;li&gt;Portable &lt;em&gt;iban&lt;/em&gt;, &lt;em&gt;bic&lt;/em&gt; and &lt;em&gt;iso11649&lt;/em&gt; Settings API field types with their
        dependency-free validators — reusable in your own plugins.&lt;/li&gt;
    &lt;li&gt;English and German translations (&lt;em&gt;.po&lt;/em&gt; / &lt;em&gt;.mo&lt;/em&gt;).&lt;/li&gt;
    &lt;li&gt;Full documentation in &lt;strong&gt;English and German&lt;/strong&gt; (README + feature overview), including
        the developer reference and every hook.&lt;/li&gt;
    &lt;li&gt;Clean, well-structured, object-oriented and heavily commented code — easy to read, extend and
        audit.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__requirements-amp-compatibility&quot;&gt;Requirements &amp;#38; compatibility&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;WordPress&lt;/strong&gt; with &lt;strong&gt;Gravity Forms ≥ 2.5&lt;/strong&gt;&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Gravity PDF ≥ 6&lt;/strong&gt; (the free core plugin is enough)&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;PHP ≥ 8.1&lt;/strong&gt;&lt;/li&gt;
    &lt;li&gt;The Gravity Forms currency has to be &lt;strong&gt;EUR&lt;/strong&gt; — the EPC QR standard supports no
        other&lt;/li&gt;
    &lt;li&gt;No outbound network access, no API key, no third-party service&lt;/li&gt;
    &lt;li&gt;Works alongside the companion &lt;strong&gt;SEPA Fields&lt;/strong&gt;, &lt;strong&gt;VAT ID Field&lt;/strong&gt;,
        &lt;strong&gt;SIRET Field&lt;/strong&gt;, &lt;strong&gt;LEI Field&lt;/strong&gt; and &lt;strong&gt;ABN Field&lt;/strong&gt;
        add-ons.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__support-amp-updates&quot;&gt;Support &amp;#38; updates&lt;/h3&gt;

&lt;p&gt;Clean, well-documented code that&amp;#8217;s easy to maintain. Localization-ready out of the box. Built to follow
Gravity Forms&amp;#8217; official add-on framework and Settings API conventions and to use Gravity PDF&amp;#8217;s documented
filters, so it stays compatible as your stack evolves.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__changelog&quot;&gt;Changelog&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;1.0.1&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;The beneficiary block moved into the shared field catalogue, so its fields are requested — not
        redefined — by every add-on of the family that needs them.&lt;/li&gt;
    &lt;li&gt;Company name and IBAN are now required fields, enforced on the shared settings page specifically
        for this add-on.&lt;/li&gt;
    &lt;li&gt;Values stored under the pre-1.0.1 field names are carried over automatically, once.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;1.0.0&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Initial release. Feed add-on that appends an EPC QR payment page to a Gravity PDF document.&lt;/li&gt;
    &lt;li&gt;The shared &lt;em&gt;(e)invoice Settings&lt;/em&gt; page, extensible by any plugin through one filter.&lt;/li&gt;
    &lt;li&gt;Beneficiary block with validated IBAN, BIC and creditor reference, using the portable Settings API
        field types of the SEPA Fields add-on.&lt;/li&gt;
    &lt;li&gt;Amount taken from the entry&amp;#8217;s order total; purpose code, remittance reference or text, and payer
        information per feed, with merge tag support.&lt;/li&gt;
    &lt;li&gt;Structured reference and unstructured text are mutually exclusive per the standard; the feed makes
        the choice instead of failing at it.&lt;/li&gt;
    &lt;li&gt;Own page margins, adjustable through the &lt;em&gt;sp_epcqr_page_margins&lt;/em&gt; filter.&lt;/li&gt;
    &lt;li&gt;Optional rebuild of already saved PDFs.&lt;/li&gt;
    &lt;li&gt;German translation.&lt;/li&gt;
&lt;/ul&gt;</content>
			<author>
			  <name>naranili</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/65003806</id>
			<published>2026-08-31 16:40:59</published>
			<updated>2026-08-31 16:40:59</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/pow-purchase-orders-for-woocommerce/65003806"/>
			<title>POW - Purchase Orders for WooCommerce (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__pow-purchase-orders-for-woocommerce&quot;&gt;POW &amp;#8211; Purchase Orders for WooCommerce&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;POW &amp;#8211; Purchase Orders for WooCommerce&lt;/strong&gt; adds a configurable purchase order payment method to WooCommerce. It is built for B2B, wholesale, corporate, account-based, and invoice-based stores where customers place an order now and pay later by purchase order or invoice.&lt;/p&gt;

&lt;p&gt;Customers can enter a purchase order number and invoice details during checkout. Store owners can enable or disable invoice fields, mark fields as required, create extra custom PO fields, control which customer roles can use the gateway, and choose the WooCommerce order status assigned after checkout. Purchase order details are saved as order meta and displayed on the thank-you page, customer account order page, admin order screen, WooCommerce emails, and compatible PDF invoice plugins.&lt;/p&gt;

&lt;h2 id=&quot;item-description__purchase-order-payment-gateway&quot;&gt;Purchase Order Payment Gateway&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Dedicated WooCommerce payment method&lt;/strong&gt; &amp;#8211; adds a new POW Purchase Order gateway under WooCommerce payment settings.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Flexible checkout text&lt;/strong&gt; &amp;#8211; edit the checkout title, checkout message, confirmation note, and PO number label.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Order status control&lt;/strong&gt; &amp;#8211; choose the order status assigned after a purchase order checkout, such as On hold, Pending payment, Processing, or any custom status registered on the store.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Classic and block checkout support&lt;/strong&gt; &amp;#8211; works with WooCommerce classic checkout and WooCommerce Checkout Block.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__configurable-invoice-fields&quot;&gt;Configurable Invoice Fields&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Show or hide default invoice fields from the gateway settings.&lt;/li&gt;
    &lt;li&gt;Mark each visible field as required or optional.&lt;/li&gt;
    &lt;li&gt;Supported default fields include purchase order number, company name, address lines, city, state, ZIP/postal code, and invoice email.&lt;/li&gt;
    &lt;li&gt;Invoice email is validated before checkout is completed.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__custom-po-checkout-fields&quot;&gt;Custom PO Checkout Fields&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Create extra purchase order fields without code from &lt;strong&gt;WooCommerce &amp;gt; Settings &amp;gt; PO custom fields&lt;/strong&gt;.&lt;/li&gt;
    &lt;li&gt;Supports Text, Email, Number, Textarea, and Select fields.&lt;/li&gt;
    &lt;li&gt;Set your own field label, placeholder, meta key, select options, required status, and display status.&lt;/li&gt;
    &lt;li&gt;Custom fields are saved to the WooCommerce order using the meta key entered by the store owner.&lt;/li&gt;
    &lt;li&gt;Saved custom fields can appear in order details, admin order screens, customer account pages, and compatible invoice templates.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__gateway-role-availability&quot;&gt;Gateway Role Availability&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Control which customer roles can see the purchase order gateway at checkout.&lt;/li&gt;
    &lt;li&gt;Allow the gateway only for selected roles, such as Customer, Wholesale Customer, or any custom role on the site.&lt;/li&gt;
    &lt;li&gt;Exclude selected roles when the gateway should be hidden from specific users.&lt;/li&gt;
    &lt;li&gt;Guest customers can also be included or excluded.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__purchase-order-details-display&quot;&gt;Purchase Order Details Display&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Shows purchase order details on the order received / thank-you page.&lt;/li&gt;
    &lt;li&gt;Shows purchase order details inside the customer account order view.&lt;/li&gt;
    &lt;li&gt;Shows purchase order details on the WooCommerce admin order edit screen.&lt;/li&gt;
    &lt;li&gt;Optionally includes purchase order information in WooCommerce order emails.&lt;/li&gt;
    &lt;li&gt;Uses a clean table layout so order staff and customers can review PO data clearly.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__invoice-and-pdf-plugin-integration&quot;&gt;Invoice And PDF Plugin Integration&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Stores default purchase order data in standalone POW order meta keys.&lt;/li&gt;
    &lt;li&gt;Works with invoice plugins that support custom WooCommerce order meta fields.&lt;/li&gt;
    &lt;li&gt;Tested with WebToffee PDF invoice order meta field setup for displaying the purchase order number on invoices.&lt;/li&gt;
    &lt;li&gt;Documentation includes the full list of order meta keys and screenshots showing the invoice meta setup.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__default-order-meta-keys&quot;&gt;Default Order Meta Keys&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Purchase order number:&lt;/strong&gt; &lt;code&gt;_pow_order_number&lt;/code&gt;&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Company name:&lt;/strong&gt; &lt;code&gt;_pow_order_company_name&lt;/code&gt;&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Address line 1:&lt;/strong&gt; &lt;code&gt;_pow_order_address1&lt;/code&gt;&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Address line 2:&lt;/strong&gt; &lt;code&gt;_pow_order_address2&lt;/code&gt;&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Address line 3:&lt;/strong&gt; &lt;code&gt;_pow_order_address3&lt;/code&gt;&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;City:&lt;/strong&gt; &lt;code&gt;_pow_order_city&lt;/code&gt;&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;State:&lt;/strong&gt; &lt;code&gt;_pow_order_state&lt;/code&gt;&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;ZIP / postal code:&lt;/strong&gt; &lt;code&gt;_pow_order_postcode&lt;/code&gt;&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Invoice email:&lt;/strong&gt; &lt;code&gt;_pow_order_invoice_email&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__compatibility&quot;&gt;Compatibility&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Compatible with WooCommerce HPOS (High Performance Order Storage).&lt;/li&gt;
    &lt;li&gt;Compatible with WooCommerce Checkout Block.&lt;/li&gt;
    &lt;li&gt;Compatible with classic WooCommerce checkout.&lt;/li&gt;
    &lt;li&gt;Requires WooCommerce 6.9 or newer.&lt;/li&gt;
    &lt;li&gt;Requires WordPress 5.8 or newer.&lt;/li&gt;
    &lt;li&gt;Requires PHP 7.4 or newer.&lt;/li&gt;
    &lt;li&gt;Translation-ready with an included .pot language template.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__documentation-included&quot;&gt;Documentation Included&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Step-by-step installation guide.&lt;/li&gt;
    &lt;li&gt;Gateway setup instructions with screenshots.&lt;/li&gt;
    &lt;li&gt;Custom PO field setup instructions with screenshots.&lt;/li&gt;
    &lt;li&gt;Role availability instructions with screenshots.&lt;/li&gt;
    &lt;li&gt;Invoice meta key setup instructions with screenshots.&lt;/li&gt;
    &lt;li&gt;Order received, customer account, admin order, and invoice output screenshots.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;item-description__changelog&quot;&gt;Changelog&lt;/h3&gt;
&lt;pre&gt;
31-08-2026 - Version 1.0.0
- Initial release.
&lt;/pre&gt;</content>
			<author>
			  <name>Plugify_Lab</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64737050</id>
			<published>2026-08-14 03:34:48</published>
			<updated>2026-08-14 20:09:15</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/agent-gateway-ai-agents-for-woocommerce-wordpress-mcp-oauth-21/64737050"/>
			<title>Agent Gateway: AI Agents for WooCommerce &amp; WordPress (MCP + OAuth 2.1) (eCommerce) </title>
			<content type="html">&lt;h1 id=&quot;item-description__let-ai-assistants-run-your-wordpress-store-on-your-terms-and-your-server&quot;&gt;Let AI assistants run your WordPress store, on your terms and your server.&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Agent Gateway&lt;/strong&gt; is the missing production layer that lets AI assistants like &lt;strong&gt;Claude, ChatGPT, and Cursor&lt;/strong&gt; connect to your self-hosted WordPress &amp;#38; WooCommerce site over the open &lt;strong&gt;Model Context Protocol (MCP)&lt;/strong&gt;. It ships a spec-compliant &lt;strong&gt;OAuth 2.1&lt;/strong&gt; server, per-agent permissions, and a human approval queue, so an agent can search your catalog, check stock, and draft an order, but never touches anything you have not explicitly allowed. Everything runs on your own domain. &lt;strong&gt;No SaaS backend, no phone-home, no API keys to copy by hand.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try the live demo before you buy:&lt;/strong&gt; &lt;a href=&quot;https://agent-gateway-demo.instawp.site/&quot; rel=&quot;nofollow&quot;&gt;agent-gateway-demo.instawp.site&lt;/a&gt; is a real WooCommerce store with the plugin active. Inspect the live OAuth endpoints yourself: &lt;a href=&quot;https://agent-gateway-demo.instawp.site/.well-known/oauth-protected-resource/wp-json/agw/mcp&quot; rel=&quot;nofollow&quot;&gt;resource metadata (RFC 9728)&lt;/a&gt; and &lt;a href=&quot;https://agent-gateway-demo.instawp.site/.well-known/oauth-authorization-server&quot; rel=&quot;nofollow&quot;&gt;authorization server metadata (RFC 8414)&lt;/a&gt;. Or point any MCP client at &lt;code&gt;https://agent-gateway-demo.instawp.site/wp-json/agw/mcp&lt;/code&gt; and watch the whole flow work.&lt;/p&gt;

 

&lt;h2 id=&quot;item-description__how-it-works&quot;&gt;How it works&lt;/h2&gt;
&lt;ol&gt;
  &lt;li&gt;&lt;strong&gt;Connect.&lt;/strong&gt; Add your site as a remote MCP server in your AI client. Discovery, dynamic client registration, and the OAuth handshake all happen automatically, with no keys to paste.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Govern.&lt;/strong&gt; On a single consent screen you grant each agent only the abilities you choose (&lt;code&gt;allow&lt;/code&gt;, &lt;code&gt;hold&lt;/code&gt;, or &lt;code&gt;deny&lt;/code&gt;), with optional rate limits and auto-approve constraints. Change or revoke any of it live.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Operate.&lt;/strong&gt; Read tools run instantly; write actions wait in your approval queue. Every consent, call, hold, approval, and revocation is written to an append-only audit log.&lt;/li&gt;
&lt;/ol&gt;

 

&lt;h2 id=&quot;item-description__see-it-in-action&quot;&gt;See it in action&lt;/h2&gt;
&lt;p&gt;Agent Gateway is not a demo of what AI &lt;em&gt;could&lt;/em&gt; do. It is the governance layer for what agents actually do on your store:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Customer support in Claude.&lt;/strong&gt; An agent looks up an order&amp;#8217;s status for a shopper: read-only, instant, and scoped so it can only ever see the orders attributed to that agent.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Assisted checkout.&lt;/strong&gt; A shopping agent searches your catalog, checks live stock, estimates shipping, and drafts an order. It never charges anyone: the draft waits in your approval queue until you say yes.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Merchandising in Cursor.&lt;/strong&gt; An assistant bulk-checks stock and pricing while every single call is written to an append-only audit log you can review later.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Instant off-switch.&lt;/strong&gt; You revoke an agent mid-conversation; its very next request gets a 401, no matter what tokens it is still holding.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h2 id=&quot;item-description__connect-any-ai-client-in-one-click&quot;&gt;Connect any AI client in one click&lt;/h2&gt;
&lt;p&gt;Add your site as a remote MCP server in Claude, ChatGPT, or Cursor. Discovery, dynamic client registration, and the OAuth handshake all happen automatically, with no keys to paste. On a single consent screen &lt;strong&gt;you choose exactly which scopes each agent gets&lt;/strong&gt;, and you can change or revoke them any time.&lt;/p&gt;
&lt;img src=&quot;https://agent-gateway-neon.vercel.app/connect.jpg&quot; alt=&quot;One-click consent screen with per-scope checkboxes&quot; /&gt;

&lt;h2 id=&quot;item-description__per-agent-per-ability-permissions&quot;&gt;Per-agent, per-ability permissions&lt;/h2&gt;
&lt;p&gt;Agents are never mapped to your admin account. Each is a zero-capability principal. Set every ability to &lt;code&gt;allow&lt;/code&gt;, &lt;code&gt;hold&lt;/code&gt; (queue for approval), or &lt;code&gt;deny&lt;/code&gt;, add hourly rate limits and JSON auto-approve constraints (for example a maximum order value), and revoke access live no matter what tokens are already out there.&lt;/p&gt;
&lt;img src=&quot;https://agent-gateway-neon.vercel.app/permissions.jpg&quot; alt=&quot;Per-agent permissions editor with allow, hold, and deny policies&quot; /&gt;

&lt;h2 id=&quot;item-description__a-human-approval-queue&quot;&gt;A human approval queue&lt;/h2&gt;
&lt;p&gt;Write actions can be held for your review. Approve or reject from a clean queue, with constraint-based auto-approval for the routine cases, a global kill switch, and per-agent dry-run mode. &lt;strong&gt;Approvals run as the agent, never as your admin account&lt;/strong&gt;, re-validating the arguments against the current schema before anything executes.&lt;/p&gt;
&lt;img src=&quot;https://agent-gateway-neon.vercel.app/queue.jpg&quot; alt=&quot;Approval queue holding a write action for human review&quot; /&gt;

 

&lt;h2 id=&quot;item-description__why-not-just-use-a-free-plugin&quot;&gt;Why not just use a free plugin?&lt;/h2&gt;
&lt;p&gt;Almost every free &amp;#8220;connect AI to WordPress&amp;#8221; plugin funnels your store through a hosted service you do not control, so your catalog, orders, and customer data pass through someone else&amp;#8217;s backend, and you pay a monthly fee forever. Agent Gateway is the opposite:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;You own every endpoint.&lt;/strong&gt; Your OAuth server, your tokens, your database. Nothing leaves your domain and no third party ever sees your data.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;One purchase, not a subscription.&lt;/strong&gt; No monthly SaaS fee, no per-agent pricing, no vendor lock-in.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Open standards, not a walled garden.&lt;/strong&gt; Built on MCP and OAuth 2.1, so any compliant client works today and you are never trapped in one vendor&amp;#8217;s ecosystem.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Governance built in, not bolted on.&lt;/strong&gt; Per-ability permissions, an approval queue, a kill switch, and a full audit trail are the product, not an upsell.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h2 id=&quot;item-description__real-oauth-2-1-for-self-hosted-wordpress&quot;&gt;Real OAuth 2.1, for self-hosted WordPress&lt;/h2&gt;
&lt;p&gt;Self-hosted MCP has been stuck on application passwords and hand-copied tokens. Agent Gateway brings the full standard to your own domain:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;PKCE (S256)&lt;/strong&gt; authorization code flow, with exact redirect-URI matching.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Dynamic client registration&lt;/strong&gt; (RFC 7591) so clients onboard themselves.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Protected-resource and authorization-server metadata&lt;/strong&gt; (RFC 9728 / RFC 8414) for automatic discovery.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Audience-bound tokens&lt;/strong&gt; (RFC 8707) validated on every request, and &lt;strong&gt;revocation&lt;/strong&gt; (RFC 7009).&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Opaque tokens&lt;/strong&gt; stored only as hashes, never as JWTs, never in plaintext.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__built-in-diagnostics&quot;&gt;Built-in diagnostics&lt;/h2&gt;
&lt;p&gt;A one-click self-test verifies your discovery documents, that the Authorization header reaches WordPress, that credentialed responses are not cached, and a full &lt;em&gt;register → PKCE → token → MCP → revoke&lt;/em&gt; round-trip, so you catch hosting issues before your AI clients ever do.&lt;/p&gt;
&lt;img src=&quot;https://agent-gateway-neon.vercel.app/diagnostics.jpg&quot; alt=&quot;Built-in self-test passing all checks&quot; /&gt;

&lt;h2 id=&quot;item-description__a-complete-append-only-audit-trail&quot;&gt;A complete, append-only audit trail&lt;/h2&gt;
&lt;p&gt;Every consent, tool call, hold, approval, and revocation is recorded: who did what, when, and with what outcome. Nothing an agent does is invisible.&lt;/p&gt;
&lt;img src=&quot;https://agent-gateway-neon.vercel.app/audit.jpg&quot; alt=&quot;Append-only audit log of every agent action and owner decision&quot; /&gt;

 

&lt;h2 id=&quot;item-description__prebuilt-woocommerce-abilities-pack&quot;&gt;Prebuilt WooCommerce abilities pack&lt;/h2&gt;
&lt;p&gt;Ship a working agent-commerce demo on day one. Read tools run instantly; writes wait for your approval:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Search products&lt;/strong&gt;, &lt;strong&gt;check stock&lt;/strong&gt;, and &lt;strong&gt;estimate shipping&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Get order status&lt;/strong&gt;, scoped to the agent&amp;#8217;s own attributed orders&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Create draft orders&lt;/strong&gt; and &lt;strong&gt;initiate returns&lt;/strong&gt; (held for approval, and attributed to the agent, HPOS-safe)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Need your own actions? Register any ability with a filter and it flows through the same scope, grant, policy, and queue machinery automatically.&lt;/p&gt;

&lt;h2 id=&quot;item-description__works-with&quot;&gt;Works with&lt;/h2&gt;
&lt;p&gt;Claude (custom connectors), ChatGPT (connectors), Cursor, and any MCP client, plus the &lt;em&gt;@automattic/mcp-wordpress-remote&lt;/em&gt; stdio proxy as a fallback. Targets the MCP authorization spec (revision 2025-11-25).&lt;/p&gt;

&lt;h2 id=&quot;item-description__requirements&quot;&gt;Requirements&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;WordPress 6.9+ (Abilities API in core)&lt;/li&gt;
  &lt;li&gt;PHP 8.1+, MySQL 5.7+ / MariaDB 10.4+&lt;/li&gt;
  &lt;li&gt;HTTPS with a valid certificate&lt;/li&gt;
  &lt;li&gt;WooCommerce (optional) for the commerce abilities pack&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__what-you-get&quot;&gt;What you get&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;The installable plugin, self-contained, with no Composer or build step&lt;/li&gt;
  &lt;li&gt;Full HTML documentation and a quick-start guide&lt;/li&gt;
  &lt;li&gt;Clean, opt-in uninstall&lt;/li&gt;
  &lt;li&gt;GPLv2+ code; support via your CodeCanyon item page&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h2 id=&quot;item-description__frequently-asked-questions&quot;&gt;Frequently asked questions&lt;/h2&gt;

&lt;h3 id=&quot;item-description__is-this-a-subscription&quot;&gt;Is this a subscription?&lt;/h3&gt;
&lt;p&gt;No. Agent Gateway is a one-time purchase that runs entirely on your own server. There is no monthly fee and no hosted service to pay for.&lt;/p&gt;

&lt;h3 id=&quot;item-description__do-i-need-to-write-any-code&quot;&gt;Do I need to write any code?&lt;/h3&gt;
&lt;p&gt;No. Install the plugin, activate it, connect from your AI client, and manage agents, permissions, and the approval queue from the WordPress admin. Developers &lt;em&gt;can&lt;/em&gt; extend it by registering their own abilities through a filter, but that is optional.&lt;/p&gt;

&lt;h3 id=&quot;item-description__does-it-require-woocommerce&quot;&gt;Does it require WooCommerce?&lt;/h3&gt;
&lt;p&gt;No. The core OAuth 2.1 and MCP layer runs on plain WordPress. WooCommerce is only needed for the prebuilt commerce abilities pack, which activates automatically when WooCommerce is present.&lt;/p&gt;

&lt;h3 id=&quot;item-description__is-any-of-my-data-sent-to-a-third-party&quot;&gt;Is any of my data sent to a third party?&lt;/h3&gt;
&lt;p&gt;Never. There is no SaaS backend and no phone-home. Discovery, authorization, tokens, and every agent call happen on your domain and stay on your domain.&lt;/p&gt;

&lt;h3 id=&quot;item-description__will-an-agent-get-access-to-my-admin-account&quot;&gt;Will an agent get access to my admin account?&lt;/h3&gt;
&lt;p&gt;No. Each agent is its own zero-capability principal, completely separate from your WordPress users. You grant permissions per agent and per ability, and you can revoke them live at any time.&lt;/p&gt;

&lt;h3 id=&quot;item-description__what-stops-an-agent-from-doing-something-risky&quot;&gt;What stops an agent from doing something risky?&lt;/h3&gt;
&lt;p&gt;Write actions can be held for your approval before they run, you can auto-approve only within limits you set (for example a maximum order value), and a global kill switch plus per-agent dry-run mode let you pause or simulate everything instantly.&lt;/p&gt;

&lt;h3 id=&quot;item-description__which-ai-clients-does-it-work-with&quot;&gt;Which AI clients does it work with?&lt;/h3&gt;
&lt;p&gt;Claude, ChatGPT, and Cursor via their standard remote-MCP connectors, and any other MCP-compliant client. Because it is built on open standards, you are not locked to one vendor.&lt;/p&gt;

&lt;h3 id=&quot;item-description__do-i-get-updates-and-support&quot;&gt;Do I get updates and support?&lt;/h3&gt;
&lt;p&gt;Yes. Updates are delivered through CodeCanyon, and support is available through your item page.&lt;/p&gt;

 

&lt;h2 id=&quot;item-description__changelog&quot;&gt;Changelog&lt;/h2&gt;
&lt;pre&gt;== 1.0.3 (released 13 August 2026) ==

Initial release.
+ OAuth 2.1 authorization server: PKCE S256, dynamic client registration,
  protected-resource and authorization-server discovery metadata
  (RFC 9728 / RFC 8414), audience-bound tokens (RFC 8707), revocation (RFC 7009).
+ Agent principals with per-agent, per-ability permissions.
+ Human approval queue: auto-approve constraints, rate limits, global kill
  switch, and per-agent dry-run mode.
+ Append-only audit log of every consent, call, hold, approval, and revocation.
+ Built-in external self-test diagnostics.
+ Prebuilt WooCommerce abilities pack (search, stock, shipping, order status,
  draft orders, returns) with agent-attributed, HPOS-safe orders.&lt;/pre&gt;

 

&lt;p&gt;&lt;em&gt;Secure by construction:&lt;/em&gt; all secrets are generated with a CSPRNG and stored only as SHA-256 hashes, compared in constant time; replaying a used code or refresh token revokes the entire token family; agent scopes can only ever map to virtual per-ability capabilities, never real WordPress capabilities.&lt;/p&gt;</content>
			<author>
			  <name>codemypain</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64676896</id>
			<published>2026-08-07 23:29:20</published>
			<updated>2026-08-13 18:39:35</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/autohub-car-dealer-listing-saas/64676896"/>
			<title>AutoHub - Car Dealer &amp; Listing (SaaS) (Miscellaneous) </title>
			<content type="html">&lt;p&gt;&lt;a href=&quot;https://modeltheme.com/item/autohub-wordpress-car-dealer-listing-saas/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://modeltheme.com/TFIMGS/general/saas-upgrade-banner-autohub.png&quot; alt=&quot;AutoHub - Car Dealer &amp;#38; Listing (SaaS) - 1&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;table&gt;&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://modeltheme.com/item/autohub-wordpress-car-dealer-listing-saas/changelog/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://modeltheme.com/TFIMGS/general/tiles/tile-10x1-changelog.svg&quot; alt=&quot;Changelog by ModelTheme.com&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://docs.modeltheme.com/autohub-car-dealer-listing-saas/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://modeltheme.com/TFIMGS/general/tiles/tile-20x1-docs.svg&quot; alt=&quot;documentation by ModelTheme.com&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td&gt;&lt;a href=&quot;https://modeltheme.com/support/#new-request&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://modeltheme.com/TFIMGS/general/tiles/tile-30x1-support.svg&quot; alt=&quot;support by ModelTheme.com&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;

	&lt;p&gt;&lt;img src=&quot;https://modeltheme.com/TFIMGS/general/01-power-elite/modeltheme-power-elite-author-on-envato1.png&quot; alt=&quot;modeltheme power elite author on envato&quot; /&gt;&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;AutoHub SaaS&lt;/strong&gt; is a complete car listing and dealership marketplace platform built as a WordPress plugin. Turn your WordPress site into a fully monetized automotive marketplace where dealers and private sellers publish vehicle listings, manage their own showrooms, and pay you for the privilege — with subscription plans, listing limits, and featured placements handled automatically.&lt;/p&gt;

&lt;p&gt;Whether you want to run a free local classifieds site or build a premium subscription-based dealer network with Stripe payments, AutoHub gives you everything out of the box — a polished seller dashboard, a powerful admin panel, a listing-credit billing system, and a fully filterable vehicle search built for automotive data.&lt;/p&gt;

	&lt;p&gt;&lt;img src=&quot;https://modeltheme.com/TFIMGS/autohub/b01-hero.png&quot; alt=&quot;AutoHub SaaS&quot; /&gt;
&lt;img src=&quot;https://modeltheme.com/TFIMGS/autohub/b02-core.png&quot; alt=&quot;AutoHub SaaS&quot; /&gt;
&lt;img src=&quot;https://modeltheme.com/TFIMGS/autohub/b04-monetize.png&quot; alt=&quot;AutoHub SaaS&quot; /&gt;
&lt;img src=&quot;https://modeltheme.com/TFIMGS/autohub/b05-gates.png&quot; alt=&quot;AutoHub SaaS&quot; /&gt;
&lt;img src=&quot;https://modeltheme.com/TFIMGS/autohub/b06-admin.png&quot; alt=&quot;AutoHub SaaS&quot; /&gt;
&lt;img src=&quot;https://modeltheme.com/TFIMGS/autohub/b07-seller.png&quot; alt=&quot;AutoHub SaaS&quot; /&gt;
&lt;img src=&quot;https://modeltheme.com/TFIMGS/autohub/b08-security.png&quot; alt=&quot;AutoHub SaaS&quot; /&gt;
&lt;img src=&quot;https://modeltheme.com/TFIMGS/autohub/b09-engagement.png&quot; alt=&quot;AutoHub SaaS&quot; /&gt;
&lt;img src=&quot;https://modeltheme.com/TFIMGS/autohub/b10-licenses.png&quot; alt=&quot;AutoHub SaaS&quot; /&gt;
&lt;img src=&quot;https://modeltheme.com/TFIMGS/autohub/b11-requirements.png&quot; alt=&quot;AutoHub SaaS&quot; /&gt;
&lt;img src=&quot;https://modeltheme.com/TFIMGS/autohub/b12-cta.png&quot; alt=&quot;AutoHub SaaS&quot; /&gt;&lt;/p&gt;


&lt;h3 id=&quot;item-description__key-features&quot;&gt;Key Features&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Vehicle Listing Engine&lt;/strong&gt; — Purpose-built for automotive data: make, model, trim, year, mileage, body type, fuel, transmission, drivetrain, engine size, doors, seats, colour, condition, and VIN. Every field is filterable and searchable.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Advanced Search &amp;#38; Filters&lt;/strong&gt; — Multi-criteria search with price and mileage range sliders, dependent make/model dropdowns, year ranges, and location radius. Results update without a page reload.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Listing-Credit Billing System&lt;/strong&gt; — Each plan allocates a number of active listings and featured slots. Credits refresh on subscription renewal. Sellers who hit their limit are prompted to upgrade.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Featured &amp;#38; Bumped Listings&lt;/strong&gt; — Paid promotion slots that surface listings at the top of search results and on the homepage, with automatic expiry. A second revenue stream on top of subscriptions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Stripe Payment Integration (Extended License)&lt;/strong&gt; — Full Stripe Checkout with monthly and annual billing cycles, free trials, promo codes, invoice PDFs, upgrade/downgrade flows, and webhook-driven lifecycle management.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Lead &amp;#38; Inquiry System&lt;/strong&gt; — Buyers send inquiries, request callbacks, or book test drives directly from a listing. Sellers manage every lead from their dashboard with status tracking.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Media Galleries&lt;/strong&gt; — Multiple photos per listing with drag-and-drop reordering, plus YouTube/Vimeo video embeds.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vehicle Comparison Tool&lt;/strong&gt; — Buyers select multiple vehicles and compare specs side by side in a single table.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Saved Searches &amp;#38; Alerts&lt;/strong&gt; — Buyers save filter combinations and get notified by email when a matching vehicle is listed. Strong retention driver for marketplace operators.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Custom Authentication System&lt;/strong&gt; — Branded Login, Register, and Forgot Password pages. Google OAuth, email verification, two-factor authentication (2FA), CAPTCHA support (reCAPTCHA v2 or Cloudflare Turnstile), and disposable email blocking.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Customizable Email Templates&lt;/strong&gt; — Welcome emails, password resets, subscription confirmations, new-lead notifications, listing expiry warnings, admin notifications, and more. Full HTML editor with placeholders. SMTP support with TLS/SSL.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Listing Moderation Queue&lt;/strong&gt; — Optionally hold new and edited listings for admin approval before they go live. Essential for keeping a marketplace clean.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dealer Ratings &amp;#38; Reviews&lt;/strong&gt; — Buyers leave star ratings and written reviews on seller profiles, with admin moderation.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Light &amp;#38; Dark Theme&lt;/strong&gt; — The seller dashboard supports both light and dark mode with a toggle. Admin can set the default theme.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Branding Settings&lt;/strong&gt; — Upload your own logo, set the default theme, and customize the platform appearance to match your brand.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Auto-Create Default Pages&lt;/strong&gt; — One-click setup creates all required WordPress pages with the correct shortcodes. No manual configuration needed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Import / Export Settings&lt;/strong&gt; — Export your plan pricing, feature gates, and taxonomy configuration as JSON. Import on another site in seconds.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Activity Log (Admin)&lt;/strong&gt; — Chronological record of all user actions with event-type filters. Monitor everything happening on your platform.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;User Feedback System&lt;/strong&gt; — Collect star ratings and written feedback from users. Track feedback status as Open, Reviewed, or Resolved.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;System Info Panel&lt;/strong&gt; — View PHP version, WordPress version, active plugins, memory limits, and other server diagnostics at a glance.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__regular-or-extended-license&quot;&gt;Regular or Extended License?&lt;/h3&gt;
&lt;p&gt;Both licenses include the full listing engine, seller dashboard, admin panel, and search system. The key difference is &lt;strong&gt;monetization&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Regular License &lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Full vehicle listing engine with all automotive fields and taxonomies&lt;/li&gt;
&lt;li&gt;Advanced search, filters, map view, and comparison tool&lt;/li&gt;
&lt;li&gt;Custom authentication system (Login, Register, Forgot Password)&lt;/li&gt;
&lt;li&gt;Seller dashboard with listing manager and lead inbox&lt;/li&gt;
&lt;li&gt;Listing limits (admin-managed — assign allowances manually)&lt;/li&gt;
&lt;li&gt;Admin dashboard with all configuration panels&lt;/li&gt;
&lt;li&gt;Email templates and SMTP configuration&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;No Stripe integration — cannot charge sellers or sell subscriptions&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Extended License&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Everything in Regular, plus the full SaaS monetization stack:&lt;/li&gt;
&lt;li&gt;Stripe payment gateway integration (Checkout, webhooks, portal)&lt;/li&gt;
&lt;li&gt;Subscription management with monthly + annual billing&lt;/li&gt;
&lt;li&gt;Unlimited pricing plans builder with feature gates per plan&lt;/li&gt;
&lt;li&gt;Automated listing-credit refresh on successful payment&lt;/li&gt;
&lt;li&gt;Paid featured and bumped listing slots&lt;/li&gt;
&lt;li&gt;Free trial system (configurable per plan, one trial per user)&lt;/li&gt;
&lt;li&gt;Promo codes and discount coupons&lt;/li&gt;
&lt;li&gt;Invoice history page for sellers with Stripe-hosted PDF downloads&lt;/li&gt;
&lt;li&gt;Payment failure detection with grace period handling&lt;/li&gt;
&lt;li&gt;Subscription upgrade and downgrade flow&lt;/li&gt;
&lt;li&gt;Revenue dashboard widget in admin&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;In short:&lt;/strong&gt; Choose Regular if you want to run a single dealership site or a free classifieds board. Choose Extended if you want to build a marketplace business and charge sellers for subscriptions and promotions.&lt;/p&gt;

&lt;h3 id=&quot;item-description__admin-dashboard-panels&quot;&gt;Admin Dashboard Panels&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Overview&lt;/strong&gt; — Bird&amp;#8217;s-eye view of your platform: total sellers, active listings, active subscriptions, plan distribution chart, recent activity feed, and key statistics.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Listings&lt;/strong&gt; — Browse every vehicle on the platform. Filter by seller, status, make, or date. Approve, reject, feature, or remove listings.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Moderation Queue&lt;/strong&gt; — Pending listings awaiting approval, with side-by-side diff for edited listings.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Featured Picks&lt;/strong&gt; — Curate homepage and category spotlights. Manually promote standout inventory for marketing.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sellers &amp;#38; Dealers&lt;/strong&gt; — Manage all seller accounts, verify dealers and adjust listing allowances manually.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Membership Settings&lt;/strong&gt; — Configure user registration, email verification, two-factor authentication, CAPTCHA protection (reCAPTCHA v2 / Cloudflare Turnstile), Google OAuth, and disposable email blocking.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Vehicle Taxonomies&lt;/strong&gt; — Manage makes, models, body types, fuel types, transmissions, and features. Bulk import a starter dataset or build your own.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Branding&lt;/strong&gt; — Upload your site logo, set the default dashboard theme (Light or Dark), and customize the platform&amp;#8217;s visual identity.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Default Pages&lt;/strong&gt; — Assign WordPress pages to frontend views (Search, Submit Listing, Dashboard, Login, Register, Pricing, etc.). One-click auto-create with correct shortcodes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Email Notifications&lt;/strong&gt; — Customize every email template with a built-in HTML editor. Configure SMTP settings (host, port, encryption, credentials). Send test emails. Set sender name and address.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Leads&lt;/strong&gt; — Platform-wide view of every buyer inquiry, with export. Useful for spotting your highest-performing sellers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Activity Log&lt;/strong&gt; — Chronological record of every user action on the platform. Filter by event type: listing published, listing edited, lead sent, login, registration, and more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;User Feedback&lt;/strong&gt; — View all user-submitted feedback with star ratings (1-5) and written messages. Track feedback through 4 statuses: Total, Open, Reviewed, Resolved.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Import / Export&lt;/strong&gt; — Export your complete configuration (plans, gates, taxonomies) as JSON. Import on another installation to replicate your setup instantly.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;System Info&lt;/strong&gt; — Diagnostic panel showing PHP version, WordPress version, active plugins, server details, memory limits, and other environment information.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;License&lt;/strong&gt; — Activate and manage your product license. View license type, domain, and expiry status.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__seller-dashboard-panels&quot;&gt;Seller Dashboard Panels&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Dashboard&lt;/strong&gt; — Seller home screen with quick stats: active listings, remaining allowance, current plan, total views, new leads, and shortcuts to every tool.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Add Listing&lt;/strong&gt; — The core tool. A guided multi-step wizard: (1) Select make, model, and year, (2) Enter specifications and condition, (3) Upload photos and video, (4) Set price and description, (5) Choose location and contact preferences, (6) Publish or promote.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;My Listings&lt;/strong&gt; — Manage all inventory in one table. Filter by status (live, pending, sold, expired), edit inline, mark as sold, renew, or promote to featured.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Bulk Import&lt;/strong&gt; — Upload a CSV of inventory with column mapping and a validation preview before anything goes live. Plan-gated.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Leads &amp;#38; Inquiries&lt;/strong&gt; — Inbox of every buyer message, callback request, and test drive booking, with status tracking and reply.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Showroom Settings&lt;/strong&gt; — Configure the public dealer page: logo, cover image, bio, address, opening hours, and contact channels.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Analytics&lt;/strong&gt; — Per-listing views, saves, and inquiry counts over time, so sellers can see what&amp;#8217;s working. Plan-gated.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Billing &amp;#38; Subscription&lt;/strong&gt; — View current plan details, remaining listing allowance, next renewal date, and invoice history with PDF download links. Manage subscription via Stripe Customer Portal.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Account Settings&lt;/strong&gt; — Update profile information, change password, configure two-factor authentication, and manage account preferences.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__requirements&quot;&gt;Requirements&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;WordPress&lt;/strong&gt; — Version 5.8 or higher (6.x recommended)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PHP&lt;/strong&gt; — Version 7.4 or higher (8.0+ recommended)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SSL Certificate&lt;/strong&gt; — Required for Stripe payments and API calls&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Permalinks&lt;/strong&gt; — Must be set to any structure other than &amp;#8220;Plain&amp;#8221;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Maps API Key&lt;/strong&gt; — Required for location search and map views&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Stripe Account&lt;/strong&gt; — Required only for the Extended License (to accept payments)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__faq&quot;&gt;FAQ&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Q1: Do I need coding skills to set up AutoHub?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A1: No. AutoHub is a WordPress plugin with a visual admin panel. Install the plugin, create your pricing plans, and click &amp;#8220;Auto-Create Pages&amp;#8221; — your marketplace is ready. No code required.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q2: Does it work with my existing theme?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A2: Yes. It works with any theme but we recommend the theme that comes with the saas &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q3: How does the listing allowance work?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A3: Each pricing plan includes a number of active listings and featured slots. When a seller subscribes and pays, their allowance refreshes each billing cycle. Sellers who reach the limit are prompted to upgrade or remove an old listing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q4: Can sellers import existing inventory?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A4: Yes. Bulk CSV import with column mapping lets a dealer bring in their full stock at once, and it can be gated to higher-tier plans.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q5: Can I run this as a single dealership rather than a marketplace?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A5: Yes. Restrict registration and use it as a single-inventory site — the Regular License covers this use case without any payment setup.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q6: What payment methods are supported?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A6: AutoHub uses Stripe Checkout, which supports credit/debit cards, Apple Pay, Google Pay, and dozens of local payment methods depending on your region. Stripe handles all PCI compliance.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q7: Can I offer free trials?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A7: Yes. Free trial days are configurable per plan. Stripe handles the trial period — sellers enter payment details but are not charged until the trial ends. Each user can only use one trial (enforced via user meta).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q8: What happens if a payment fails?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A8: AutoHub listens for Stripe&amp;#8217;s invoice.payment_failed webhook and handles it with a grace period. The subscription is not immediately cancelled, giving the seller time to update their payment method. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q9: Is it multilingual / RTL ready?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A9: WPML/Polylang compatibility and RTL support. Worth stating explicitly given your Arabic translation work; it&amp;#8217;s a real differentiator on automotive listings in MENA markets.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q10: Is the seller dashboard responsive?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A10: Yes. The entire seller dashboard is fully responsive and works on desktop, tablet, and mobile devices. It also supports light and dark mode.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q11: Can I white-label the platform?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A11: You can upload your own logo, customize email templates, set the default theme, and brand the authentication pages. The user-facing experience carries your brand, not ours.&lt;/p&gt;</content>
			<author>
			  <name>modeltheme</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64655397</id>
			<published>2026-08-06 21:08:17</published>
			<updated>2026-08-06 21:08:17</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/scanventory-inventory-manager-label-generator-for-woocommerce/64655397"/>
			<title>Scanventory - Inventory Manager &amp; Label Generator for WooCommerce (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__inventory-manager-for-woocommerce&quot;&gt;Inventory Manager for WooCommerce&lt;/h2&gt;
Our inventory manager for woocommerce allows you to easily sync your warehouse inventory with your online products. Our scanventory inventory management extension allows you to generate product labels through your WooCommerce admin section. For each label, a unique QR code is generated that allows you to scan it with our own app and edit the product directly through your mobile phone or tablet. See why our &lt;a href=&quot;http://scanventory.net/&quot; rel=&quot;nofollow&quot;&gt;WooCommerce Inventory Management &lt;/a&gt;extension can be the best solution for managing your warehouse inventory and avoid selling products that are not in stock.
&lt;h2 id=&quot;item-description__save-time-and-money&quot;&gt;Save time and money&lt;/h2&gt;
Professional warehouse inventory software and scanners can cost thousands of dollars. Nevertheless, you can save time and money by using your own phone or tablet to scan your products, manage available stock, print custom labels, print reports, manage simple and variable products, and much more. Check out our inventory management extension for WooCommerce.

 

 
&lt;h2 id=&quot;item-description__manage-both-your-online-and-warehouse-inventory&quot;&gt;Manage both your online and warehouse inventory&lt;/h2&gt;
&lt;p&gt;When you sell both online and offline it is important to keep track of inventory in order to not oversell a product. This is why our inventory manager for woocommerce allows you to easily synchronize your woocommerce inventory with your actual warehouse inventory.&lt;/p&gt;
&lt;img src=&quot;https://woocommerce.com/wp-content/uploads/2018/06/warehouse.png&quot; alt=&quot;inventory manager for woocommerce&quot; /&gt;

 

 
&lt;h2 id=&quot;item-description__use-any-mobile-device-to-update-your-products&quot;&gt;Use any mobile device to update your products&lt;/h2&gt;
&lt;p&gt;Update your products instantly with any mobile device that can scan QR codes. If you don&amp;#8217;t have a QR code reader in your mobile device you download any QR code reading app and it will work without a hassle.&lt;/p&gt;
&lt;img src=&quot;https://woocommerce.com/wp-content/uploads/2018/06/mobile-devices.png?w=650&quot; alt=&quot;inventory management for woocommerce&quot; /&gt;

 

 
&lt;h2 id=&quot;item-description__easy-to-use-qr-codes-your-products&quot;&gt;Easy to use QR codes your products&lt;/h2&gt;
&lt;p&gt;Generate QR codes on the fly with our inventory manager for woocommerce. Scanventory generates easy to read QR codes that once scanned it sends you directly to the product thus skipping many unnecesary steps and saving you time.&lt;/p&gt;
&lt;img src=&quot;https://woocommerce.com/wp-content/uploads/2018/06/qr-codes.png?w=650&quot; alt=&quot;inventory manager woocommerce&quot; /&gt;

 

 
&lt;h2 id=&quot;item-description__print-custom-labels-for-your-inventory-bins&quot;&gt;Print custom labels for your inventory bins&lt;/h2&gt;
&lt;p&gt;Print custom labels for your inventory bins in your warehouse. When you generate labels, our inventory management for woocommerce allows you to choose the layout. For example you can choose to print 12, 6, or 2 labels per page.&lt;/p&gt;
 

	&lt;p&gt; &lt;/p&gt;


	&lt;p&gt;&lt;img src=&quot;https://woocommerce.com/wp-content/uploads/2018/06/printer.png&quot; alt=&quot;inventory manager woocommerce&quot; /&gt;&lt;/p&gt;


 

 
&lt;h2 id=&quot;item-description__keep-track-of-event-logs-and-audit-trails&quot;&gt;Keep track of event logs and audit trails&lt;/h2&gt;
&lt;p&gt;With the integrated log page, our inventory manager extension allows you to keep track of who, what, and when a product&amp;#8217;s inventory was increased or decreased. This is important for when you have more than one staff member updating stock.&lt;/p&gt;
&lt;img src=&quot;https://woocommerce.com/wp-content/uploads/2018/06/audit.png&quot; alt=&quot;inventory manager for woocommerce&quot; /&gt;

	&lt;p&gt; &lt;/p&gt;


	&lt;p&gt; &lt;/p&gt;


	&lt;p&gt; &lt;/p&gt;


	&lt;p&gt;&lt;a href=&quot;https://scanventory.net/&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://woocommerce.com/wp-content/uploads/2018/06/contact-us.jpg?w=650&quot; alt=&quot;Inventory Manager for WooCommerce&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content>
			<author>
			  <name>elbisnero</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64596724</id>
			<published>2026-08-03 16:52:36</published>
			<updated>2026-08-03 16:52:36</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/gravity-forms-sirensiret-field/64596724"/>
			<title>Gravity Forms SIREN/SIRET Field (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__gravity-forms-siret-field-validate-french-companies-against-the-insee-sirene&quot;&gt;Gravity Forms SIRET Field — Validate French Companies against the INSEE Sirene Register&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Verify French companies right inside your Gravity Forms — SIRET and SIREN numbers checked
against the official INSEE Sirene register, with the company name, legal form, activity code and full
address coming back with them. Real server-side validation, a built-in 35-day cache, and a reusable
lookup library for developers. No Composer, no external libraries, no monthly fees.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Whether you run B2B onboarding, e-invoicing intake, reseller registration or any form that captures a
French company number, this add-on makes sure the value you store is a &lt;em&gt;real, existing&lt;/em&gt; company —
not just fourteen digits that look plausible. And instead of only saying &amp;#8220;valid&amp;#8221;, it hands you the
company&amp;#8217;s register data.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__why-you-ll-love-it&quot;&gt;Why you&amp;#8217;ll love it&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;✅ &lt;strong&gt;Real validation, not just a regex.&lt;/strong&gt; Length and the &lt;strong&gt;Luhn&lt;/strong&gt; check
        digit are verified on the server — including the documented &lt;em&gt;La Poste&lt;/em&gt; exception — before
        any network call is made.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Official register lookup.&lt;/strong&gt; Confirms the number against the
        &lt;strong&gt;INSEE Sirene API v3.11&lt;/strong&gt;, the authoritative French business register.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;You get the company, not just a yes.&lt;/strong&gt; Legal name, trade name, legal form,
        APE/NAF activity code, enterprise category, founding date, head-office flag, administrative
        status and the complete address.&lt;/li&gt;
    &lt;li&gt;⚡ &lt;strong&gt;Built-in 35-day cache.&lt;/strong&gt; Repeat submissions of the same number never cost an API
        call — and a stale cache entry even serves as a fallback when INSEE is unreachable.&lt;/li&gt;
    &lt;li&gt;️ &lt;strong&gt;Never loses a submission to an outage.&lt;/strong&gt; Only a definitive &lt;em&gt;not in the
        register&lt;/em&gt; blocks. Missing key, rate limit, timeout or server error can never reject a
        legitimate customer.&lt;/li&gt;
    &lt;li&gt;⌨️ &lt;strong&gt;Input that feels right.&lt;/strong&gt; The number is typed in blocks exactly as it is
        printed — &lt;em&gt;123 456 789 00012&lt;/em&gt; — with auto-advance and automatic paste-splitting.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Developer-friendly.&lt;/strong&gt; Ships a standalone, Gravity-Forms-independent lookup
        library plus reusable &lt;em&gt;siren&lt;/em&gt; and &lt;em&gt;siret&lt;/em&gt; &lt;strong&gt;Settings API&lt;/strong&gt; field types.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Translation-ready.&lt;/strong&gt; &lt;strong&gt;English, German and French&lt;/strong&gt; included, fully
        internationalized — so the form can speak the language of the companies it validates.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__key-features&quot;&gt;Key features&lt;/h3&gt;

&lt;h4 id=&quot;item-description__a-dedicated-siret-siren-form-field&quot;&gt;A dedicated SIRET / SIREN form field&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;Drag-and-drop field in the form editor, grouped under &lt;strong&gt;e-Invoicing Fields&lt;/strong&gt;.&lt;/li&gt;
    &lt;li&gt;A per-field selector for the identifier type: &lt;strong&gt;SIRET&lt;/strong&gt; (14 digits, establishment) or
        &lt;strong&gt;SIREN&lt;/strong&gt; (9 digits, legal unit) — the input layout follows automatically.&lt;/li&gt;
    &lt;li&gt;Grouped block input: &lt;em&gt;123 456 789 00012&lt;/em&gt; (3·3·3·5) for a SIRET, &lt;em&gt;123 456 789&lt;/em&gt;
        (3·3·3) for a SIREN. Focus advances when a block is full, Backspace walks back, and pasting a
        complete number spreads it across the blocks.&lt;/li&gt;
    &lt;li&gt;Stored digits-only, displayed grouped again in the entry detail view and in exports.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__robust-layered-validation-server-side&quot;&gt;Robust, layered validation (server-side)&lt;/h4&gt;
&lt;ol&gt;
    &lt;li&gt;&lt;strong&gt;Local checksum&lt;/strong&gt; — correct length for the configured type plus the
        &lt;strong&gt;Luhn&lt;/strong&gt; check digit, including the &lt;em&gt;La Poste&lt;/em&gt; exception. A typo is caught
        instantly, without a single network request.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Online lookup&lt;/strong&gt; — the number is confirmed against the
        &lt;strong&gt;INSEE Sirene API&lt;/strong&gt; using your API key from the current
        &lt;em&gt;portail-api.insee.fr&lt;/em&gt; portal.&lt;/li&gt;
&lt;/ol&gt;

&lt;blockquote&gt;
    &lt;p&gt;Robustness first: only a definitive &lt;strong&gt;not in the register&lt;/strong&gt; (HTTP 404) ever blocks a
    submission. A missing or rejected key, a rate limit, a timeout or a server error is reported as
    &lt;em&gt;unavailable&lt;/em&gt; — and the locally checksum-validated value is accepted.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h4 id=&quot;item-description__the-company-data-comes-with-it&quot;&gt;The company data comes with it&lt;/h4&gt;
&lt;p&gt;A confirmed lookup returns a complete, normalized record:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Legal name (or the person&amp;#8217;s name for a sole trader) and the trade name (&lt;em&gt;enseigne&lt;/em&gt;).&lt;/li&gt;
    &lt;li&gt;Legal category, &lt;strong&gt;APE / NAF&lt;/strong&gt; activity code and enterprise category
        (&lt;em&gt;PME / ETI / GE&lt;/em&gt;).&lt;/li&gt;
    &lt;li&gt;Founding date, head-office flag and the administrative status of both the legal unit and the
        establishment.&lt;/li&gt;
    &lt;li&gt;The full establishment address — street number, street type, street name, postal code, city and
        the INSEE commune code.&lt;/li&gt;
    &lt;li&gt;The complete raw JSON response, kept for debugging and later re-parsing.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__optional-must-be-active-rule&quot;&gt;Optional &amp;#8220;must be active&amp;#8221; rule&lt;/h4&gt;
&lt;p&gt;Decide whether a company that exists but is administratively &lt;em&gt;ceased&lt;/em&gt; (legal unit) or
&lt;em&gt;closed&lt;/em&gt; (establishment) counts as invalid, or whether any register hit is good enough. One
checkbox in the settings.&lt;/p&gt;

&lt;h4 id=&quot;item-description__a-cache-that-pays-for-itself&quot;&gt;A cache that pays for itself&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;Every confirmed record is stored for &lt;strong&gt;35 days&lt;/strong&gt;, so the same number is never looked
        up twice — helpful with INSEE&amp;#8217;s 30-requests-per-minute limit.&lt;/li&gt;
    &lt;li&gt;The table is created and kept up to date automatically; a plain SQL file is included for manual
        setup or inspection.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Selectable cache table:&lt;/strong&gt; use the plugin&amp;#8217;s own table, share an existing
        schema-compatible table with other add-ons, or switch the database cache off entirely.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__optional-gravity-forms-mirror&quot;&gt;Optional Gravity Forms mirror&lt;/h4&gt;
&lt;p&gt;Write the register data into a Gravity Forms form via the &lt;strong&gt;GFAPI&lt;/strong&gt; — one entry per
company, updated in place when the record is refreshed. You get a browsable, searchable, exportable copy
of everything the add-on has ever looked up. A &lt;strong&gt;ready-to-import form&lt;/strong&gt; is included, built
with the plugin&amp;#8217;s own SIRET field for the identifiers, a &lt;strong&gt;date&lt;/strong&gt; field for the founding date
and an &lt;strong&gt;address&lt;/strong&gt; field for the address.&lt;/p&gt;

&lt;h4 id=&quot;item-description__reusable-lookup-library-for-developers&quot;&gt;Reusable lookup library (for developers)&lt;/h4&gt;
&lt;p&gt;The whole engine — Luhn checks, the INSEE call, the cache, the GFAPI mirror — lives in a standalone
class with &lt;strong&gt;no hard dependency on Gravity Forms&lt;/strong&gt;, so any of your plugins can use it:&lt;/p&gt;

&lt;pre&gt;
$insee = ( new SP_INSEE_Validator() )
    -&amp;gt;set_api_key( 'YOUR-KEY' )
    -&amp;gt;set_require_active( false )
    -&amp;gt;set_db_table( $wpdb-&amp;gt;prefix . 'sp_insee_cache' );

$result = $insee-&amp;gt;check_siret( '67205008502051' );
// $result['status']  =&amp;gt; 'valid' | 'invalid' | 'unavailable'
// $result['record']  =&amp;gt; name, address, APE code, founding date, ...
&lt;/pre&gt;

&lt;h4 id=&quot;item-description__reusable-settings-api-fields-siren-siret&quot;&gt;Reusable Settings API fields (siren / siret)&lt;/h4&gt;
&lt;p&gt;Use the same validation inside &lt;strong&gt;any&lt;/strong&gt; add-on&amp;#8217;s plugin or feed settings:&lt;/p&gt;

&lt;pre&gt;
$fields[] = array(
    'name'  =&amp;gt; 'company_siret',
    'type'  =&amp;gt; 'siret',                          // or 'siren'
    'label' =&amp;gt; __( 'Company SIRET', 'your-textdomain' ),
    'class' =&amp;gt; 'medium',
);
&lt;/pre&gt;

 

&lt;h3 id=&quot;item-description__good-to-know-siren-siret-and-nic&quot;&gt;Good to know: SIREN, SIRET and NIC&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;SIREN&lt;/strong&gt; (9 digits) identifies the &lt;em&gt;legal unit&lt;/em&gt; — the company itself.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;NIC&lt;/strong&gt; (5 digits) is the establishment suffix within that company.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;SIRET&lt;/strong&gt; (14 digits) identifies one &lt;em&gt;establishment&lt;/em&gt; and is always
        &lt;em&gt;SIREN + NIC&lt;/em&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Both carry a Luhn check digit — which is exactly why this add-on can reject a typo before it ever
touches the network.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__what-s-included&quot;&gt;What&amp;#8217;s included&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;The plugin: SIRET / SIREN form field, reusable &lt;em&gt;siren&lt;/em&gt; / &lt;em&gt;siret&lt;/em&gt; Settings API fields
        and the shared settings page.&lt;/li&gt;
    &lt;li&gt;The standalone &lt;em&gt;SP_INSEE_Validator&lt;/em&gt; lookup library (Luhn + INSEE + cache + GFAPI).&lt;/li&gt;
    &lt;li&gt;A ready-to-import Gravity Forms &lt;strong&gt;response form&lt;/strong&gt; for the register data.&lt;/li&gt;
    &lt;li&gt;A plain &lt;strong&gt;SQL file&lt;/strong&gt; for the cache table.&lt;/li&gt;
    &lt;li&gt;English, German and &lt;strong&gt;French&lt;/strong&gt; translations (&lt;em&gt;.po&lt;/em&gt; / &lt;em&gt;.mo&lt;/em&gt; /
        &lt;em&gt;.pot&lt;/em&gt;).&lt;/li&gt;
    &lt;li&gt;Full documentation in &lt;strong&gt;English and German&lt;/strong&gt; (README + feature overview).&lt;/li&gt;
    &lt;li&gt;Clean, heavily commented, object-oriented code — easy to read, extend and audit.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__requirements-amp-compatibility&quot;&gt;Requirements &amp;#38; compatibility&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;WordPress&lt;/strong&gt; with &lt;strong&gt;Gravity Forms ≥ 2.5&lt;/strong&gt;&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;PHP ≥ 7.4&lt;/strong&gt; (with the standard &lt;em&gt;json&lt;/em&gt; extension)&lt;/li&gt;
    &lt;li&gt;An &lt;strong&gt;INSEE Sirene API key&lt;/strong&gt; — free, from &lt;em&gt;portail-api.insee.fr&lt;/em&gt;. Without a key
        the local checksum validation still works and never blocks a submission.&lt;/li&gt;
    &lt;li&gt;Works alongside the companion &lt;strong&gt;Gravity Forms VAT ID Field&lt;/strong&gt; and
        &lt;strong&gt;SEPA Fields&lt;/strong&gt; add-ons — they share the same &amp;#8220;e-Invoicing Fields&amp;#8221; group and settings
        page without conflicts.&lt;/li&gt;
    &lt;li&gt;Full &lt;strong&gt;Gravity Forms logging&lt;/strong&gt; support (Forms → Settings → Logging), so any
        failed lookup is easy to trace.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__privacy-gdpr&quot;&gt;Privacy / GDPR&lt;/h3&gt;

&lt;p&gt;When the online lookup is enabled, the submitted SIREN / SIRET is transmitted to the &lt;strong&gt;French
National Institute of Statistics and Economic Studies (INSEE)&lt;/strong&gt; for verification. The register
data returned is public register information and is cached locally so repeat lookups need no new API call.
Note that for a &lt;strong&gt;sole trader&lt;/strong&gt; the register data is personal data (the name is the person&amp;#8217;s
name and the registered address may be a home address), and mention the INSEE lookup in your site&amp;#8217;s
privacy policy where required.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__support-amp-updates&quot;&gt;Support &amp;#38; updates&lt;/h3&gt;

&lt;p&gt;Clean, well-documented code that&amp;#8217;s easy to maintain. Localization-ready out of the box. Built to follow
Gravity Forms&amp;#8217; official add-on framework and Settings API conventions, so it stays compatible as your
stack evolves.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__changelog&quot;&gt;Changelog&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;1.0.0&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;SIRET / SIREN form field&lt;/strong&gt; in the &amp;#8220;e-Invoicing Fields&amp;#8221; group, with a per-field
        identifier-type selector and grouped block input including paste-splitting.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Two-step validation:&lt;/strong&gt; local Luhn checksum (incl. the &lt;em&gt;La Poste&lt;/em&gt; exception)
        followed by an online lookup against the &lt;strong&gt;INSEE Sirene API v3.11&lt;/strong&gt;.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Reusable, dependency-free lookup library&lt;/strong&gt; with a 35-day cache in a self-managed
        database table and/or a Gravity Forms form (written via the GFAPI).&lt;/li&gt;
    &lt;li&gt;Register data returned and cached: name, trade name, legal form, APE/NAF code, enterprise
        category, founding date, administrative status, head-office flag and full address.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Selectable cache table&lt;/strong&gt; (own table, an existing schema-compatible table, or no
        database cache).&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Importable response form&lt;/strong&gt; using the plugin&amp;#8217;s own SIRET field, a date field for the
        founding date and an address field for the address.&lt;/li&gt;
    &lt;li&gt;Reusable &lt;strong&gt;siren&lt;/strong&gt; and &lt;strong&gt;siret&lt;/strong&gt; Settings API field types.&lt;/li&gt;
    &lt;li&gt;Optional &lt;strong&gt;&amp;#8220;must be active&amp;#8221;&lt;/strong&gt; rule; an unavailable service never blocks a
        submission.&lt;/li&gt;
    &lt;li&gt;Gravity Forms logging support; English, German and French translations.&lt;/li&gt;
&lt;/ul&gt;</content>
			<author>
			  <name>naranili</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64573029</id>
			<published>2026-08-02 14:56:21</published>
			<updated>2026-08-02 14:56:21</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/hagglechimp-interactive-woocommerce-price-negotiator-bargain-bot/64573029"/>
			<title>HaggleChimp – Interactive WooCommerce Price Negotiator &amp; Bargain Bot (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__hagglechimp-interactive-woocommerce-price-negotiator-amp-bargain-bot&quot;&gt;HaggleChimp &amp;#8211; Interactive WooCommerce Price Negotiator &amp;#38; Bargain Bot&lt;/h2&gt;

&lt;p&gt;
       &lt;a href=&quot;https://wordpress.org/plugins/hagglechimp-price-bargaining-bot/&quot; rel=&quot;nofollow&quot;&gt; &lt;img src=&quot;https://chimpjar.com/destwo.jpg&quot; alt=&quot;HaggleChimp Banner&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
    &lt;strong&gt;Want to test it first?&lt;/strong&gt; 
    Check out the free version available on 
    &lt;a href=&quot;https://wordpress.org/plugins/hagglechimp-price-bargaining-bot/&quot; rel=&quot;nofollow&quot;&gt;WordPress.org&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;HaggleChimp&lt;/strong&gt; is a high-converting, gamified price bargaining bot designed for WooCommerce stores. It allows your customers to negotiate prices directly on product pages, creating a fun, interactive shopping experience that boosts sales, reduces cart abandonment, and automatically collects customer email leads!&lt;/p&gt;

&lt;p&gt;Instead of losing visitors who think your prices are slightly out of reach, &lt;strong&gt;HaggleChimp&lt;/strong&gt; lets them &amp;#8220;Make an Offer&amp;#8221; and win exclusive, product-locked discount coupons instantly.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__-why-store-owners-love-hagglechimp&quot;&gt; Why Store Owners Love HaggleChimp?&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt; Boost Conversion Rates:&lt;/strong&gt; The psychological feeling of &amp;#8220;winning a bargain&amp;#8221; motivates shoppers to complete their purchase immediately.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt; Automated Lead Generation:&lt;/strong&gt; Require customers to unlock their negotiated coupon code by entering their email address.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt; 100% Secure Backend Calculation:&lt;/strong&gt; Price verification and coupon creation are strictly handled on the server side—preventing any client-side price tampering or fraud.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt; Native Mobile Bottom Sheet UI:&lt;/strong&gt; Beautiful app-like bottom slide UI designed specifically for smooth mobile navigation and touch interaction.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__-key-features-at-a-glance&quot;&gt;⭐ Key Features at a Glance&lt;/h3&gt;

&lt;h4 id=&quot;item-description__-1-smart-bargaining-engine&quot;&gt; 1. Smart Bargaining Engine&lt;/h4&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Multi-Round Negotiation:&lt;/strong&gt; Built-in 3-round counter-offer logic with customisable bot responses per round.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Bot Personality Presets:&lt;/strong&gt; Choose between &lt;em&gt;Funny &amp;#38; Witty&lt;/em&gt;, &lt;em&gt;Friendly&lt;/em&gt;, or &lt;em&gt;Strict / Serious&lt;/em&gt; bargaining personalities.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Custom Dialogue Messages:&lt;/strong&gt; Easily edit welcome, rejection, counter-offer, and deal-won messages using dynamic placeholders &lt;code&gt;{offer}&lt;/code&gt; and &lt;code&gt;{counter}&lt;/code&gt;.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Per-Product Lowest Price Limit:&lt;/strong&gt; Set absolute minimum bargain prices per product or fallback to global percentage discount limits.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__-2-design-amp-customization-engine&quot;&gt; 2. Design &amp;#38; Customization Engine&lt;/h4&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Dynamic Modal Width:&lt;/strong&gt; Control the bot popup width (300px &amp;#8211; 800px) directly from the admin panel.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Color Customizer:&lt;/strong&gt; Match your store&amp;#8217;s brand with custom header background, text, border, and button colors.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Custom Avatar Upload:&lt;/strong&gt; Use custom bot avatars, logos, or built-in emojis.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Button Design Options:&lt;/strong&gt; Complete control over button padding, background, borders, and typography.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__-3-interactive-gamification&quot;&gt; 3. Interactive Gamification&lt;/h4&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Live Bargain Meter:&lt;/strong&gt; Visual probability progress bar that updates dynamically as customers type their offer.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;1-Click Quick Offer Chips:&lt;/strong&gt; Show smart price suggestion chips inside the chat to speed up negotiations.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Audio Feedback:&lt;/strong&gt; Interactive success and fail sound effects using modern Web Audio API.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Expiry Countdown Timer:&lt;/strong&gt; Create urgency with a live countdown timer on generated coupons.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__-4-admin-analytics-amp-lead-export&quot;&gt; 4. Admin Analytics &amp;#38; Lead Export&lt;/h4&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Real-time Analytics Dashboard:&lt;/strong&gt; Track total bot opens, collected leads, generated revenue, and conversion rates.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;CSV Lead Export:&lt;/strong&gt; Export collected customer emails, negotiated prices, and coupon codes with one click for email marketing campaigns.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Auto-Apply Checkout URL:&lt;/strong&gt; One-click checkout buttons automatically add the product and apply the restricted coupon code to the cart.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__-how-it-works-user-journey&quot;&gt;️ How It Works (User Journey)&lt;/h3&gt;

&lt;ol&gt;
    &lt;li&gt;Customer clicks the &lt;strong&gt;&amp;#8221; Make an Offer&amp;#8221;&lt;/strong&gt; button on any product page.&lt;/li&gt;
    &lt;li&gt;The interactive &lt;strong&gt;HaggleChimp&lt;/strong&gt; bot modal opens.&lt;/li&gt;
    &lt;li&gt;The customer enters their desired price or clicks a &lt;strong&gt;Quick Offer Chip&lt;/strong&gt;.&lt;/li&gt;
    &lt;li&gt;If the offer meets the minimum threshold, &lt;strong&gt;HaggleChimp accepts the deal&lt;/strong&gt;!&lt;/li&gt;
    &lt;li&gt;Customer enters their email address to unlock their exclusive discount coupon.&lt;/li&gt;
    &lt;li&gt;With 1-click on &lt;strong&gt;&amp;#8220;Apply &amp;#38; Go to Checkout&amp;#8221;&lt;/strong&gt;, the product and locked coupon are automatically added to their cart!&lt;/li&gt;
&lt;/ol&gt;

 

&lt;h3 id=&quot;item-description__-technical-specifications-amp-security&quot;&gt;⚡ Technical Specifications &amp;#38; Security&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;WordPress Nonce Protection:&lt;/strong&gt; All AJAX endpoints are secured against CSRF attacks.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Server-Side Price Validation:&lt;/strong&gt; Discount logic cannot be bypassed via browser developer tools.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Product-Restricted Coupons:&lt;/strong&gt; Dynamic coupons generated are locked strictly to the negotiated product ID.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Lightweight &amp;#38; Fast:&lt;/strong&gt; Built with clean Object-Oriented PHP and Vanilla JavaScript (No heavy frameworks required).&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Translation Ready:&lt;/strong&gt; Clean text domain structure for easy translation.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__-what-s-included-in-the-package&quot;&gt; What&amp;#8217;s Included in the Package?&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;Main Plugin Zip File (PHP, JS, CSS)&lt;/li&gt;
    &lt;li&gt;Step-by-step Documentation Guide&lt;/li&gt;
    &lt;li&gt;Free Lifetime Updates&lt;/li&gt;
&lt;/ul&gt;

 

&lt;p&gt;&lt;strong&gt;Transform your WooCommerce store into an engaging, high-converting marketplace today with HaggleChimp!&lt;/strong&gt;&lt;/p&gt;</content>
			<author>
			  <name>ChimpJar</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64398873</id>
			<published>2026-08-01 00:36:04</published>
			<updated>2026-08-01 00:36:04</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/cartlane-woocommerce-upsells-order-bumps-funnels-cart-recovery/64398873"/>
			<title>CartLane - WooCommerce Upsells, Order Bumps, Funnels &amp; Cart Recovery (eCommerce) </title>
			<content type="html">&lt;p&gt;&lt;a href=&quot;https://codecanyon.net/checkout/115141344/&quot;&gt;&lt;img src=&quot;https://i.ibb.co.com/kgVxFsz0/offer.png&quot; alt=&quot;offer&quot; /&gt;&lt;/a&gt;
&lt;img src=&quot;https://i.ibb.co.com/xrhntB0/img-01.jpg&quot; alt=&quot;img 01&quot; /&gt;
&lt;img src=&quot;https://i.ibb.co.com/nMgC3Ht1/img-04.jpg&quot; alt=&quot;img 04&quot; /&gt;
&lt;img src=&quot;https://i.ibb.co.com/WpDbBncK/img-02.jpg&quot; alt=&quot;img 02&quot; /&gt;
&lt;img src=&quot;https://i.ibb.co.com/tpdX52nY/img-03.jpg&quot; alt=&quot;img 03&quot; /&gt;
&lt;/p&gt;&lt;h2 id=&quot;item-description__turn-every-woocommerce-buying-moment-into-a-revenue-opportunity&quot;&gt;&lt;strong&gt;Turn Every WooCommerce Buying Moment Into a Revenue Opportunity&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;
    CartLane brings the most important WooCommerce conversion workflows into one connected system. Recover abandoned carts, improve the cart and checkout experience, launch relevant order bumps, recommend complementary products, build post-purchase upsell and downsell journeys, test offer variations, and run targeted pricing campaigns from one modern workspace.
&lt;/p&gt;


&lt;p&gt;
    Instead of managing disconnected plugins for cart recovery, product recommendations, order bumps, funnels, offer testing, and promotional pricing, CartLane connects these workflows to the same WooCommerce products, orders, customer journey, and analytics foundation.
&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Increase average order value&lt;/strong&gt; with order bumps, checkout add-ons, Smart Offers, and post-purchase offers.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Recover more purchase intent&lt;/strong&gt; with automated abandoned-cart workflows and secure cart-restoration links.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Build connected customer journeys&lt;/strong&gt; with visual upsell and downsell funnel steps.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Make better campaign decisions&lt;/strong&gt; with A/B variants, conversion metrics, and winner selection.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Run flexible promotions&lt;/strong&gt; with percentage, fixed, BOGO, quantity-tier, and role-based pricing rules.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
    &lt;strong&gt;CartLane Pro extends the free CartLane plugin.&lt;/strong&gt; Install CartLane Free first, then activate CartLane Pro to unlock the advanced commercial modules described below.
&lt;/p&gt;

&lt;h2 id=&quot;item-description__one-connected-woocommerce-revenue-system&quot;&gt;&lt;strong&gt;One Connected WooCommerce Revenue System&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;
    Revenue opportunities appear throughout the buying journey—not only at checkout. CartLane helps you work across the product page, AJAX side cart, checkout, abandoned-cart recovery flow, post-purchase experience, and performance analysis without breaking the customer journey into unrelated tools.
&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Recommend complementary products while buying intent is active.&lt;/li&gt;
    &lt;li&gt;Present focused add-ons before the original order is completed.&lt;/li&gt;
    &lt;li&gt;Recover eligible carts when shoppers leave before purchasing.&lt;/li&gt;
    &lt;li&gt;Route customers through relevant post-purchase upsell and downsell steps.&lt;/li&gt;
    &lt;li&gt;Apply targeted promotional rules without maintaining a separate pricing stack.&lt;/li&gt;
    &lt;li&gt;Review offer and recovery activity through the shared CartLane analytics workflow.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__recover-abandoned-woocommerce-carts&quot;&gt;&lt;strong&gt;Recover Abandoned WooCommerce Carts&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;
    CartLane Free provides the abandoned-cart recovery foundation used alongside CartLane Pro. Capture eligible guest and registered-customer cart sessions, configure a recovery email sequence, bring shoppers back through secure restore-cart links, and review recovery activity from the CartLane workspace.
&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Eligible guest and registered-customer cart capture&lt;/li&gt;
    &lt;li&gt;Configurable recovery email sequence&lt;/li&gt;
    &lt;li&gt;Secure restore-cart links&lt;/li&gt;
    &lt;li&gt;Email preview and test-email workflow&lt;/li&gt;
    &lt;li&gt;Cart, customer, product, date, and recovery-status visibility&lt;/li&gt;
    &lt;li&gt;Unsubscribe handling and scheduled cleanup&lt;/li&gt;
    &lt;li&gt;Abandoned-cart and recovered-revenue reporting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
    Recovery email delivery depends on your WordPress email configuration. A properly configured transactional email or SMTP provider is recommended for production stores.
&lt;/p&gt;

&lt;h2 id=&quot;item-description__order-bumps-and-checkout-revenue-opportunities&quot;&gt;&lt;strong&gt;Order Bumps and Checkout Revenue Opportunities&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;
    Present relevant product offers while the shopper is already completing a purchase. CartLane Free includes one active order bump, while CartLane Pro removes the active-campaign limit so you can run multiple order bump campaigns across your store.
&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Unlimited active order bumps with CartLane Pro&lt;/li&gt;
    &lt;li&gt;WooCommerce product-based offers&lt;/li&gt;
    &lt;li&gt;Product, category, and cart targeting through the shared CartLane rule system&lt;/li&gt;
    &lt;li&gt;Multiple offer presentation templates from the CartLane foundation&lt;/li&gt;
    &lt;li&gt;Offer acceptance and revenue event tracking&lt;/li&gt;
    &lt;li&gt;Connected checkout add-ons through Smart Offer campaigns&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__smart-offers-across-the-buying-journey&quot;&gt;&lt;strong&gt;Smart Offers Across the Buying Journey&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;
    Build recommendation campaigns for different stages of the WooCommerce purchase flow. Choose products manually, use categories, reuse WooCommerce cross-sells and upsells, or resolve recommendations from the current cart context.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__frequently-bought-together&quot;&gt;Frequently Bought Together&lt;/h3&gt;
&lt;p&gt;
    Show complementary products on WooCommerce product pages and let shoppers select relevant items without leaving the buying flow.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__side-cart-recommendations&quot;&gt;Side Cart Recommendations&lt;/h3&gt;
&lt;p&gt;
    Turn the CartLane AJAX side cart into an additional merchandising surface with recommendations based on the shopper&amp;#8217;s current cart.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__checkout-add-ons&quot;&gt;Checkout Add-ons&lt;/h3&gt;
&lt;p&gt;
    Present focused add-on products at checkout, where shoppers can make a final purchase decision before completing the original order.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__flexible-campaign-controls&quot;&gt;Flexible Campaign Controls&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;Product-page, side-cart, checkout, and post-purchase placements&lt;/li&gt;
    &lt;li&gt;Manual, product-based, category-based, and cart-based product sources&lt;/li&gt;
    &lt;li&gt;WooCommerce cross-sell, upsell, and same-category strategies&lt;/li&gt;
    &lt;li&gt;Product, category, cart, customer, and schedule targeting&lt;/li&gt;
    &lt;li&gt;Campaign priority and product limits&lt;/li&gt;
    &lt;li&gt;Impression and acceptance event tracking&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__post-purchase-upsells-and-downsells&quot;&gt;&lt;strong&gt;Post-Purchase Upsells and Downsells&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;
    Keep the revenue journey moving after the original WooCommerce order is placed. Create targeted upsell and downsell offers for related products, upgrades, bundles, or special post-purchase discounts.
&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Upsell and downsell offer types&lt;/li&gt;
    &lt;li&gt;Product and discount configuration&lt;/li&gt;
    &lt;li&gt;Trigger, display, payment, and schedule settings&lt;/li&gt;
    &lt;li&gt;Offer-session and acceptance tracking&lt;/li&gt;
    &lt;li&gt;Viewed, accepted, declined, and payment-failure event visibility&lt;/li&gt;
    &lt;li&gt;Gateway-aware readiness checks and safe fallback behavior&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
    &lt;strong&gt;Payment compatibility notice:&lt;/strong&gt; Post-purchase charging depends on the exact payment gateway plugin, tokenization support, stored payment method, order state, and configured CartLane adapter. CartLane checks readiness and fails safely when a supported charge path is not available. Review the current compatibility documentation before enabling post-purchase charging on a production store.
&lt;/p&gt;

&lt;h2 id=&quot;item-description__build-visual-upsell-and-downsell-funnels&quot;&gt;&lt;strong&gt;Build Visual Upsell and Downsell Funnels&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;
    Organize checkout, upsell, and downsell steps into a connected customer journey. The visual funnel builder makes it easier to understand how offers relate to one another instead of managing isolated campaign screens.
&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Visual workflow canvas&lt;/li&gt;
    &lt;li&gt;Upsell and downsell nodes&lt;/li&gt;
    &lt;li&gt;Accept and decline branches&lt;/li&gt;
    &lt;li&gt;Linked CartLane offer validation&lt;/li&gt;
    &lt;li&gt;Post-purchase routing&lt;/li&gt;
    &lt;li&gt;Funnel activation and management&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__a-b-test-post-purchase-offers&quot;&gt;&lt;strong&gt;A/B Test Post-Purchase Offers&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;
    Compare two post-purchase offer variations before making a permanent campaign decision. CartLane keeps variant assignment consistent within the offer session and records the performance of each variation.
&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Variant A and Variant B configuration&lt;/li&gt;
    &lt;li&gt;Test offer copy, product, discount, and template settings&lt;/li&gt;
    &lt;li&gt;Views, accepts, declines, revenue, and conversion metrics&lt;/li&gt;
    &lt;li&gt;Running and completed experiment states&lt;/li&gt;
    &lt;li&gt;Manual winner selection&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__dynamic-pricing-bogo-and-quantity-campaigns&quot;&gt;&lt;strong&gt;Dynamic Pricing, BOGO, and Quantity Campaigns&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;
    Create targeted promotion rules around products, categories, quantities, customer roles, cart value, and campaign schedules. CartLane applies pricing through WooCommerce cart calculations while preserving the original product price for consistent recalculation.
&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Percentage discounts&lt;/li&gt;
    &lt;li&gt;Fixed discounts&lt;/li&gt;
    &lt;li&gt;Buy One Get One rules&lt;/li&gt;
    &lt;li&gt;Quantity-tier pricing&lt;/li&gt;
    &lt;li&gt;Role-based pricing&lt;/li&gt;
    &lt;li&gt;Minimum quantity and subtotal conditions&lt;/li&gt;
    &lt;li&gt;Product and category targeting&lt;/li&gt;
    &lt;li&gt;Start and end scheduling&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__understand-what-happened-across-the-customer-journey&quot;&gt;&lt;strong&gt;Understand What Happened Across the Customer Journey&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;
    CartLane Free owns the shared Analytics and Event Intelligence foundation. CartLane Pro sends upsell, downsell, recommendation, funnel, and A/B-test activity into the same event vocabulary so store operators can investigate campaign outcomes in context.
&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Visit-scoped customer-journey correlation&lt;/li&gt;
    &lt;li&gt;Cart, checkout, payment, order, recovery, and post-purchase context&lt;/li&gt;
    &lt;li&gt;Upsell and downsell outcome visibility&lt;/li&gt;
    &lt;li&gt;Recommendation impression and acceptance tracking&lt;/li&gt;
    &lt;li&gt;Order and revenue context&lt;/li&gt;
    &lt;li&gt;Related events and investigation details&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
    Built-in CartLane workflow and analytics records are stored in your WordPress database. No separate analytics SaaS account is required for the included reports.
&lt;/p&gt;

&lt;h2 id=&quot;item-description__a-modern-woocommerce-admin-workspace&quot;&gt;&lt;strong&gt;A Modern WooCommerce Admin Workspace&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;
    CartLane Pro extends the same modern CartLane admin used by the free plugin. Campaigns, funnels, pricing rules, analytics, integrations, and license controls remain inside one consistent navigation and visual system.
&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Unified CartLane navigation&lt;/li&gt;
    &lt;li&gt;Focused campaign builders&lt;/li&gt;
    &lt;li&gt;Modern responsive admin interface&lt;/li&gt;
    &lt;li&gt;Modular feature architecture&lt;/li&gt;
    &lt;li&gt;Translation-ready user interface&lt;/li&gt;
    &lt;li&gt;WordPress capability and REST permission checks&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__integration-and-gateway-readiness&quot;&gt;&lt;strong&gt;Integration and Gateway Readiness&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;
    Manage Pro integration settings from the CartLane workspace and inspect adapter readiness for a specific post-purchase workflow. Compatibility is evaluated using the active payment plugin, store configuration, order, and available saved payment method instead of relying on a universal gateway claim.
&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Gateway-readiness inspection workflow&lt;/li&gt;
    &lt;li&gt;Adapter-based post-purchase payment handling&lt;/li&gt;
    &lt;li&gt;Safe fallback when a supported charge path is unavailable&lt;/li&gt;
    &lt;li&gt;Extension points for additional provider integrations&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__cartlane-free-and-cartlane-pro&quot;&gt;&lt;strong&gt;CartLane Free and CartLane Pro&lt;/strong&gt;&lt;/h2&gt;

&lt;table&gt;
    &lt;tr&gt;
        &lt;th&gt;Capability&lt;/th&gt;
        &lt;th&gt;CartLane Free&lt;/th&gt;
        &lt;th&gt;CartLane Pro&lt;/th&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;AJAX Side Cart&lt;/td&gt;
        &lt;td&gt;Included&lt;/td&gt;
        &lt;td&gt;Adds Smart Offer recommendation campaigns&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Checkout Optimization&lt;/td&gt;
        &lt;td&gt;Included&lt;/td&gt;
        &lt;td&gt;Adds Smart Offer checkout add-ons&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Order Bumps&lt;/td&gt;
        &lt;td&gt;One active campaign&lt;/td&gt;
        &lt;td&gt;Unlimited active campaigns&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Abandoned Cart Recovery&lt;/td&gt;
        &lt;td&gt;Included&lt;/td&gt;
        &lt;td&gt;Works inside the shared CartLane journey and analytics foundation&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Analytics and Event Intelligence&lt;/td&gt;
        &lt;td&gt;Included&lt;/td&gt;
        &lt;td&gt;Receives Pro offer, funnel, recommendation, and experiment activity&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Post-Purchase Upsells and Downsells&lt;/td&gt;
        &lt;td&gt;Not included&lt;/td&gt;
        &lt;td&gt;Included&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Visual Funnels&lt;/td&gt;
        &lt;td&gt;Not included&lt;/td&gt;
        &lt;td&gt;Included&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;A/B Testing&lt;/td&gt;
        &lt;td&gt;Not included&lt;/td&gt;
        &lt;td&gt;Included&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Dynamic Pricing and BOGO&lt;/td&gt;
        &lt;td&gt;Not included&lt;/td&gt;
        &lt;td&gt;Included&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Smart Offers&lt;/td&gt;
        &lt;td&gt;Compatibility foundation&lt;/td&gt;
        &lt;td&gt;Campaign engine and storefront placements&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
        &lt;td&gt;Pro Integrations and Updates&lt;/td&gt;
        &lt;td&gt;Not included&lt;/td&gt;
        &lt;td&gt;Included with an active license&lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;

&lt;h2 id=&quot;item-description__requirements-and-compatibility&quot;&gt;&lt;strong&gt;Requirements and Compatibility&lt;/strong&gt;&lt;/h2&gt;

&lt;ul&gt;
    &lt;li&gt;WordPress 6.3 or newer&lt;/li&gt;
    &lt;li&gt;PHP 8.0 or newer&lt;/li&gt;
    &lt;li&gt;WooCommerce 7.0 or newer&lt;/li&gt;
    &lt;li&gt;CartLane Free 1.1.4 or newer&lt;/li&gt;
    &lt;li&gt;Tested up to WordPress 7.0&lt;/li&gt;
    &lt;li&gt;Tested up to WooCommerce 10.9&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
    &lt;strong&gt;Important:&lt;/strong&gt; CartLane Pro is not a standalone plugin. Install and activate the free CartLane plugin before activating CartLane Pro.
&lt;/p&gt;

&lt;p&gt;
    Before enabling cart, checkout, pricing, funnel, upsell, recovery, or payment workflows on a live store, test the complete purchase journey on staging with your active theme, taxes, shipping rules, coupons, caching, and payment gateways.
&lt;/p&gt;

&lt;h2 id=&quot;item-description__licensing-privacy-and-updates&quot;&gt;&lt;strong&gt;Licensing, Privacy, and Updates&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;
    CartLane Pro uses license activation to verify Pro entitlement and provide eligible commercial updates. License requests may include license-related details such as the purchase code or license key, site URL, installation identifier, product identifier, plugin version, environment, activation identifier, and current entitlement status.
&lt;/p&gt;

&lt;p&gt;
    WooCommerce products, cart contents, campaign settings, customer purchase data, orders, and local analytics are not sent to the licensing service as part of ordinary license verification. Normal CartLane store workflows remain inside WordPress and WooCommerce.
&lt;/p&gt;

&lt;h2 id=&quot;item-description__documentation-and-support&quot;&gt;&lt;strong&gt;Documentation and Support&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;
    Public documentation covers installation, CartLane Free dependency setup, license activation, module configuration, troubleshooting, gateway-readiness guidance, compatibility, and updates.
&lt;/p&gt;

&lt;p&gt;
    &lt;a href=&quot;https://cartlane.tophivetheme.com/docs/&quot; rel=&quot;nofollow&quot;&gt;View CartLane Documentation&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
    Item support covers CartLane installation, license activation, documented configuration, and reproducible CartLane Pro defects. It does not include custom development, third-party plugin customization, theme-specific redesign, hosting configuration, or custom WooCommerce business logic.
&lt;/p&gt;

&lt;h2 id=&quot;item-description__frequently-asked-questions&quot;&gt;&lt;strong&gt;Frequently Asked Questions&lt;/strong&gt;&lt;/h2&gt;

&lt;h3 id=&quot;item-description__does-cartlane-pro-work-without-cartlane-free&quot;&gt;Does CartLane Pro work without CartLane Free?&lt;/h3&gt;
&lt;p&gt;
    No. CartLane Pro requires CartLane Free 1.1.4 or newer. The free plugin supplies the shared runtime, admin workspace, AJAX side cart, checkout controls, abandoned-cart recovery, analytics, and foundational conversion modules.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__is-abandoned-cart-recovery-included&quot;&gt;Is abandoned-cart recovery included?&lt;/h3&gt;
&lt;p&gt;
    Yes. Abandoned-cart recovery is included in the required CartLane Free plugin. It supports eligible cart capture, configurable recovery emails, secure restore-cart links, email testing, recovery status, and recovered-revenue reporting.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__can-i-create-both-upsell-and-downsell-steps&quot;&gt;Can I create both upsell and downsell steps?&lt;/h3&gt;
&lt;p&gt;
    Yes. CartLane Pro supports both offer types and lets funnel branches route customers according to accepted or declined offers.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__does-post-purchase-charging-work-with-every-payment-gateway&quot;&gt;Does post-purchase charging work with every payment gateway?&lt;/h3&gt;
&lt;p&gt;
    No universal gateway claim is made. Compatibility depends on the exact payment plugin, tokenization support, order state, saved payment method, and CartLane adapter readiness. Review the current documentation and test your production payment setup on staging.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__where-can-smart-offers-appear&quot;&gt;Where can Smart Offers appear?&lt;/h3&gt;
&lt;p&gt;
    Supported campaign contexts include product pages, the CartLane side cart, checkout, and post-purchase workflows. The active storefront output depends on the selected campaign type and placement.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__what-happens-if-my-pro-license-becomes-inactive&quot;&gt;What happens if my Pro license becomes inactive?&lt;/h3&gt;
&lt;p&gt;
    CartLane Free continues to operate. Pro-only modules remain locked until a valid entitlement is restored. Shared CartLane data is not automatically deleted because a Pro license becomes inactive.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__can-cartlane-pricing-rules-be-targeted&quot;&gt;Can CartLane pricing rules be targeted?&lt;/h3&gt;
&lt;p&gt;
    Yes. Pricing conditions can use products, categories, quantity thresholds, cart subtotal, customer roles, and scheduled start or end times.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__is-cartlane-translation-ready&quot;&gt;Is CartLane translation ready?&lt;/h3&gt;
&lt;p&gt;
    Yes. CartLane Free and CartLane Pro use dedicated WordPress text domains and include translation templates.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__does-uninstalling-cartlane-pro-delete-shared-cartlane-data&quot;&gt;Does uninstalling CartLane Pro delete shared CartLane data?&lt;/h3&gt;
&lt;p&gt;
    No. CartLane Pro does not automatically remove the shared CartLane Free data foundation during ordinary deactivation or uninstallation. Review the CartLane Free data-retention settings before removing production data.
&lt;/p&gt;

&lt;h2 id=&quot;item-description__version-1-0-0&quot;&gt;Version 1.0.0&lt;/h2&gt;

&lt;ul&gt;
    &lt;li&gt;Initial CartLane Pro commercial release&lt;/li&gt;
    &lt;li&gt;Post-purchase upsell and downsell offer management&lt;/li&gt;
    &lt;li&gt;Visual funnel workflows with accept and decline branching&lt;/li&gt;
    &lt;li&gt;A/B testing for post-purchase offer variants&lt;/li&gt;
    &lt;li&gt;Smart Offers for product pages, side cart, checkout, and post-purchase contexts&lt;/li&gt;
    &lt;li&gt;Frequently Bought Together and checkout add-on experiences&lt;/li&gt;
    &lt;li&gt;Percentage, fixed, BOGO, role-based, and quantity-tier pricing rules&lt;/li&gt;
    &lt;li&gt;Unlimited active order bump entitlement&lt;/li&gt;
    &lt;li&gt;Pro integrations and gateway-readiness management&lt;/li&gt;
    &lt;li&gt;Pro offer events connected to the CartLane Free Event Intelligence workflow&lt;/li&gt;
    &lt;li&gt;Secure license activation and eligible Pro update delivery&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__build-a-smarter-woocommerce-revenue-journey&quot;&gt;&lt;strong&gt;Build a Smarter WooCommerce Revenue Journey&lt;/strong&gt;&lt;/h2&gt;

&lt;p&gt;
    Use relevant recommendations before checkout, abandoned-cart recovery when shoppers leave, structured upsell and downsell funnels after checkout, flexible pricing campaigns, and connected offer intelligence—all inside the CartLane ecosystem.
&lt;/p&gt;

&lt;p&gt;
    &lt;a href=&quot;https://cartlane.tophivetheme.com/&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;Explore the CartLane Live Demo&lt;/strong&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
    Product images, sample orders, customer names, revenue values, and store content shown in preview images are demonstration data and are not included with the plugin.
&lt;/p&gt;</content>
			<author>
			  <name>tophive</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64360313</id>
			<published>2026-07-24 20:30:33</published>
			<updated>2026-07-24 20:30:33</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/exitsurvey-smart-exitintent-survey-cart-recovery-for-woocommerce/64360313"/>
			<title>ExitSurvey – Smart Exit-Intent Survey &amp; Cart Recovery for WooCommerce (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__exitsurvey-smart-exit-intent-survey-amp-cart-recovery-for-woocommerce&quot;&gt;ExitSurvey &amp;#8211; Smart Exit-Intent Survey &amp;#38; Cart Recovery for WooCommerce&lt;/h2&gt;
&lt;p&gt;
  &lt;strong&gt;ExitSurvey&lt;/strong&gt; detects the exact moment a visitor is about to leave your WooCommerce store
  and presents a beautiful, targeted survey popup tailored to what they actually did on your site.
  It then helps you win them back with instant discount coupons, branded cart-recovery emails,
  and real-time integrations — all from your own WordPress dashboard, with zero external trackers.
&lt;/p&gt;
&lt;p&gt;
  &lt;strong&gt;Stop guessing why customers abandon. Start recovering lost revenue today.&lt;/strong&gt;
&lt;/p&gt;
 
&lt;h3 id=&quot;item-description__-how-it-works&quot;&gt; How It Works&lt;/h3&gt;
&lt;ol&gt;
  &lt;li&gt;&lt;strong&gt;Tracks browsing&lt;/strong&gt; — records page visits (cart, checkout, product, shop) in localStorage with no cookies or external scripts.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Detects exit intent&lt;/strong&gt; — when the visitor moves their mouse toward the browser bar, the popup fires.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Picks the right question automatically&lt;/strong&gt; based on real browsing history:
    &lt;ul&gt;
      &lt;li&gt;Visited checkout → &lt;em&gt;Checkout abandonment question&lt;/em&gt;&lt;/li&gt;
      &lt;li&gt;Has cart items (no checkout) → &lt;em&gt;Cart abandonment question&lt;/em&gt;&lt;/li&gt;
      &lt;li&gt;Visited product pages → &lt;em&gt;Product interest question&lt;/em&gt;&lt;/li&gt;
      &lt;li&gt;Browsed shop or category pages → &lt;em&gt;Shop browse question&lt;/em&gt;&lt;/li&gt;
      &lt;li&gt;Otherwise → &lt;em&gt;General feedback question&lt;/em&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Displays live cart contents&lt;/strong&gt; — shows the visitor&amp;#8217;s actual products (image, name, qty, price, total) inside the popup.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Collects the answer&lt;/strong&gt; — supports multiple-choice or open-text formats per question.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Recovers the sale&lt;/strong&gt; — optionally generates a unique WooCommerce coupon, shows it instantly with a countdown timer, and emails the visitor their cart with a one-click checkout link.&lt;/li&gt;
&lt;/ol&gt;
 
&lt;h3 id=&quot;item-description__-core-survey-features&quot;&gt; Core Survey Features&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Cart-aware popup&lt;/strong&gt; — displays real cart items (images, name, qty, price) and cart total inside the survey.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;5 smart triggers&lt;/strong&gt; — cart abandonment, checkout abandonment, product page visit, shop/category browse, general.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Fully customisable questions&lt;/strong&gt; — edit text, answer options, and sort order from &lt;em&gt;ExitSurvey → Questions&lt;/em&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Two question types&lt;/strong&gt; — multiple-choice or open-text per question.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Sort order control&lt;/strong&gt; — numeric ordering lets you choose exactly which question appears first.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Extra field per question&lt;/strong&gt; — attach an optional text input beneath any question (e.g., &amp;#8220;Enter your email for a discount&amp;#8221;).&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Cookie throttle&lt;/strong&gt; — configurable days before the same visitor sees the popup again.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Mobile toggle&lt;/strong&gt; — independently enable or disable the popup on mobile devices.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Test Mode&lt;/strong&gt; — shows the popup on every page load so you can preview it without waiting for real exit intent.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Brand colour customisation&lt;/strong&gt; — set a primary and secondary colour; the popup gradient matches your store branding.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Page exclusion list&lt;/strong&gt; — define specific URLs where the popup should never appear.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Configurable delay &amp;#38; sensitivity&lt;/strong&gt; — control how many milliseconds after load before tracking begins, and how close to the browser bar the trigger fires.&lt;/li&gt;
&lt;/ul&gt;
 
&lt;h3 id=&quot;item-description__-targeting-amp-audience-segmentation&quot;&gt; Targeting &amp;#38; Audience Segmentation&lt;/h3&gt;
&lt;p&gt;Show each question to exactly the right visitor segment. Per-question targeting rules include:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;User type&lt;/strong&gt; — All visitors / Guests only / Logged-in customers only.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Order history&lt;/strong&gt; — Minimum and maximum number of past WooCommerce orders (e.g., first-time buyers only, or repeat customers only).&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Cart value range&lt;/strong&gt; — Minimum and maximum cart total for client-side filtering (e.g., show a high-value discount question only when the cart exceeds $50).&lt;/li&gt;
&lt;/ul&gt;
 
&lt;h3 id=&quot;item-description__-conversion-recovery-auto-coupon&quot;&gt;️ Conversion Recovery — Auto Coupon&lt;/h3&gt;
&lt;p&gt;Win back abandoning visitors instantly with automatically generated, unique WooCommerce discount coupons:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Enable / disable&lt;/strong&gt; auto coupon generation per site.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Custom code prefix&lt;/strong&gt; — generated codes look like &lt;code&gt;EXIT-A3F7K2&lt;/code&gt; (prefix is configurable).&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Expiry control&lt;/strong&gt; — set how many hours until the coupon expires (0 = never expires).&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Urgency countdown timer&lt;/strong&gt; — a live countdown inside the popup creates scarcity and drives action.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Smart discount tiers (up to 3)&lt;/strong&gt; — assign different discounts based on cart value (e.g., 5% off under $50, 10% off at $50+). Supports percentage and fixed-amount types.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Answer-triggered coupons&lt;/strong&gt; — only generate a coupon when the visitor selects a specific answer (e.g., &amp;#8220;Too expensive&amp;#8221;). One answer per line, case-insensitive.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Auto-apply to cart&lt;/strong&gt; — optionally apply the coupon to the WooCommerce cart automatically on submission.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Persistent floating banner&lt;/strong&gt; — the coupon code floats in the bottom-left corner across all page navigations (via localStorage) until copied or dismissed.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;One-click copy&lt;/strong&gt; — visitors can copy the coupon code from both the popup and the persistent banner.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Single-use enforcement&lt;/strong&gt; — every generated coupon has a usage limit of 1, created directly in WooCommerce.&lt;/li&gt;
&lt;/ul&gt;
 
&lt;h3 id=&quot;item-description__-cart-recovery-email&quot;&gt; Cart Recovery Email&lt;/h3&gt;
&lt;p&gt;When a visitor provides their email, automatically send them a beautifully branded cart recovery email:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Branded HTML email template&lt;/strong&gt; — gradient header, discount code block, cart items table, and a prominent checkout CTA button.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Abandoned cart items included&lt;/strong&gt; — exact products (image, name, qty, price) appear in the email body.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Configurable From name &amp;#38; From address&lt;/strong&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Configurable email subject line&lt;/strong&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Expiry notice&lt;/strong&gt; — the email states how long the coupon code is valid for to encourage urgency.&lt;/li&gt;
&lt;/ul&gt;
 
&lt;h3 id=&quot;item-description__-email-marketing-integration&quot;&gt; Email Marketing Integration&lt;/h3&gt;
&lt;p&gt;Automatically subscribe survey respondents to your mailing list when they provide an email:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Mailchimp&lt;/strong&gt; — API v3, PUT upsert via members endpoint. GDPR-safe: will not re-subscribe opted-out contacts.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Klaviyo&lt;/strong&gt; — API revision 2024-10-15, bulk subscription endpoint with email consent flag.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Per-question toggle&lt;/strong&gt; — mark any extra field as an &amp;#8220;Email Collector&amp;#8221; to activate list subscription for that specific question only.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Provider select&lt;/strong&gt; — choose None, Mailchimp, or Klaviyo from the Settings page; API credentials saved securely.&lt;/li&gt;
&lt;/ul&gt;
 
&lt;h3 id=&quot;item-description__-zapier-amp-webhook-integration&quot;&gt;⚡ Zapier &amp;#38; Webhook Integration&lt;/h3&gt;
&lt;p&gt;Send survey response data to any external app or automation platform in real time:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Any webhook endpoint&lt;/strong&gt; — Zapier Catch Hooks, Make (Integromat), n8n, custom REST APIs.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Structured JSON payload&lt;/strong&gt; — includes &lt;code&gt;response_id&lt;/code&gt;, &lt;code&gt;session_id&lt;/code&gt;, &lt;code&gt;question_id&lt;/code&gt;, &lt;code&gt;question_text&lt;/code&gt;, &lt;code&gt;answer&lt;/code&gt;, &lt;code&gt;trigger_type&lt;/code&gt;, &lt;code&gt;cart_value&lt;/code&gt;, &lt;code&gt;cart_items&lt;/code&gt;, &lt;code&gt;page_history&lt;/code&gt;, &lt;code&gt;site_url&lt;/code&gt;, &lt;code&gt;created_at&lt;/code&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Non-blocking delivery&lt;/strong&gt; — fire-and-forget so the visitor&amp;#8217;s popup response is never delayed.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;SSRF protection&lt;/strong&gt; — loopback and private IP addresses are blocked even if the URL passes format validation.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Enable / disable toggle&lt;/strong&gt; with a URL field that only appears when the webhook is enabled.&lt;/li&gt;
&lt;/ul&gt;
 
&lt;h3 id=&quot;item-description__-admin-dashboard-amp-reporting&quot;&gt; Admin Dashboard &amp;#38; Reporting&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Real-time stats dashboard&lt;/strong&gt; — total responses, today&amp;#8217;s count, average cart value, top answers, and response breakdown by trigger type.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Responses table&lt;/strong&gt; — paginated list with trigger badge, question, answer, cart value, and date; supports search and trigger filter.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Delete responses&lt;/strong&gt; — remove individual records with nonce-secured AJAX confirmation.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Admin email notifications&lt;/strong&gt; — receive an email alert for every new survey submission (configurable recipient address).&lt;/li&gt;
&lt;/ul&gt;
 
&lt;h3 id=&quot;item-description__-security-amp-code-quality&quot;&gt; Security &amp;#38; Code Quality&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;All &lt;code&gt;$_POST&lt;/code&gt; / &lt;code&gt;$_GET&lt;/code&gt; inputs sanitized with appropriate WordPress sanitization functions (&lt;code&gt;sanitize_text_field&lt;/code&gt;, &lt;code&gt;absint&lt;/code&gt;, &lt;code&gt;sanitize_email&lt;/code&gt;, &lt;code&gt;esc_url_raw&lt;/code&gt;, etc.).&lt;/li&gt;
  &lt;li&gt;All output escaped with &lt;code&gt;esc_html&lt;/code&gt;, &lt;code&gt;esc_attr&lt;/code&gt;, &lt;code&gt;esc_url&lt;/code&gt;, and &lt;code&gt;wp_kses_post&lt;/code&gt;.&lt;/li&gt;
  &lt;li&gt;Nonce verification on every admin form (&lt;code&gt;check_admin_referer&lt;/code&gt;) and every AJAX action (&lt;code&gt;check_ajax_referer&lt;/code&gt;).&lt;/li&gt;
  &lt;li&gt;All database queries use &lt;code&gt;$wpdb-&amp;gt;prepare()&lt;/code&gt; with typed placeholders; dynamic table names secured with &lt;code&gt;sanitize_key()&lt;/code&gt;.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Fully translatable&lt;/strong&gt; — all PHP strings use &lt;code&gt;__()&lt;/code&gt; / &lt;code&gt;esc_html__()&lt;/code&gt; with the &lt;code&gt;exitsurvey&lt;/code&gt; text domain; all JS user-visible strings passed via &lt;code&gt;wp_localize_script&lt;/code&gt; for &lt;code&gt;.po&lt;/code&gt; file translation.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Modular architecture&lt;/strong&gt; — each feature (Email Marketing, Coupon, Zapier, Targeting) is a self-contained class wired via WordPress action/filter hooks, making customisation and extension straightforward.&lt;/li&gt;
  &lt;li&gt;Zero external tracking scripts or third-party assets loaded on the frontend.&lt;/li&gt;
&lt;/ul&gt;
 
&lt;h3 id=&quot;item-description__-requirements&quot;&gt;⚙️ Requirements&lt;/h3&gt;
&lt;ul&gt;
  &lt;li&gt;WordPress 5.8 or higher&lt;/li&gt;
  &lt;li&gt;WooCommerce (required)&lt;/li&gt;
  &lt;li&gt;PHP 7.4 or higher&lt;/li&gt;
&lt;/ul&gt;
 
&lt;h3 id=&quot;item-description__-installation&quot;&gt; Installation&lt;/h3&gt;
&lt;ol&gt;
  &lt;li&gt;Upload the &lt;code&gt;exitsurvey&lt;/code&gt; folder to &lt;code&gt;/wp-content/plugins/&lt;/code&gt;.&lt;/li&gt;
  &lt;li&gt;Activate the plugin through the &lt;strong&gt;Plugins&lt;/strong&gt; menu in WordPress.&lt;/li&gt;
  &lt;li&gt;Go to &lt;strong&gt;ExitSurvey → Settings&lt;/strong&gt; to configure the popup, branding, and integrations.&lt;/li&gt;
  &lt;li&gt;Go to &lt;strong&gt;ExitSurvey → Questions&lt;/strong&gt; to customise your survey questions, targeting rules, and coupon triggers.&lt;/li&gt;
  &lt;li&gt;Survey responses appear under &lt;strong&gt;ExitSurvey → Responses&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Recommended setup order:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
  &lt;li&gt;Set your brand colours in &lt;em&gt;Settings → Appearance&lt;/em&gt;.&lt;/li&gt;
  &lt;li&gt;Enable the popup and configure cookie duration.&lt;/li&gt;
  &lt;li&gt;Edit your questions (at least one per trigger type).&lt;/li&gt;
  &lt;li&gt;(Optional) Enable Auto Coupon and configure discount tiers.&lt;/li&gt;
  &lt;li&gt;(Optional) Connect Mailchimp or Klaviyo for email capture.&lt;/li&gt;
  &lt;li&gt;(Optional) Add a Zapier or custom Webhook URL.&lt;/li&gt;
  &lt;li&gt;Preview everything using &lt;strong&gt;Test Mode&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
 
&lt;h3 id=&quot;item-description__-frequently-asked-questions&quot;&gt;❓ Frequently Asked Questions&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Does it work without WooCommerce?&lt;/strong&gt;&lt;br /&gt;
No. ExitSurvey requires WooCommerce to read live cart data, product information, and checkout URLs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Will it slow down my store?&lt;/strong&gt;&lt;br /&gt;
No. All page tracking is client-side (localStorage). The server is only contacted when the popup actually opens, and all third-party calls (Zapier, Mailchimp, Klaviyo) are fire-and-forget (non-blocking).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Can I add my own questions?&lt;/strong&gt;&lt;br /&gt;
Yes — create and edit questions in &lt;em&gt;ExitSurvey → Questions&lt;/em&gt;. You can set question text, type (multiple-choice or open-text), trigger, active status, and sort order.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How do I stop the same visitor from seeing the popup too often?&lt;/strong&gt;&lt;br /&gt;
Use the &lt;strong&gt;Cookie Duration&lt;/strong&gt; setting. Set the number of days before showing the popup again. Set to &lt;code&gt;0&lt;/code&gt; to disable throttling entirely.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Is the generated coupon single-use?&lt;/strong&gt;&lt;br /&gt;
Yes. Every generated coupon has a usage limit of 1 and is created directly in WooCommerce Coupons, so you can manage or delete it from there.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Will existing Mailchimp subscribers get re-subscribed?&lt;/strong&gt;&lt;br /&gt;
No. The Mailchimp integration uses a PUT upsert with &lt;code&gt;status_if_new: subscribed&lt;/code&gt;, which means only brand-new contacts receive the subscribed status. Existing contacts — including opted-out contacts — keep their current status.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Is it GDPR-compliant?&lt;/strong&gt;&lt;br /&gt;
All data is stored on your own server. No third-party tracking scripts are loaded on the frontend. Email subscription only occurs when the visitor actively provides their email. You are responsible for displaying appropriate consent notices on your site.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Can I translate the plugin?&lt;/strong&gt;&lt;br /&gt;
Yes. All PHP strings are wrapped with &lt;code&gt;__()&lt;/code&gt; and &lt;code&gt;esc_html__()&lt;/code&gt; using the &lt;code&gt;exitsurvey&lt;/code&gt; text domain. All JavaScript user-visible strings are passed from PHP via &lt;code&gt;wp_localize_script&lt;/code&gt; and can be translated with standard &lt;code&gt;.po&lt;/code&gt;&lt;a href=&quot;/&quot; rel=&quot;nofollow&quot;&gt;/&lt;/a&gt;&lt;code&gt;.mo&lt;/code&gt; files or any translation plugin (e.g., Loco Translate, WPML, Polylang).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Does the floating coupon banner appear on every page?&lt;/strong&gt;&lt;br /&gt;
Yes — if a coupon code is saved in localStorage, a small floating banner appears in the bottom-left corner on every page until the visitor copies the code or dismisses it. It auto-dismisses after 60 seconds and reappears if they navigate away without using the coupon.&lt;/p&gt;
 
&lt;h3 id=&quot;item-description__-changelog&quot;&gt; Changelog&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;1.0.0&lt;/strong&gt; — Initial release&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;5-trigger smart exit-intent survey engine&lt;/li&gt;
  &lt;li&gt;Cart-aware popup with live product display&lt;/li&gt;
  &lt;li&gt;Per-question audience targeting (user type, order history, cart value)&lt;/li&gt;
  &lt;li&gt;Auto coupon generation with 3-tier discount system and answer triggers&lt;/li&gt;
  &lt;li&gt;Branded HTML cart recovery email&lt;/li&gt;
  &lt;li&gt;Mailchimp &amp;#38; Klaviyo email marketing integration&lt;/li&gt;
  &lt;li&gt;Zapier / webhook integration with SSRF protection&lt;/li&gt;
  &lt;li&gt;Real-time admin dashboard, responses table, and email notifications&lt;/li&gt;
  &lt;li&gt;Test Mode, mobile toggle, page exclusion, brand colour customisation&lt;/li&gt;
  &lt;li&gt;Full translation support&lt;/li&gt;
&lt;/ul&gt;</content>
			<author>
			  <name>atPlugins</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64390539</id>
			<published>2026-07-23 16:57:49</published>
			<updated>2026-08-26 04:37:27</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/smart-product-table-for-woocommerce-fast-order-forms-and-wholesale-tables/64390539"/>
			<title>Smart Product Table for WooCommerce — Fast Order Forms and Wholesale Tables (eCommerce) </title>
			<content type="html">&lt;p&gt;&lt;strong&gt;Turn your WooCommerce shop into a fast, one-page order form.&lt;/strong&gt; Smart Product Table displays your products in a searchable, sortable and filterable table with instant add-to-cart — perfect for wholesale ordering, B2B price lists, restaurant menus, bookstores, parts catalogues, and any large shop where the default product grid is too slow to browse.&lt;/p&gt;

&lt;p&gt;Built on a &lt;strong&gt;modern React frontend&lt;/strong&gt; (no jQuery, no DataTables) with server-side search, sorting, filtering and pagination — so it stays lightning fast even with &lt;strong&gt;thousands of products&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://themewant.com/plugins/smarttable/&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt; View Live Demo&lt;/strong&gt;&lt;/a&gt;  |  &lt;a href=&quot;https://documentation.themewant.com/docs/smart-product-table/&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt; Documentation&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3 id=&quot;item-description__-visual-table-builder-no-shortcode-knowledge-needed&quot;&gt; Visual Table Builder — No Shortcode Knowledge Needed&lt;/h3&gt;

&lt;p&gt;Design your tables in a beautiful drag-and-drop builder right inside WordPress:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Pick and reorder &lt;strong&gt;columns&lt;/strong&gt; and &lt;strong&gt;filters&lt;/strong&gt; with drag-and-drop&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Live preview&lt;/strong&gt; that updates instantly as you build — and stays in view while you scroll&lt;/li&gt;
&lt;li&gt;Style everything visually: colors, striping, borders, buttons, radius, fonts&lt;/li&gt;
&lt;li&gt;Save unlimited named tables and reuse them anywhere with &lt;strong&gt;[product_table id=&amp;#8221;123&amp;#8221;]&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Edit a saved table once — it updates everywhere it is used&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__-15-ready-made-columns&quot;&gt; 15+ Ready-Made Columns&lt;/h3&gt;

&lt;p&gt;Show exactly the product data your customers need, in any order:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Image, Name, SKU, Price, Stock, Rating, Date&lt;/li&gt;
&lt;li&gt;Categories, Tags, Description (with word limit), Short Description&lt;/li&gt;
&lt;li&gt;Weight, Dimensions, Add-to-Cart button, Bulk-select checkbox&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Any product attribute&lt;/strong&gt; (color, size, brand&amp;#8230;) — &lt;em&gt;attr:pa_color&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Any custom field / meta&lt;/strong&gt; — &lt;em&gt;cf:_your_meta_key&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__-smart-cascading-filters&quot;&gt; Smart Cascading Filters&lt;/h3&gt;

&lt;p&gt;Let customers narrow thousands of products in seconds:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Filter by &lt;strong&gt;category, tag, price range, rating, product type, visibility and attributes&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cascading logic&lt;/strong&gt; — selecting a category automatically narrows the tag, attribute and price options (layered-nav style)&lt;/li&gt;
&lt;li&gt;Empty filters hide automatically — no dead-end options&lt;/li&gt;
&lt;li&gt;Instant keyword &lt;strong&gt;search box&lt;/strong&gt; and sortable column headers&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__-instant-add-to-cart-amp-variable-products&quot;&gt; Instant Add-to-Cart &amp;#38; Variable Products&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;One-click &lt;strong&gt;AJAX add-to-cart&lt;/strong&gt; — no page reload&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Variable products&lt;/strong&gt; supported with a dropdown or button variation selector right in the table&lt;/li&gt;
&lt;li&gt;Quantity input on every row&lt;/li&gt;
&lt;li&gt;Custom button text per table&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__-bulk-wholesale-ordering&quot;&gt; Bulk / Wholesale Ordering&lt;/h3&gt;

&lt;p&gt;Built for B2B and wholesale stores:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Customers &lt;strong&gt;tick multiple products&lt;/strong&gt;, set a quantity for each, and add them all to the cart in &lt;strong&gt;one click&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;The bulk bar shows a live running total — &amp;#8220;&lt;em&gt;4 products · 23 items&lt;/em&gt;&amp;#8220;&lt;/li&gt;
&lt;li&gt;Position the bulk bar top or bottom, left or right&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__-7-design-presets-full-style-control&quot;&gt; 7 Design Presets + Full Style Control&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Ready-made presets: &lt;strong&gt;Default, Minimal, Dark, Neutral, Rounded, Delicate, Nature&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Customize header colors, bold header, &lt;strong&gt;sticky header&lt;/strong&gt;, zebra row striping, column striping, borders, accent/link color, button colors, corner radius, font size, cell padding, text alignment and hover color&lt;/li&gt;
&lt;li&gt;Set styles &lt;strong&gt;globally, per table, or inline&lt;/strong&gt; — individual tables override the global design&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__-performance-first&quot;&gt;⚡ Performance First&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Server-side processing&lt;/strong&gt; — search, sort, filter and paginate on the server, so only the visible rows are loaded&lt;/li&gt;
&lt;li&gt;Built-in &lt;strong&gt;caching&lt;/strong&gt; with automatic invalidation when products change&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Lazy load / load more&lt;/strong&gt; for huge catalogues&lt;/li&gt;
&lt;li&gt;Assets load &lt;strong&gt;only on pages that contain a table&lt;/strong&gt; — zero impact on the rest of your site&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__-responsive-by-design&quot;&gt; Responsive by Design&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Two mobile modes: &lt;strong&gt;stack&lt;/strong&gt; (rows collapse into cards) or &lt;strong&gt;horizontal scroll&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Works beautifully on phones, tablets and desktop&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__-use-it-anywhere&quot;&gt; Use It Anywhere&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Gutenberg block&lt;/strong&gt; — pick any saved table from a dropdown, done&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Shortcode&lt;/strong&gt; — &lt;em&gt;[product_table id=&amp;#8221;123&amp;#8221;]&lt;/em&gt; or fully inline: &lt;em&gt;[product_table columns=&amp;#8221;image,name,sku,price,buy&amp;#8221; filters=&amp;#8221;categories,price&amp;#8221; per_page=&amp;#8221;10&amp;#8221;]&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Works in pages, posts, widgets and page builders that render shortcodes&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__-compatibility-amp-quality&quot;&gt;✅ Compatibility &amp;#38; Quality&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;WooCommerce &lt;strong&gt;HPOS&lt;/strong&gt; (High-Performance Order Storage) compatible&lt;/li&gt;
&lt;li&gt;Translation ready (.pot included) and &lt;strong&gt;RTL friendly&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Clean, modern OOP PHP 8.0+ codebase — secure REST API with nonce protection and sanitized input&lt;/li&gt;
&lt;li&gt;No bloat: no jQuery, no DataTables, no third-party libraries bundled&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__-perfect-for&quot;&gt; Perfect For&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Wholesale &amp;#38; B2B stores&lt;/li&gt;
&lt;li&gt;Restaurant &amp;#38; café ordering menus&lt;/li&gt;
&lt;li&gt;Bookstores, music stores and media catalogues&lt;/li&gt;
&lt;li&gt;Parts, hardware and supplies shops&lt;/li&gt;
&lt;li&gt;Any store with a large catalogue where customers know what they want&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__-what-s-included&quot;&gt; What&amp;#8217;s Included&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Smart Product Table plugin (ready to upload)&lt;/li&gt;
&lt;li&gt;Full HTML documentation written for non-technical users&lt;/li&gt;
&lt;li&gt;Free updates and dedicated support&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__-requirements&quot;&gt;⚙️ Requirements&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;WordPress 6.1+&lt;/li&gt;
&lt;li&gt;WooCommerce 7.2+&lt;/li&gt;
&lt;li&gt;PHP 8.0+&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__-support&quot;&gt; Support&lt;/h3&gt;

&lt;p&gt;Have a question or feature request? Our team answers every ticket — reach us through the support tab or at &lt;a href=&quot;mailto:official@themewant.com&quot;&gt;suport@reactheme.com&lt;/a&gt;. We usually reply within 24 hours on business days.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Get Smart Product Table today and give your customers the fastest way to order.&lt;/strong&gt;&lt;/p&gt;

&lt;h3 id=&quot;item-description__change-logs&quot;&gt;Change Logs&lt;/h3&gt;
&lt;strong&gt;26 Aug 2026 (v1.0.1)&lt;/strong&gt;
&lt;pre&gt;Fixed Mobile Add to Cart Issues&lt;/pre&gt;
    &lt;strong&gt;23 July 2026&lt;/strong&gt;
&lt;pre&gt;Initial Release&lt;/pre&gt;</content>
			<author>
			  <name>reacthemes</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64412980</id>
			<published>2026-07-23 15:57:08</published>
			<updated>2026-07-23 15:57:08</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/gravity-forms-en16931-fields/64412980"/>
			<title>Gravity Forms EN16931 Fields (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__gravity-forms-en16931-fields-code-lists-amp-scheme-identifier-fields-for&quot;&gt;Gravity Forms EN16931 Fields — code lists &amp;#38; scheme-identifier fields for e-invoicing&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Bring the EN16931 / XÖV / KoSIT code lists into Gravity Forms.&lt;/strong&gt; Use them as ready-made
predefined choices for any drop down, and add e-Invoicing field types that can carry a scheme identifier
(BT-xx-1) — everything you need to capture electronic-invoice data in a form.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__why-you-ll-love-it&quot;&gt;Why you&amp;#8217;ll love it&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt; &lt;strong&gt;17 EN16931 code lists built in.&lt;/strong&gt; EAS, ICD, ISO 3166 (countries), ISO 4217
        (currencies), MIME, UN/ECE Rec. 20 &amp;#38; 21, UNTDID 1001 / 1153 / 2005 / 4451 / 4461 / 5189 / 5305
        / 7143 / 7161 and VATEX — read straight from bundled JSON, no import needed.&lt;/li&gt;
    &lt;li&gt;⚡ &lt;strong&gt;One-click predefined choices.&lt;/strong&gt; Insert a whole list into a Drop Down, Radio or
        Checkbox from the editor&amp;#8217;s Bulk-Add flyout.&lt;/li&gt;
    &lt;li&gt;️ &lt;strong&gt;Label = description, value = code.&lt;/strong&gt; The dropdown shows the human-readable
        description (e.g. &lt;em&gt;Andorra&lt;/em&gt;) and stores the code (&lt;em&gt;AD&lt;/em&gt;) — exactly what an e-invoice
        needs. (ISO 3166 shows the short country name.)&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Four e-Invoicing field types.&lt;/strong&gt; Copies of the native Text, Paragraph, Drop Down
        and Email fields, grouped under &lt;em&gt;e-Invoicing Fields&lt;/em&gt;.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Reference list + scheme identifier.&lt;/strong&gt; Each field can reference a code list and a
        scheme identifier taken from it — for the BT-xx-1 attributes EN16931 uses.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Stored as the &amp;#8221;.1&amp;#8221; sub-value.&lt;/strong&gt; The scheme identifier is saved as the field&amp;#8217;s
        &lt;em&gt;.1&lt;/em&gt; value (like the Name / Address sub-inputs), while the entered value stays the normal
        field value. Both are available in entries, exports and merge tags.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Plays well with the family.&lt;/strong&gt; Shares the &lt;em&gt;e-Invoicing Fields&lt;/em&gt; group with
        the companion TAXES, SEPA and VAT-ID field add-ons.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Translatable.&lt;/strong&gt; Text domain &lt;em&gt;gfen16931&lt;/em&gt;; German translation included.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__how-it-works&quot;&gt;How it works&lt;/h3&gt;

&lt;ol&gt;
    &lt;li&gt;Activate the plugin — the code lists become available immediately (nothing to import).&lt;/li&gt;
    &lt;li&gt;For a normal Drop Down, open &lt;strong&gt;Bulk Add / Predefined Choices&lt;/strong&gt; and pick a code list.&lt;/li&gt;
    &lt;li&gt;For an identifier that needs a scheme, add an &lt;strong&gt;e-Invoicing&lt;/strong&gt; field, choose a
        &lt;strong&gt;Reference list&lt;/strong&gt; and a &lt;strong&gt;Scheme identifier&lt;/strong&gt; — it is stored as the
        field&amp;#8217;s &lt;em&gt;.1&lt;/em&gt; value on submission.&lt;/li&gt;
&lt;/ol&gt;

 

&lt;h3 id=&quot;item-description__the-field-types&quot;&gt;The field types&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;e-Invoice Text&lt;/strong&gt; — copy of Single Line Text.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;e-Invoice Paragraph&lt;/strong&gt; — copy of Paragraph Text.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;e-Invoice Drop Down&lt;/strong&gt; — copy of Drop Down (choices can be filled from a code list).&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;e-Invoice Email&lt;/strong&gt; — copy of Email.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__what-s-included&quot;&gt;What&amp;#8217;s included&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;The plugin (predefined choices + four field types + the code-list data).&lt;/li&gt;
    &lt;li&gt;English and German translations (text domain &lt;em&gt;gfen16931&lt;/em&gt;).&lt;/li&gt;
    &lt;li&gt;Full documentation in English and German (README + feature overview).&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__requirements-amp-compatibility&quot;&gt;Requirements &amp;#38; compatibility&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Gravity Forms&lt;/strong&gt; 2.5+&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;WordPress&lt;/strong&gt; 5.0+ (tested on current 6.x / 7.0)&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;PHP&lt;/strong&gt; 7.4+&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__changelog&quot;&gt;Changelog&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;1.0.0&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;EN16931 code lists as predefined choices (label = description, value = code; ISO 3166 uses the
        short name).&lt;/li&gt;
    &lt;li&gt;Four e-Invoicing field types (text, textarea, select, email) with reference-list and
        scheme-identifier settings; scheme identifier stored as the field&amp;#8217;s &amp;#8221;.1&amp;#8221; sub-value.&lt;/li&gt;
&lt;/ul&gt;</content>
			<author>
			  <name>naranili</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64388341</id>
			<published>2026-07-22 00:15:40</published>
			<updated>2026-07-22 00:15:40</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/chimpsheets-woocommerce-google-sheets-twoway-sync-plugin/64388341"/>
			<title>ChimpSheets - WooCommerce Google Sheets Two-Way Sync Plugin (eCommerce) </title>
			<content type="html">&lt;h3 id=&quot;item-description__stop-wasting-hours-on-manual-bookkeeping-and-slow-catalog-edits&quot;&gt;Stop wasting hours on manual bookkeeping and slow catalog edits!&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;ChimpSheets&lt;/strong&gt; is a lightweight, robust, and secure WooCommerce to Google Sheets integration plugin. It allows you to synchronize your orders, products, and coupons in real-time or on a background schedule. Best of all, it features &lt;strong&gt;Two-Way Synchronization&lt;/strong&gt;, meaning you can edit product details directly inside Google Sheets to update your live WooCommerce website instantly!&lt;/p&gt;

&lt;p&gt;Say goodbye to expensive monthly SaaS fees from Zapier or Make. With ChimpSheets, you get lifetime automation with zero subscription costs.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__-key-highlight-features&quot;&gt;⭐ Key Highlight Features&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Bi-directional (Two-Way) Sync:&lt;/strong&gt; Edit Product Name, SKU, Regular Price, Sale Price, Stock Status, and Stock Quantity in Google Sheets, and WooCommerce updates within seconds.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Dynamic Column Mapping:&lt;/strong&gt; Absolute freedom over your spreadsheet. Map WooCommerce order and product fields to any column letter (A to Z). Gaps are automatically padded.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;WP Cron Background Sync (Queue):&lt;/strong&gt; Prevent checkout lag on slow hosting. Queue your sync actions and process them smoothly in the background every 5, 15, or 60 minutes.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Secure Connection Options:&lt;/strong&gt; Choose between quick Google OAuth 2.0 (Google Sign-In) authorization or Service Account JSON file upload.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Integrated Activity Logs:&lt;/strong&gt; Troubleshoot connections easily. View real-time sync history with explicit success/failure logs and detailed error reports inside WordPress.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__-full-feature-list&quot;&gt; Full Feature List&lt;/h3&gt;

&lt;h4 id=&quot;item-description__1-connection-amp-authorization&quot;&gt;1. Connection &amp;#38; Authorization&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;OAuth 2.0 Sign-In (Method A):&lt;/strong&gt; Securely authorize using your Google Account credentials. Stored refresh token ensures lifetime sync without disconnection.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Service Account JSON (Method &lt;img src=&quot;/images/smileys/cool.png&quot; alt=&quot;B)&quot; title=&quot;B)&quot; /&gt;:&lt;/strong&gt; Upload a credentials file to connect. Your private keys are stored securely directly in the database.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__2-woocommerce-to-sheets-outbound-sync&quot;&gt;2. WooCommerce to Sheets (Outbound Sync)&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Real-time Order Sync:&lt;/strong&gt; Automatically sends customer names, emails, product lists, totals, statuses, and order dates on checkout.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Order Status Updates:&lt;/strong&gt; Changing order status in WooCommerce (e.g., Processing to Completed) automatically updates the corresponding row in Sheets.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Real-time Product Sync:&lt;/strong&gt; Automatically appends new products or updates existing ones on product save actions.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Coupon Sync:&lt;/strong&gt; Sync coupon codes, discount types, amounts, usage limits, and expiry dates to a dedicated tab.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__3-sheets-to-woocommerce-inbound-two-way-sync&quot;&gt;3. Sheets to WooCommerce (Inbound Two-Way Sync)&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Live Product Editor:&lt;/strong&gt; Modify Name, SKU, Prices, Stock Status, or Stock Quantity in Sheets to update your site.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Auto-Stock Management:&lt;/strong&gt; If you set stock quantity in Sheets, the plugin automatically turns on &amp;#8220;Manage Stock&amp;#8221; in WooCommerce if it was disabled.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Bangla-to-English Digits Converter:&lt;/strong&gt; Automatically converts Bengali digits (১, ২, ৩&amp;#8230;) to English digits before saving to database to prevent system crashes.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Smart Loop Protection:&lt;/strong&gt; Prevents infinite update loops between WooCommerce and Google Sheets, protecting your server bandwidth.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__4-advanced-system-amp-ui-tools&quot;&gt;4. Advanced System &amp;#38; UI Tools&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;One-click Bulk Export:&lt;/strong&gt; Batch export all existing Products, Orders, or Coupons to Google Sheets.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;AJAX Progress Bar:&lt;/strong&gt; Exports data in safe batches of 10 items to prevent server timeout crashes on cheap shared hosting.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Interactive Settings &amp;#38; Help:&lt;/strong&gt; Features a native WordPress tabbed UI with built-in step-by-step setup guides.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__-why-choose-chimpsheets&quot;&gt; Why Choose ChimpSheets?&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Saves Money:&lt;/strong&gt; A single one-time payment replaces expensive monthly automation subscriptions.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Secure Webhooks:&lt;/strong&gt; Webhook operations are guarded with a 32-character security token to prevent unauthorized access.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Zero Server Overhead:&lt;/strong&gt; Coded strictly following WordPress and WooCommerce development standards to remain lightweight.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__-system-requirements&quot;&gt; System Requirements&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;WordPress 5.8 or higher&lt;/li&gt;
    &lt;li&gt;WooCommerce 6.0 or higher&lt;/li&gt;
    &lt;li&gt;PHP Version 7.4 or higher&lt;/li&gt;
    &lt;li&gt;Standard web hosting (REST API must be enabled)&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__-what-s-included-in-the-download&quot;&gt; What&amp;#8217;s Included in the Download?&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;ChimpSheets WordPress Plugin (.zip)&lt;/li&gt;
    &lt;li&gt;Google Apps Script code for Google Sheets Integration&lt;/li&gt;
    &lt;li&gt;Documentation &amp;#38; Setup Guide&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__-changelog&quot;&gt; Changelog&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;v1.0.0 &amp;#8211; Initial Release (July 2026)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Initial release containing all core MVP features, Two-Way Sync, Custom Column Mapping, Logging, and WP Cron Scheduler.&lt;/li&gt;
&lt;/ul&gt;</content>
			<author>
			  <name>ChimpJar</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64350308</id>
			<published>2026-07-21 18:37:02</published>
			<updated>2026-07-26 19:05:58</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/x402-agent-checkout-for-woocommerce/64350308"/>
			<title>x402 Agent Checkout for WooCommerce (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__x402-agent-checkout-for-woocommerce&quot;&gt;x402 Agent Checkout for WooCommerce&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Let AI agents discover and buy your WooCommerce products directly, paid in USDC on Base.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;
The first WooCommerce plugin built for the emerging &lt;strong&gt;Agentic Commerce&lt;/strong&gt; ecosystem. AI shopping assistants, autonomous buyers, and software agents discover your products through a machine-readable catalog, find your store on their own through built-in discovery, and complete purchases over standard HTTP using the &lt;strong&gt;x402 protocol&lt;/strong&gt; — with payment settled on-chain in USDC.
&lt;/p&gt;

&lt;p&gt;
No customer accounts. No API keys for buyers. No traditional checkout flow. A signed payment authorization automatically creates a real WooCommerce order within seconds — single item or full cart, digital or physical, priced in your store&amp;#8217;s own currency.
&lt;/p&gt;

 

&lt;h2 id=&quot;item-description__sell-to-ai-agents-not-just-humans&quot;&gt;Sell to AI Agents, Not Just Humans&lt;/h2&gt;

&lt;p&gt;
AI-powered shopping agents are starting to purchase products on behalf of users and businesses. Most online stores are built only for human visitors clicking through a cart.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;x402 Agent Checkout for WooCommerce&lt;/strong&gt; implements the x402 protocol — built on the standard HTTP &lt;strong&gt;402 Payment Required&lt;/strong&gt; response — so compatible AI agents can:
&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Find your store on their own, via a discovery manifest and catalog links published on every page — no URL needs to be handed to them out of band.&lt;/li&gt;
    &lt;li&gt;Discover products using a machine-readable JSON catalog, filterable by search term, category, and price.&lt;/li&gt;
    &lt;li&gt;Request checkout details for one product or a full multi-item cart, including price, currency, network, and payment destination.&lt;/li&gt;
    &lt;li&gt;Authorize payment using their own USDC wallet.&lt;/li&gt;
    &lt;li&gt;Automatically create a standard WooCommerce order the moment settlement succeeds.&lt;/li&gt;
    &lt;li&gt;Check an order&amp;#8217;s status afterward using nothing but the wallet address that paid for it.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
Settlement runs through &lt;strong&gt;Coinbase Developer Platform (CDP)&lt;/strong&gt;. No blockchain node, private keys, or smart contract deployment required on your end.
&lt;/p&gt;

 

&lt;h2 id=&quot;item-description__why-x402-instead-of-a-traditional-crypto-gateway&quot;&gt;Why x402 Instead of a Traditional Crypto Gateway?&lt;/h2&gt;

&lt;p&gt;
This plugin is built specifically for &lt;strong&gt;autonomous machine-to-machine commerce&lt;/strong&gt;, not human crypto checkout with a &amp;#8220;Pay with Crypto&amp;#8221; button bolted on.
&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;No shopping cart or browser session required.&lt;/li&gt;
    &lt;li&gt;No customer login or OAuth authentication.&lt;/li&gt;
    &lt;li&gt;Machine-readable discovery and product catalog, built for agents to find and read on their own.&lt;/li&gt;
    &lt;li&gt;An HTTP API designed around how AI agents actually operate.&lt;/li&gt;
    &lt;li&gt;Idempotent requests — a retried payment returns the existing order instead of creating a duplicate.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h2 id=&quot;item-description__key-features&quot;&gt;Key Features&lt;/h2&gt;

&lt;h3 id=&quot;item-description__agent-discovery-built-in&quot;&gt;Agent Discovery, Built In&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;A discovery manifest and matching HTTP header published on every page, so an agent that simply visits your store already knows where the catalog and checkout endpoints are.&lt;/li&gt;
    &lt;li&gt;Optional Bazaar discovery metadata on every checkout request — Coinbase&amp;#8217;s own CDP Facilitator can automatically list your store in its free agent marketplace (Bazaar / Agentic.Market) after your first real sale. No signup, no extra cost.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__machine-readable-product-catalog&quot;&gt;Machine-Readable Product Catalog&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;JSON catalog endpoint for AI discovery, filterable by search term, category, and min/max price.&lt;/li&gt;
    &lt;li&gt;Product title, SKU, image, pricing, inventory status, and checkout requirements.&lt;/li&gt;
    &lt;li&gt;Full support for variable products — every purchasable variation listed with its own price and stock.&lt;/li&gt;
    &lt;li&gt;Indicates whether shipping information is required for a given product.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__native-x402-payment-flow&quot;&gt;Native x402 Payment Flow&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;Complete 402 → Verify → Settle workflow.&lt;/li&gt;
    &lt;li&gt;Runs on the Coinbase CDP Facilitator.&lt;/li&gt;
    &lt;li&gt;Supports EIP-3009 &lt;code&gt;transferWithAuthorization&lt;/code&gt;.&lt;/li&gt;
    &lt;li&gt;No private keys stored on your WordPress site — and your CDP secret itself never has to live in the database, via an optional &lt;code&gt;wp-config.php&lt;/code&gt; constant.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__single-items-or-a-full-cart&quot;&gt;Single Items or a Full Cart&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;Pay for one product or several — including different variations of the same product — in a single order and a single settlement.&lt;/li&gt;
    &lt;li&gt;Order totals are calculated fresh for every checkout, never estimated.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__automatic-currency-conversion&quot;&gt;Automatic Currency Conversion&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;Priced your store in EUR, GBP, or anything else? Agent checkout converts to USD automatically using a live exchange rate before an agent is ever charged, so what settles on-chain always matches your product&amp;#8217;s real-world price.&lt;/li&gt;
    &lt;li&gt;USD stores are unaffected — no conversion step, no added latency.&lt;/li&gt;
    &lt;li&gt;Per-product USDC price overrides are supported for anything you&amp;#8217;d rather price manually.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__billing-amp-shipping-validation&quot;&gt;Billing &amp;#38; Shipping Validation&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;Requires a valid shipping address for physical products before payment is even requested.&lt;/li&gt;
    &lt;li&gt;Digital products skip address collection entirely.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__woocommerce-tax-amp-shipping-calculation&quot;&gt;WooCommerce Tax &amp;#38; Shipping Calculation&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;Optional real-time tax calculation using your actual configured WooCommerce tax rates.&lt;/li&gt;
    &lt;li&gt;Optional real shipping cost, calculated from your configured Shipping Zones.&lt;/li&gt;
    &lt;li&gt;Returns accurate, live pricing instead of a flat estimate.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__flexible-product-enablement&quot;&gt;Flexible Product Enablement&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;Enable Agent Checkout store-wide or per product.&lt;/li&gt;
    &lt;li&gt;New products can automatically become agent-enabled — no extra configuration required per listing.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__built-for-reliability&quot;&gt;Built for Reliability&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;Idempotent payment replay protection — a retried request never creates a duplicate order.&lt;/li&gt;
    &lt;li&gt;Atomic stock reservation at settlement time, so two agents can never both walk away with the last unit of a low-stock item.&lt;/li&gt;
    &lt;li&gt;Per-IP rate limiting on the checkout endpoint, on by default.&lt;/li&gt;
    &lt;li&gt;Compatible with normal WooCommerce inventory management, emails, and order processing — nothing about the rest of your store changes.&lt;/li&gt;
    &lt;li&gt;Graceful handling of third-party plugin conflicts.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__complete-order-tracking&quot;&gt;Complete Order Tracking&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;Dedicated x402 Payment Details panel on every order.&lt;/li&gt;
    &lt;li&gt;Payer wallet address.&lt;/li&gt;
    &lt;li&gt;Blockchain network.&lt;/li&gt;
    &lt;li&gt;Transaction hash with explorer link.&lt;/li&gt;
    &lt;li&gt;Authorization nonce.&lt;/li&gt;
    &lt;li&gt;Quick order-list indicator inside WooCommerce.&lt;/li&gt;
    &lt;li&gt;Order status lookup for agents, gated by the paying wallet address — no account system needed on either side.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__configuration-you-can-trust&quot;&gt;Configuration You Can Trust&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;Settings export/import, for backing up or moving your configuration between sites.&lt;/li&gt;
    &lt;li&gt;Built-in license verification unlocks support and future updates — every checkout feature works identically whether or not you&amp;#8217;ve verified yet.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__testnet-ready&quot;&gt;Testnet Ready&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;Configured for Base Sepolia testnet by default.&lt;/li&gt;
    &lt;li&gt;Switch to Base Mainnet when you&amp;#8217;re ready for production.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h2 id=&quot;item-description__requirements&quot;&gt;Requirements&lt;/h2&gt;

&lt;ul&gt;
    &lt;li&gt;WordPress 6.0 or higher&lt;/li&gt;
    &lt;li&gt;WooCommerce 6.0 or higher&lt;/li&gt;
    &lt;li&gt;PHP 7.4 or higher&lt;/li&gt;
    &lt;li&gt;A free Coinbase Developer Platform (CDP) account — no KYC or trading account needed&lt;/li&gt;
    &lt;li&gt;An EVM-compatible wallet address to receive USDC&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h2 id=&quot;item-description__what-this-plugin-does-not-do&quot;&gt;What This Plugin Does Not Do&lt;/h2&gt;

&lt;ul&gt;
    &lt;li&gt;Does not add a traditional &amp;#8220;Pay with Crypto&amp;#8221; checkout button for human customers — this is agent-to-store checkout, not a human payment gateway.&lt;/li&gt;
    &lt;li&gt;Does not operate its own blockchain node.&lt;/li&gt;
    &lt;li&gt;Does not store or manage private keys.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h2 id=&quot;item-description__perfect-for&quot;&gt;Perfect For&lt;/h2&gt;

&lt;ul&gt;
    &lt;li&gt;AI Shopping Platforms&lt;/li&gt;
    &lt;li&gt;Autonomous Purchasing Agents&lt;/li&gt;
    &lt;li&gt;Developer APIs&lt;/li&gt;
    &lt;li&gt;Machine-to-Machine Commerce&lt;/li&gt;
    &lt;li&gt;Digital Product Stores&lt;/li&gt;
    &lt;li&gt;SaaS Providers&lt;/li&gt;
    &lt;li&gt;Early Adopters of Agentic Commerce&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
Prepare your WooCommerce store for the future of AI-powered commerce — let autonomous agents discover, purchase, and pay using the open x402 protocol.
&lt;/p&gt;

&lt;h2 id=&quot;item-description__online-docs&quot;&gt;Online Docs &lt;/h2&gt;

&lt;p&gt; &lt;a href=&quot;https://ryanplugins.net/x402-agent-checkout-setup-guide/&quot; rel=&quot;nofollow&quot;&gt;https://ryanplugins.net/x402-agent-checkout-setup-guide/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;
&lt;/p&gt;</content>
			<author>
			  <name>ryanplugins</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64371184</id>
			<published>2026-07-21 18:33:58</published>
			<updated>2026-07-21 20:40:02</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/synclane-square-sync-for-woocommerce/64371184"/>
			<title>SyncLane - Square Sync for WooCommerce (eCommerce) </title>
			<content type="html">&lt;p&gt;
  &lt;img src=&quot;https://synclane.webkodingtheme.com/desc/desc-hero.jpg&quot; alt=&quot;SyncLane - Square and WooCommerce synced by permanent id, never duplicated&quot; /&gt;
&lt;/p&gt;

&lt;h2 id=&quot;item-description__square-and-woocommerce-synced-by-permanent-id&quot;&gt;Square and WooCommerce, synced by permanent id&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;SyncLane&lt;/strong&gt; connects your Square POS account to your WooCommerce store and keeps &lt;strong&gt;products, variations, stock levels and sales&lt;/strong&gt; in sync. It is built around one idea that other sync tools get wrong: every record is matched by its &lt;strong&gt;permanent Square id&lt;/strong&gt;, stored in a dedicated mapping table, so running a sync twice updates the same items instead of creating copies of them.&lt;/p&gt;

&lt;p&gt;If you have ever run a Square sync and found your catalogue doubled, this is the plugin that fixes it.&lt;/p&gt;

&lt;p&gt;
  &lt;strong&gt;Landing Page:&lt;/strong&gt; &lt;a href=&quot;https://synclane.webkodingtheme.com&quot; rel=&quot;nofollow&quot;&gt;synclane.webkodingtheme.com&lt;/a&gt;&lt;br /&gt;
  &lt;strong&gt;WP Admin Demo:&lt;/strong&gt; &lt;a href=&quot;https://synclane.webkodingtheme.com/wp/wp-admin/&quot; rel=&quot;nofollow&quot;&gt;synclane.webkodingtheme.com/wp/wp-admin/&lt;/a&gt;&lt;br /&gt;
  Admin credentials: &lt;strong&gt;demo&lt;/strong&gt; / &lt;strong&gt;SyncLaneDemo!&lt;/strong&gt;
&lt;/p&gt;

 

&lt;p&gt;
  &lt;img src=&quot;https://synclane.webkodingtheme.com/desc/desc-ledger.jpg&quot; alt=&quot;SyncLane mapping table matching Square catalogue records to WooCommerce products by permanent id&quot; /&gt;
&lt;/p&gt;

&lt;h3 id=&quot;item-description__matched-by-id-not-by-name&quot;&gt;Matched by id, not by name&lt;/h3&gt;

&lt;p&gt;Most Square connectors match products by &lt;strong&gt;title&lt;/strong&gt;. Rename a product, run the sync from a second machine, or let two runs overlap, and you get a second copy of everything. SyncLane never does that.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A dedicated mapping table&lt;/strong&gt; &amp;#8211; SyncLane creates its own table and stores one row per product, variation and order, holding the WooCommerce id, the permanent Square id, the object version, the SKU and a content hash.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Every write goes through the stored id&lt;/strong&gt; &amp;#8211; once a record is mapped, SyncLane updates that exact Square object. It never searches by name and never guesses.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;First-contact adoption by SKU&lt;/strong&gt; &amp;#8211; if a product already exists on both sides before you install SyncLane, the first sync finds it in Square by SKU and adopts it into the map instead of creating a duplicate.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Content hashing&lt;/strong&gt; &amp;#8211; records that have not actually changed are skipped, so re-runs are fast and quiet instead of rewriting your whole catalogue.&lt;/p&gt;

 

&lt;p&gt;
  &lt;img src=&quot;https://synclane.webkodingtheme.com/desc/desc-proof.jpg&quot; alt=&quot;Four consecutive SyncLane sync runs producing zero duplicate products or variations&quot; /&gt;
&lt;/p&gt;

&lt;h3 id=&quot;item-description__verify-it-yourself-in-ten-seconds&quot;&gt;Verify it yourself in ten seconds&lt;/h3&gt;

&lt;p&gt;Open the admin demo, note the product and variation counts on the SyncLane dashboard, press &lt;strong&gt;Sync now&lt;/strong&gt; two or three times, and reload. The counts will not have moved. That single test is the reason this plugin exists.&lt;/p&gt;

 

&lt;p&gt;
  &lt;img src=&quot;https://synclane.webkodingtheme.com/desc/desc-sync.jpg&quot; alt=&quot;SyncLane syncs products and variations, two-way stock levels, and Square orders into WooCommerce&quot; /&gt;
&lt;/p&gt;

&lt;h3 id=&quot;item-description__what-synclane-keeps-in-sync&quot;&gt;What SyncLane keeps in sync&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Products and variations&lt;/strong&gt; &amp;#8211; one way, in the direction you choose. Manage your catalogue in WooCommerce and push it to Square, or manage it in Square and pull it into WooCommerce. Titles, descriptions, prices, SKUs and stock all travel with the record.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stock levels, both ways&lt;/strong&gt; &amp;#8211; a sale on either channel keeps both correct. Real time where you enable the webhook, with a reconciliation sweep every 15 minutes that heals anything a missed event left behind.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Orders&lt;/strong&gt; &amp;#8211; Square in-person sales come into WooCommerce as orders with the correct totals, so counter sales and online sales sit in one list. Order creation is HPOS-safe.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Manual control&lt;/strong&gt; &amp;#8211; a &lt;strong&gt;Sync now&lt;/strong&gt; button on the dashboard runs a full sync whenever you want one, and the activity log records what each run did.&lt;/p&gt;

 

&lt;p&gt;
  &lt;img src=&quot;https://synclane.webkodingtheme.com/desc/desc-variations.jpg&quot; alt=&quot;WooCommerce Size and Colour attributes mapped to real Square item options and item variations&quot; /&gt;
&lt;/p&gt;

&lt;h3 id=&quot;item-description__variation-sync-that-actually-works&quot;&gt;Variation sync that actually works&lt;/h3&gt;

&lt;p&gt;Variations are where most Square integrations give up. SyncLane maps each WooCommerce product attribute to a real Square &lt;strong&gt;item option&lt;/strong&gt;, and each variation to a Square item variation carrying the matching option values and its own SKU, price and stock count.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Per-variation inventory&lt;/strong&gt; &amp;#8211; the count for Medium / Black is tracked separately from Large / Sand on both sides.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Items without options come through as simple products&lt;/strong&gt; &amp;#8211; Square keeps a hidden single variation on every item, which is why plain products so often land in WooCommerce as variable ones with an empty &amp;#8220;select an option&amp;#8221; dropdown blocking the add-to-cart button. SyncLane writes them as simple products, and repairs ones a previous tool got wrong.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Attributes survive a round trip&lt;/strong&gt; &amp;#8211; options are fetched and re-used by their stored ids, so pulling a product back from Square does not strip its attributes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Existing Square fields are preserved&lt;/strong&gt; &amp;#8211; on update SyncLane merges onto the item Square already has, so categories, images and tax settings you manage in Square are not wiped by a sync.&lt;/p&gt;

 

&lt;p&gt;
  &lt;img src=&quot;https://synclane.webkodingtheme.com/desc/desc-features.jpg&quot; alt=&quot;SyncLane features: real-time webhook, 15-minute reconcile, loop protection, activity log, HPOS ready, sandbox support&quot; /&gt;
&lt;/p&gt;

&lt;h3 id=&quot;item-description__built-to-be-left-running&quot;&gt;Built to be left running&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Real-time updates&lt;/strong&gt; &amp;#8211; add the generated webhook URL to your Square developer dashboard and inventory, catalogue and order events cross in seconds. Without it, everything still syncs on the schedule.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reconciliation every 15 minutes&lt;/strong&gt; &amp;#8211; a scheduled sweep re-asserts stock from the master so a missed webhook never leaves the two systems drifting apart.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Loop protection&lt;/strong&gt; &amp;#8211; a re-entrancy guard suspends outbound writes while a Square-originated change is being applied, so updates never ping-pong between the two systems.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Activity log&lt;/strong&gt; &amp;#8211; a readable record of every sync run, every product written and every API error, right inside the admin.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sandbox support&lt;/strong&gt; &amp;#8211; connect a Square Sandbox token first, run a full sync against test data, then swap in your production token.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No card data&lt;/strong&gt; &amp;#8211; payment processing stays entirely with Square. SyncLane touches catalogue, stock and orders only, so it adds no PCI scope to your store.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Clean code&lt;/strong&gt; &amp;#8211; namespaced, translation-ready, uninstall routine included, and passing the official WordPress Plugin Check with zero errors.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__why-choose-synclane&quot;&gt;Why choose SyncLane&lt;/h3&gt;

&lt;p&gt;Square-to-WooCommerce sync has a bad reputation, and it is earned. If you have tried connecting the two before, you have probably hit at least one of these. Here is how SyncLane is built differently.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It is matched by id, so it cannot duplicate.&lt;/strong&gt; The usual failure is a tool that matches products by name: rename something, run the sync from two places, or simply run it twice, and your catalogue doubles. SyncLane records the permanent Square id of every product and variation in its own mapping table and writes back to that exact record forever. You can verify this in ten seconds on the live demo &amp;#8211; press Sync now repeatedly and watch the counts refuse to move.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Variations are mapped, not flattened.&lt;/strong&gt; This is where most integrations quietly give up, turning a Size &amp;#215; Colour product into a pile of unrelated Square items &amp;#8211; or refusing to sync it at all. SyncLane maps your attributes to real Square item options and each variation to a Square item variation with its own SKU, price and stock. Selling the last Medium / Black at the counter does not mark the whole product out of stock online.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Single items stay single.&lt;/strong&gt; Square stores every item with variations underneath, even one that has no options at all. Most connectors pass that straight through, so a pack of trading cards arrives in WooCommerce as a variable product with a &amp;#8220;select an option&amp;#8221; box &amp;#8211; and customers cannot add it to the cart until they choose from a list with one entry in it. Fixing it by hand does not stick, because the next sync overwrites the product type again. SyncLane reads the item first: one variation and no item options becomes a WooCommerce simple product, and a product an earlier tool already turned into a broken variable one is converted back on the next run.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It survives contact with an existing catalogue.&lt;/strong&gt; Plenty of tools only work from an empty Square account. SyncLane&amp;#8217;s first sync searches Square by SKU and adopts what is already there, so you can install it on a store that has been selling on both channels for years.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It does not overwrite the work you did in Square.&lt;/strong&gt; On update SyncLane merges onto the item Square already has, so the categories, images and tax settings you manage on the Square side stay intact instead of being wiped by a sync.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It is built for current WooCommerce.&lt;/strong&gt; Tested against WooCommerce 10.x and WordPress 6.x-7.x, with High-Performance Order Storage declared and used correctly. The code passes the official WordPress Plugin Check with zero errors.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It stays out of your payment stack.&lt;/strong&gt; Card processing remains entirely with Square&amp;#8217;s own checkout. SyncLane never sees card data, so adding it does not extend your PCI scope &amp;#8211; and there is no payment gateway to break when Square changes something.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It tells you what it did.&lt;/strong&gt; Every run, every record and every API error is written to a readable activity log in the admin. When something goes wrong at 3am you get an answer, not a silent failure.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It is honest about its limits.&lt;/strong&gt; Version 1.0 syncs a single Square location, keeps the catalogue flowing one way from a master you choose, and does not propagate deletions. Those are stated here, in the documentation, and on the roadmap below &amp;#8211; not discovered after you buy.&lt;/p&gt;

 

&lt;p&gt;
  &lt;img src=&quot;https://synclane.webkodingtheme.com/desc/desc-cta.jpg&quot; alt=&quot;Try the SyncLane live demo - a real WooCommerce store connected to a Square Sandbox&quot; /&gt;
&lt;/p&gt;

&lt;h3 id=&quot;item-description__requirements&quot;&gt;Requirements&lt;/h3&gt;

&lt;p&gt;WordPress 6.0 or newer · WooCommerce 8.0 or newer (tested to 10.x) · PHP 7.4 or newer · a Square account with API access · HTTPS on your store if you want to use the real-time webhook.&lt;/p&gt;

&lt;h3 id=&quot;item-description__what-is-in-scope-for-version-1-0&quot;&gt;What is in scope for version 1.0&lt;/h3&gt;

&lt;p&gt;SyncLane version 1.0 supports a &lt;strong&gt;single Square location&lt;/strong&gt;, &lt;strong&gt;one-way catalogue&lt;/strong&gt; sync with a master you choose, and &lt;strong&gt;two-way stock&lt;/strong&gt;. Card processing is deliberately left to Square&amp;#8217;s own checkout.&lt;/p&gt;

&lt;h3 id=&quot;item-description__roadmap&quot;&gt;Roadmap&lt;/h3&gt;

&lt;p&gt;Planned for future updates: multiple Square locations aggregated into one stock figure, two-way catalogue editing, order-level tax and shipping line detail, and deletion propagation between the two systems.&lt;/p&gt;

&lt;h3 id=&quot;item-description__support&quot;&gt;Support&lt;/h3&gt;

&lt;p&gt;Support is provided through the Envato item comments and the support form on the item page. Bug reports that include your WordPress, WooCommerce and PHP versions plus the relevant lines from the SyncLane activity log get answered fastest.&lt;/p&gt;

&lt;h3 id=&quot;item-description__license&quot;&gt;License&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Regular License&lt;/strong&gt; &amp;#8211; use SyncLane on a single WooCommerce store, whether it is your own or a client&amp;#8217;s, where end users are not charged for access.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Extended License&lt;/strong&gt; &amp;#8211; required if the end product using SyncLane is sold to end users or charges for access.&lt;/p&gt;

&lt;p&gt;For the full terms, see &lt;a href=&quot;https://codecanyon.net/licenses/standard&quot;&gt;Envato Standard Licenses&lt;/a&gt;.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__changelog&quot;&gt;Changelog&lt;/h3&gt;

&lt;p&gt;
  &lt;strong&gt;v1.0.1&lt;/strong&gt; — 21 July 2026&lt;br /&gt;
  &amp;#8211; Webhook events are now verified against Square&amp;#8217;s HMAC signature&lt;br /&gt;
  &amp;#8211; Fixed: variations without a SKU could be duplicated when pulling from Square&lt;br /&gt;
  &amp;#8211; Fixed: switching Square account or environment left the old id mapping in place&lt;br /&gt;
  &amp;#8211; Fixed: stock pulled from Square did not enable WooCommerce stock management&lt;br /&gt;
  &amp;#8211; Fixed: a mapping row with no Square id could fail a whole stock batch&lt;br /&gt;
  &amp;#8211; Fixed: a sync error could leave the loop guard engaged
&lt;/p&gt;

&lt;p&gt;
  &lt;strong&gt;v1.0.0&lt;/strong&gt; — 20 July 2026&lt;br /&gt;
  &amp;#8211; Initial release&lt;br /&gt;
  &amp;#8211; Product and variation sync with permanent-id matching&lt;br /&gt;
  &amp;#8211; First-contact adoption by SKU&lt;br /&gt;
  &amp;#8211; Two-way stock sync with 15-minute reconciliation&lt;br /&gt;
  &amp;#8211; Square order import, HPOS compatible&lt;br /&gt;
  &amp;#8211; Real-time webhook endpoint&lt;br /&gt;
  &amp;#8211; Dashboard, settings and activity log screens
&lt;/p&gt;</content>
			<author>
			  <name>WebKoding</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64315376</id>
			<published>2026-07-17 16:51:50</published>
			<updated>2026-07-17 16:51:50</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/woocommerce-batch-expiration-tracking/64315376"/>
			<title>WooCommerce Batch &amp; Expiration Tracking (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__woocommerce-batch-amp-expiration-tracking&quot;&gt;WooCommerce Batch &amp;#38; Expiration Tracking&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Sell your stock by lot, and let expiry dates decide what goes out first.&lt;/strong&gt; This plugin turns WooCommerce stock into dated batches/lots — each with its own supplier, manufacturing date, expiry date and quantity — then automatically consumes the batch closest to expiry on every order. Perfect for food, cosmetics, pharmacy, supplements and any perishable inventory.&lt;/p&gt;

&lt;p&gt;Everything works with &lt;strong&gt;WooCommerce alone&lt;/strong&gt;. No external services, no accounts, no monthly fees.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__key-features&quot;&gt;Key Features&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Batches per product &amp;#38; per variation&lt;/strong&gt; — add lots right from the product Inventory tab: batch number, supplier, manufacturing date, expiry date and quantity.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;FEFO / FIFO stock deduction&lt;/strong&gt; — First Expired First Out (default) or First In First Out when an order reduces stock, with an optional per-product override. A &amp;#8220;customer chooses the expiry&amp;#8221; mode is also included.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Exact per-order batch recording&lt;/strong&gt; — every order line stores which batch(es) and quantities it used. Batch numbers are searchable from the Orders list.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Edit an order&amp;#8217;s batch allocation&lt;/strong&gt; — re-assign or split a line across batches directly from the order screen; batch stock is corrected automatically (even on paid orders).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Automatic restore&lt;/strong&gt; — quantities go back to their batches on order cancellation, and are counted as returns on refund.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Batches drive stock&lt;/strong&gt; — WooCommerce stock is kept equal to the sum of remaining batch quantities (optional).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Block expired stock&lt;/strong&gt; — keep expired lots out of sales and out of the sellable total.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Reports&lt;/strong&gt; — an Expiry report (&amp;#8220;expiring within N days&amp;#8221; / &amp;#8220;already expired&amp;#8221;) and a Sales Performance report by batch or by supplier (received, sold, returned, sell-through).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Email alerts&lt;/strong&gt; — a daily admin alert for batches nearing expiry, plus an optional customer expiry reminder email.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CSV import / export&lt;/strong&gt; — bulk manage batches in a spreadsheet.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Batch number &amp;#38; supplier autocomplete&lt;/strong&gt; — reuse existing values and keep your data clean.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__how-it-works&quot;&gt;How It Works&lt;/h3&gt;

&lt;p&gt;Add batches to a product, then sell as usual. When an order reduces stock, the plugin allocates the quantity across your batches using the effective strategy:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;FEFO&lt;/strong&gt; — soonest-expiry lot is consumed first (default, ideal for perishables).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;FIFO&lt;/strong&gt; — oldest intake first.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Customer choice&lt;/strong&gt; — the shopper picks the batch/expiry on the product page.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The exact batches used are printed under each line item on the order, and remain fully editable afterwards.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__optional-openpos-integration&quot;&gt;Optional OpenPOS Integration&lt;/h3&gt;

&lt;p&gt;If you also run the &lt;strong&gt;OpenPOS&lt;/strong&gt; point-of-sale plugin, three extra panels appear inside the POS:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Stocktake&lt;/strong&gt; — count batch quantities on the shop floor, apply variances, and add a new batch on the spot for a fresh delivery.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Expiry&lt;/strong&gt; — see batches nearing expiry from the register.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sales&lt;/strong&gt; — batch sell-through at a glance.&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;The POS panels are the only feature that needs OpenPOS. Every batch/expiration feature above works with WooCommerce on its own.&lt;/blockquote&gt;

 

&lt;h3 id=&quot;item-description__compatibility&quot;&gt;Compatibility&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;WooCommerce &lt;strong&gt;HPOS&lt;/strong&gt; (High-Performance Order Storage / custom order tables) compatible.&lt;/li&gt;
&lt;li&gt;Works with simple and variable products.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Translation ready&lt;/strong&gt; — includes a &lt;em&gt;.pot&lt;/em&gt; file.&lt;/li&gt;
&lt;li&gt;WordPress 5.0+, PHP 7.2+, WooCommerce 3.0+.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__what-s-included&quot;&gt;What&amp;#8217;s Included&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;The plugin (installable ZIP).&lt;/li&gt;
&lt;li&gt;Full HTML documentation.&lt;/li&gt;
&lt;li&gt;Translation template (.pot).&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__changelog&quot;&gt;Changelog&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;1.0.1&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Edit order-line batch allocation (re-assign / split, with automatic stock correction).&lt;/li&gt;
&lt;li&gt;Batch &amp;#38; supplier autocomplete; CSV import/export; per-product deduction strategy; batch/supplier sales report.&lt;/li&gt;
&lt;li&gt;Optional OpenPOS Stocktake / Expiry / Sales panels.&lt;/li&gt;
&lt;li&gt;Packaging &amp;#38; translation readiness.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;1.0.0&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Initial release: batch management, FEFO deduction, order recording/restore, expiry report and email alerts.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__support&quot;&gt;Support&lt;/h3&gt;

&lt;p&gt;Questions or issues? Reach us via the item support tab or &lt;a href=&quot;http://wpos.app/&quot; rel=&quot;nofollow&quot;&gt;wpos.app&lt;/a&gt;. Please include your WordPress and WooCommerce versions and steps to reproduce.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;If this plugin helps your store, a rating is hugely appreciated. Thank you!&lt;/em&gt;&lt;/p&gt;</content>
			<author>
			  <name>anhvnit</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64276017</id>
			<published>2026-07-15 18:52:21</published>
			<updated>2026-07-15 18:52:21</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/first-purchase-discount-for-woocommerce/64276017"/>
			<title>First Purchase Discount for WooCommerce (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__overview&quot;&gt;Overview&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;First Purchase Discount for WooCommerce&lt;/strong&gt; helps you turn first-time visitors into paying customers. The plugin shows a popup or a banner with a special discount code, made only for people who have never bought from your store before. It checks real WooCommerce order history, so returning customers never see the offer by mistake. Every offer is tracked in one simple dashboard, so you always know who got a code, who used it, and how much money it made you. No coding needed.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://wpthemestore.co.uk/wp-content/uploads/2026/07/f-list.jpeg&quot; alt=&quot;feature list&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;item-description__what-customers-see&quot;&gt;What Customers See&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;A friendly welcome popup&lt;/strong&gt; &amp;#8211; New visitors see a clean popup with your discount offer. You choose when it appears: after a few seconds, when they try to leave the page, or after they scroll down.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;A countdown timer&lt;/strong&gt; &amp;#8211; Add a live countdown to create urgency. You choose how long it runs and what happens when it hits zero.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;An instant coupon code&lt;/strong&gt; &amp;#8211; As soon as someone enters their email, they get a working coupon code right away, with no waiting.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;A nice discount email&lt;/strong&gt; &amp;#8211; A clean, branded email is sent straight away with their code, so it is never lost, even if they close the popup.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__smart-honest-discounts&quot;&gt;Smart, Honest Discounts&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Checks real WooCommerce order history, not just a cookie, so existing customers are never shown the offer.&lt;/li&gt;
    &lt;li&gt;Works correctly for both guest checkout and logged-in customers.&lt;/li&gt;
    &lt;li&gt;Choose a percentage discount or a fixed amount.&lt;/li&gt;
    &lt;li&gt;Set a maximum discount cap for percentage coupons.&lt;/li&gt;
    &lt;li&gt;Set a minimum cart amount before the coupon can be used.&lt;/li&gt;
    &lt;li&gt;Exclude any product category from the discount.&lt;/li&gt;
    &lt;li&gt;Set how many days a coupon stays valid before it expires.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__two-easy-ways-to-show-the-offer&quot;&gt;Two Easy Ways to Show the Offer&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Popup&lt;/strong&gt; &amp;#8211; Choose a timed delay, exit-intent, or scroll trigger. Add your own headline, text, button, and image.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Shortcode banner&lt;/strong&gt; &amp;#8211; Use &lt;code&gt;[fpd_offer_banner]&lt;/code&gt; to place the offer anywhere: homepage, product pages, cart, or in a widget.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__real-coupon-protection&quot;&gt;Real Coupon Protection&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Choose a unique coupon code for every visitor, or one shared code for everyone.&lt;/li&gt;
    &lt;li&gt;Only people who actually subscribed can use the coupon at checkout — this is enforced by WooCommerce itself, using its native &amp;#8220;Allowed emails&amp;#8221; feature, so it works correctly on classic checkout and the new block-based checkout.&lt;/li&gt;
    &lt;li&gt;Option to stop the same email address from claiming the offer more than once.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__admin-dashboard&quot;&gt;Admin Dashboard&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;See every visitor who claimed an offer in one simple list.&lt;/li&gt;
    &lt;li&gt;Stat cards show total leads, emails sent, coupons redeemed, conversion rate, and revenue earned from the offer.&lt;/li&gt;
    &lt;li&gt;See at a glance whether the email was sent, and whether the coupon was used.&lt;/li&gt;
    &lt;li&gt;Search and filter by email, coupon code, sent status, and used status.&lt;/li&gt;
    &lt;li&gt;Resend the discount email to anyone with one click.&lt;/li&gt;
    &lt;li&gt;Bulk resend or delete leads.&lt;/li&gt;
    &lt;li&gt;Export the full leads list to CSV any time.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__email-settings&quot;&gt;Email Settings&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Clean, mobile-friendly HTML email design.&lt;/li&gt;
    &lt;li&gt;Edit the subject line, sender name, and sender email.&lt;/li&gt;
    &lt;li&gt;Live preview shows exactly what the customer will receive.&lt;/li&gt;
    &lt;li&gt;Send yourself a test email before going live.&lt;/li&gt;
    &lt;li&gt;Choose when the email is sent: right away, on account signup, or manually.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__privacy-friendly&quot;&gt;Privacy Friendly&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Optional consent checkbox before collecting any email address.&lt;/li&gt;
    &lt;li&gt;No data is stored or emailed unless the visitor agrees.&lt;/li&gt;
    &lt;li&gt;Choose to fully remove all plugin data when uninstalling, or keep it for next time.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__compatibility&quot;&gt;Compatibility&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Compatible with WooCommerce HPOS (High-Performance Order Storage).&lt;/li&gt;
    &lt;li&gt;Works with both the classic and block-based Cart &amp;#38; Checkout.&lt;/li&gt;
    &lt;li&gt;Translation-ready with a .pot language file included.&lt;/li&gt;
    &lt;li&gt;Built with clean, lightweight, and WordPress coding standards.&lt;/li&gt;
    &lt;li&gt;No extra database load — uses one small, well-indexed custom table just for leads.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;= 1.0.0 =&lt;/strong&gt;&lt;br /&gt;
* [+] Initial release&lt;/p&gt;</content>
			<author>
			  <name>Plugify_Lab</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64231507</id>
			<published>2026-07-10 16:49:26</published>
			<updated>2026-07-10 16:49:26</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/advanced-cash-on-delivery-fees-for-woocommerce/64231507"/>
			<title>Advanced Cash on Delivery Fees for WooCommerce (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__advanced-cash-on-delivery-fees-for-woocommerce&quot;&gt;Advanced Cash on Delivery Fees for WooCommerce&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Advanced Cash on Delivery Fees for WooCommerce&lt;/strong&gt; lets you charge a fixed or percentage based fee whenever a customer pays with Cash on Delivery (COD) or Cash on Pickup. Build unlimited, priority-ordered fee rules based on the product, category, cart amount, cart weight, quantity, customer role, location, shipping method, day of week, or date range — or set a one-click override fee on any individual product. Everything is simple to set up and requires no coding.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://wpthemestore.co.uk/wp-content/uploads/2026/07/cod-charge.jpeg&quot; alt=&quot;cod charges&quot; /&gt;
&lt;/p&gt;&lt;h2 id=&quot;item-description__what-customers-see&quot;&gt;What Customers See&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;A clear, labelled fee line&lt;/strong&gt; &amp;#8211; When a matching rule applies, the COD fee is added to the cart/checkout totals with a clear label (e.g. &amp;#8220;COD Charges&amp;#8221;), so customers always know exactly what they&amp;#8217;re being charged and why.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Only affects Cash on Delivery&lt;/strong&gt; &amp;#8211; The fee is calculated and applied only when a COD-type payment method is selected. Customers paying by card, PayPal, bank transfer, or any other gateway never see it.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Instant recalculation&lt;/strong&gt; &amp;#8211; The fee updates live as the customer switches payment methods at checkout, on both the classic and block-based Checkout.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__unlimited-priority-ordered-fee-rules&quot;&gt;Unlimited, Priority-Ordered Fee Rules&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Create unlimited fee rules — no restriction on how many you build.&lt;/li&gt;
    &lt;li&gt;Rules run in priority order; the first rule whose conditions all match is applied, so more specific rules can be checked before broad, catch-all rules.&lt;/li&gt;
    &lt;li&gt;Every condition on a rule must match at the same time (AND logic), so you can combine conditions freely — e.g. &amp;#8220;Product X + Quantity 1&amp;#8211;10&amp;#8221; or &amp;#8220;Cart Amount + Cart Weight&amp;#8221; for a true hybrid rule.&lt;/li&gt;
    &lt;li&gt;Charge a Fixed amount or a Percentage of the cart total on every rule.&lt;/li&gt;
    &lt;li&gt;Instantly toggle any rule Active/Inactive from the rules list, no need to open it.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__11-ways-to-target-a-cod-fee&quot;&gt;11 Ways to Target a COD Fee&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Specific Products&lt;/strong&gt; &amp;#8211; target one or more exact products with a live product search.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Product Categories&lt;/strong&gt; &amp;#8211; apply a fee when the cart contains a product from any selected category.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Cart Amount Range&lt;/strong&gt; &amp;#8211; charge based on the cart subtotal, e.g. a surcharge on orders under $50.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Cart Weight Range&lt;/strong&gt; &amp;#8211; charge based on total cart weight.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Quantity in Cart&lt;/strong&gt; &amp;#8211; tiered fees based on how many items are in the cart.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Customer Role&lt;/strong&gt; &amp;#8211; different fees for Wholesale, Retail, VIP, any custom role, or guest checkout.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;State / Province&lt;/strong&gt; &amp;#8211; location-based fees, matched against the customer&amp;#8217;s billing or shipping address.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Cities&lt;/strong&gt; &amp;#8211; target specific cities directly.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Shipping Method&lt;/strong&gt; &amp;#8211; charge differently depending on the shipping zone/method chosen.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Day of Week&lt;/strong&gt; &amp;#8211; add a weekend surcharge or a weekday-only fee.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Date Range&lt;/strong&gt; &amp;#8211; perfect for holiday and peak-season COD surcharges.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__per-product-fee-override&quot;&gt;Per-Product Fee Override&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Set a custom COD fee directly on any product&amp;#8217;s edit screen — a dedicated &amp;#8220;COD Fee&amp;#8221; tab inside the Product Data panel.&lt;/li&gt;
    &lt;li&gt;Choose Fixed or Percentage, independent of any rule.&lt;/li&gt;
    &lt;li&gt;A product override always takes top priority over every fee rule.&lt;/li&gt;
    &lt;li&gt;If several overridden products are in the same cart, the highest resulting fee is charged.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__automatic-fee-application&quot;&gt;Automatic Fee Application&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Fees are calculated and applied automatically at checkout — no manual steps.&lt;/li&gt;
    &lt;li&gt;The plugin resolves the fee in a clear, predictable order: Product Override → first matching Rule (by priority) → Default Fee.&lt;/li&gt;
    &lt;li&gt;Works with WooCommerce&amp;#8217;s native fee system (&lt;code&gt;WC_Cart::add_fee()&lt;/code&gt;), so it appears correctly in cart totals, checkout, emails, and the order screen.&lt;/li&gt;
    &lt;li&gt;Optionally show the matched rule&amp;#8217;s name right inside the fee label — e.g. &lt;em&gt;&amp;#8220;COD Charges (Wholesale Surcharge)&amp;#8221;&lt;/em&gt; — so it&amp;#8217;s instantly clear which rule applied, even with many active rules.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__admin-features&quot;&gt;Admin Features&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Dedicated Fee Rules screen with a clean list of every rule: name, condition summary, fee, priority, and status.&lt;/li&gt;
    &lt;li&gt;One-click Active/Inactive toggle per rule, no page reload needed.&lt;/li&gt;
    &lt;li&gt;Simple, guided rule builder — add or edit a rule from a single, well-organized form.&lt;/li&gt;
    &lt;li&gt;Everything lives under WooCommerce → Settings, in its own &amp;#8220;COD Fees&amp;#8221; tab.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__settings&quot;&gt;Settings&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Enable or disable the entire plugin with one toggle.&lt;/li&gt;
    &lt;li&gt;Set a custom Fee Label shown to customers.&lt;/li&gt;
    &lt;li&gt;Choose whether the fee is taxable.&lt;/li&gt;
    &lt;li&gt;Optional Default Fee (fixed or percentage) applied when no rule matches.&lt;/li&gt;
    &lt;li&gt;Optional &amp;#8220;Show Rule Name in Fee Label&amp;#8221; toggle for full transparency on which rule fired.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__compatibility&quot;&gt;Compatibility&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Compatible with WooCommerce HPOS (High-Performance Order Storage).&lt;/li&gt;
    &lt;li&gt;Works with both the classic and block-based Cart &amp;#38; Checkout.&lt;/li&gt;
    &lt;li&gt;Only ever applies to Cash on Delivery / Cash on Pickup gateways — every other payment method is untouched.&lt;/li&gt;
    &lt;li&gt;Translation-ready with a .pot language file included.&lt;/li&gt;
    &lt;li&gt;Built with clean, lightweight, and WordPress coding standards — no custom database bloat beyond a single, indexed rules table.&lt;/li&gt;
&lt;/ul&gt;

&lt;pre&gt; = 1.0.0 = 10-07-2026
* [+] Initial release
&lt;/pre&gt;</content>
			<author>
			  <name>Plugify_Lab</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64202019</id>
			<published>2026-07-09 07:42:36</published>
			<updated>2026-07-09 07:42:36</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/coupon-scheduler-for-woocommerce/64202019"/>
			<title>Coupon Scheduler for WooCommerce (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__overview&quot;&gt;Overview&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Coupon Scheduler for WooCommerce&lt;/strong&gt; lets you schedule exactly when your coupons should start and stop working. Set a start date and time, an end date and time, duplicate scheduled coupons with one click, and optionally display active coupons in the customer&amp;#8217;s &lt;strong&gt;My Coupons&lt;/strong&gt; tab. Everything is simple to set up and requires no coding.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://wpthemestore.co.uk/wp-content/uploads/2026/07/feature-list.png&quot; alt=&quot;features&quot; /&gt;
&lt;/p&gt;&lt;h2 id=&quot;item-description__what-customers-see&quot;&gt;What Customers See&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Clear coupon messages&lt;/strong&gt; &amp;#8211; If a customer tries to use a coupon before it starts or after it expires, WooCommerce shows a clear message explaining why it cannot be used.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Optional &amp;#8220;My Coupons&amp;#8221; tab&lt;/strong&gt; &amp;#8211; Display selected coupons in the customer&amp;#8217;s My Account page. Only active coupons are shown, and customers can copy the coupon code with one click.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__easy-coupon-scheduling&quot;&gt;Easy Coupon Scheduling&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Add a schedule to every WooCommerce coupon.&lt;/li&gt;
    &lt;li&gt;Enable or disable scheduling with a simple toggle.&lt;/li&gt;
    &lt;li&gt;Choose the exact date and time when the coupon becomes active.&lt;/li&gt;
    &lt;li&gt;Choose the exact date and time when the coupon expires.&lt;/li&gt;
    &lt;li&gt;Show or hide the coupon in the customer&amp;#8217;s My Coupons tab.&lt;/li&gt;
    &lt;li&gt;All dates and times use your WordPress website timezone.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__automatic-scheduling&quot;&gt;Automatic Scheduling&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Coupons automatically become active at the scheduled time.&lt;/li&gt;
    &lt;li&gt;Coupons automatically expire when the end time is reached.&lt;/li&gt;
    &lt;li&gt;No need to manually enable or disable coupons.&lt;/li&gt;
    &lt;li&gt;Works with WooCommerce&amp;#8217;s built-in coupon validation.&lt;/li&gt;
    &lt;li&gt;Keeps WooCommerce expiry settings in sync automatically.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__admin-features&quot;&gt;Admin Features&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;See coupon start and expiry dates directly in the coupons list.&lt;/li&gt;
    &lt;li&gt;Duplicate a coupon together with all its scheduling settings.&lt;/li&gt;
    &lt;li&gt;Quick Start guide to help you get started in minutes.&lt;/li&gt;
    &lt;li&gt;Simple settings page to manage plugin options.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__settings&quot;&gt;Settings&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Enable or disable the customer &lt;strong&gt;My Coupons&lt;/strong&gt; tab.&lt;/li&gt;
    &lt;li&gt;Choose which coupons should appear in the customer&amp;#8217;s account.&lt;/li&gt;
    &lt;li&gt;Uses standard WordPress data storage without creating extra database tables.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__compatibility&quot;&gt;Compatibility&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt;Compatible with WooCommerce HPOS (High-Performance Order Storage).&lt;/li&gt;
    &lt;li&gt;Works with both the classic and block-based Cart &amp;#38; Checkout.&lt;/li&gt;
    &lt;li&gt;Includes an easy-to-use date picker and time picker.&lt;/li&gt;
    &lt;li&gt;Translation-ready with a .pot language file included.&lt;/li&gt;
    &lt;li&gt;Built with clean, lightweight, and WordPress coding standards.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;item-description__documentation&quot;&gt;Documentation&lt;/h2&gt;
&lt;p&gt;Full installation and setup guide included in the documentation folder of your download ZIP.&lt;/p&gt;

&lt;pre&gt; = 1.0.0 = 08-07-2026
* [+] Initial release
&lt;/pre&gt;</content>
			<author>
			  <name>Plugify_Lab</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64168812</id>
			<published>2026-07-06 16:09:23</published>
			<updated>2026-07-07 03:06:09</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/eu-withdrawal-contract-requests-for-woocommerce/64168812"/>
			<title>EU Withdrawal Contract Requests for WooCommerce (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__overview&quot;&gt;Overview&lt;/h2&gt;
&lt;p&gt;From 19 June 2026, EU Directive 2023/2673 requires online stores selling to EU consumers to provide a clearly visible, always-available way for customers to withdraw from a contract within their 14-day legal right of withdrawal — using the same online channel they used to place the order.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://wpthemestore.co.uk/wp-content/uploads/2026/07/withdrawal.png&quot; alt=&quot;EU Withdraw&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;EU Withdrawal Contract Requests for WooCommerce&lt;/strong&gt; adds this entire feature to your store: a visible withdrawal link, a simple request form, an automated confirmation email flow, and a complete admin dashboard to manage every request — all without writing a single line of code.&lt;/p&gt;

&lt;h2 id=&quot;item-description__where-customers-see-it&quot;&gt;Where Customers See It&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Auto-created page&lt;/strong&gt; — a ready-made &amp;#8220;Withdraw From Contract&amp;#8221; page is created automatically on activation, with the request form already in place.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Footer link&lt;/strong&gt; — an optional &amp;#8220;Withdraw from contract here&amp;#8221; link can display automatically in your site footer.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;My Account tab&lt;/strong&gt; — an optional &amp;#8220;Withdraw From Contract&amp;#8221; tab appears inside WooCommerce My Account, right after Orders, for logged-in customers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Shortcode support&lt;/strong&gt; — place the link or the full form anywhere else you like, including navigation menus and widgets.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__the-request-form&quot;&gt;The Request Form&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Collects &lt;strong&gt;Name, Email, and Order/Contract Reference&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Logged-in customers see their own real orders in a dropdown — no manual typing required.&lt;/li&gt;
&lt;li&gt;A manual reference field is available as a fallback for guests or orders not found in the dropdown.&lt;/li&gt;
&lt;li&gt;Optional &amp;#8220;Reason&amp;#8221; field for extra context.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Duplicate protection&lt;/strong&gt; — an order that already has an active request shows as disabled in the dropdown, and is blocked server-side even if entered manually.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__automated-email-flow&quot;&gt;Automated Email Flow&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Customer submits a request and receives an &lt;strong&gt;acknowledgement email&lt;/strong&gt; with a confirmation button.&lt;/li&gt;
&lt;li&gt;Clicking confirm sends a &lt;strong&gt;final confirmation email&lt;/strong&gt; to the customer.&lt;/li&gt;
&lt;li&gt;The store owner receives an &lt;strong&gt;instant admin notification&lt;/strong&gt; with a direct link to review the request.&lt;/li&gt;
&lt;li&gt;All emails use a clean, modern, branded template with a &lt;strong&gt;fully customizable accent color&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Email confirmation can be turned off for instant acceptance instead, if preferred.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__admin-dashboard&quot;&gt;Admin Dashboard&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;A complete, searchable, filterable list of every withdrawal request received.&lt;/li&gt;
&lt;li&gt;Filter by status: &lt;strong&gt;Pending Confirmation, Confirmed, Processing, Refunded, Rejected&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Open any request to change its status, add a private internal note, and optionally notify the customer by email.&lt;/li&gt;
&lt;li&gt;Each request links directly to its matching WooCommerce order for fast, accurate refund processing.&lt;/li&gt;
&lt;li&gt;Every status change automatically logs a note on the WooCommerce order itself, keeping a full audit trail in one place.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__settings-amp-customization&quot;&gt;Settings &amp;#38; Customization&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Toggle the footer link and My Account tab on or off independently.&lt;/li&gt;
&lt;li&gt;Require email confirmation, or accept requests instantly.&lt;/li&gt;
&lt;li&gt;Optionally restrict the form to orders billed to an EU country, with server-side validation even for manually entered references.&lt;/li&gt;
&lt;li&gt;Set a custom admin notification email address.&lt;/li&gt;
&lt;li&gt;Choose your own email accent color with a built-in color picker.&lt;/li&gt;
&lt;li&gt;Optionally remove all plugin data automatically if the plugin is ever uninstalled.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__data-amp-compliance-tools&quot;&gt;Data &amp;#38; Compliance Tools&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;One-click CSV export&lt;/strong&gt; of all requests, respecting any active filter or search.&lt;/li&gt;
&lt;li&gt;Full integration with WordPress&amp;#8217;s built-in &lt;strong&gt;Export Personal Data&lt;/strong&gt; and &lt;strong&gt;Erase Personal Data&lt;/strong&gt; tools, so customer data requests can be fulfilled properly. Erasure removes personal details while keeping a compliant record that the request was made and processed.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;item-description__documentation&quot;&gt;Documentation&lt;/h2&gt;
&lt;p&gt;Full installation and setup guide included in the documentation folder of your download ZIP.&lt;/p&gt;

&lt;h2 id=&quot;item-description__important-note&quot;&gt;Important Note&lt;/h2&gt;
&lt;p&gt;This plugin provides the technical tooling described in current WooCommerce guidance on EU Directive 2023/2673. Exact legal requirements can vary by EU member state and business type — please consult a qualified legal professional to confirm what applies to your store.&lt;/p&gt;

&lt;pre&gt;= Version 1.0.0 (2026-06-07) =
* [+] Initial release
&lt;/pre&gt;</content>
			<author>
			  <name>Plugify_Lab</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64153172</id>
			<published>2026-07-05 21:35:24</published>
			<updated>2026-07-05 21:35:24</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/woocommerce-whatsapp-share-to-discount-drive-referral-traffic-sales/64153172"/>
			<title>WooCommerce WhatsApp Share to Discount - Drive Referral Traffic &amp; Sales (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__woocommerce-whatsapp-share-to-discount-drive-organic-traffic-amp-sales-on&quot;&gt;WooCommerce WhatsApp Share to Discount &amp;#8211; Drive Organic Traffic &amp;#38; Sales on Autopilot&lt;/h2&gt;

&lt;p&gt;Are you spending thousands of dollars on retargeting ads and customer acquisition? It&amp;#8217;s time to leverage the power of word-of-mouth marketing! &lt;strong&gt;WooCommerce WhatsApp Share to Discount&lt;/strong&gt; is a lightweight, secure, and conversion-focused social referral plugin that incentivizes your customers to share your products on WhatsApp.&lt;/p&gt;

&lt;p&gt;When customers share your product pages with their friends or groups, the plugin automatically generates a &lt;strong&gt;unique, dynamic WooCommerce coupon code&lt;/strong&gt; and applies it directly to their active shopping cart session. No friction, no leaked coupons—just pure organic traffic and immediate sales.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__-why-choose-whatsapp-share-to-discount&quot;&gt;⚡ Why Choose WhatsApp Share to Discount?&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Zero Coupon Leaks:&lt;/strong&gt; Unlike generic static codes (e.g., &amp;#8220;SHARE10&amp;#8221;) that get leaked on coupon sites, our plugin programmatically generates a unique WooCommerce coupon code for every single user.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Viral Growth Loop:&lt;/strong&gt; It turns your existing customers into brand advocates. When they share your products with their close contacts, you receive high-quality, pre-qualified warm traffic.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Secure Margin Protection:&lt;/strong&gt; Packed with built-in Anti-Cheat features (cookie &amp;#38; IP validation) to prevent exploiters from farming coupons.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__-key-features&quot;&gt; Key Features&lt;/h3&gt;

&lt;h4 id=&quot;item-description__1-3-smart-share-verification-modes&quot;&gt;1. 3 Smart Share Verification Modes&lt;/h4&gt;
&lt;p&gt;Choose the level of strictness that matches your store strategy:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Smart Timer &amp;#38; Focus Check:&lt;/strong&gt; Checks browser tab focus. If a user tries to close the WhatsApp window immediately without sharing, the system detects it and blocks the coupon.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;&amp;#8220;I Have Shared&amp;#8221; Manual Confirmation:&lt;/strong&gt; Displays a secondary claim button inside the modal after WhatsApp is opened. A customized delay prevents instant button misuse.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Instant Unlocking (High Conversion):&lt;/strong&gt; Generates the coupon as soon as the user clicks the WhatsApp button. Recommended for low-friction checkouts.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__2-6-position-folding-bubble-widget&quot;&gt;2. 6-Position Folding Bubble Widget&lt;/h4&gt;
&lt;p&gt;In addition to the standard product page button, you can enable a floating sticky bubble widget that stays visible as the customer scrolls down. Features include:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Choose from 6 screen positions (Top/Middle/Bottom &amp;#8211; Left or Right).&lt;/li&gt;
    &lt;li&gt;Pulsating ring wave animation to capture attention.&lt;/li&gt;
    &lt;li&gt;Customizable tooltip reminder text (e.g., &amp;#8220;Get 10% Off!&amp;#8221;).&lt;/li&gt;
    &lt;li&gt;Folds open elegantly on hover with standard smooth transitions.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__3-native-woocommerce-product-level-controls&quot;&gt;3. Native WooCommerce Product-Level Controls&lt;/h4&gt;
&lt;p&gt;Enjoy total granular control over individual products. A dedicated meta box inside the WooCommerce product edit screen allows you to:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Force enable, force disable, or use global settings.&lt;/li&gt;
    &lt;li&gt;Set specific discount types (Percentage or Fixed Cart Amount) for a particular product.&lt;/li&gt;
    &lt;li&gt;Override the global WhatsApp message template with custom product-specific copy.&lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;item-description__4-self-hosted-referral-analytics&quot;&gt;4. Self-Hosted Referral Analytics&lt;/h4&gt;
&lt;p&gt;Track your viral loop statistics inside your WordPress dashboard. The plugin generates a unique referral token (e.g., &lt;code&gt;?ref_wa=abc&lt;/code&gt;) for shared links, recording unique clicks, visitor IP logs, and timestamps.&lt;/p&gt;

&lt;h4 id=&quot;item-description__5-highly-customizable-amp-brand-match&quot;&gt;5. Highly Customizable &amp;#38; Brand Match&lt;/h4&gt;
&lt;ul&gt;
    &lt;li&gt;Fully customize colors (button background, text, hover) using the WordPress Color Picker.&lt;/li&gt;
    &lt;li&gt;Adjust buttons to 4 sizes: Small, Medium, Large, or Full-Width.&lt;/li&gt;
    &lt;li&gt;Upload custom SVG/PNG icons for both the product button and floating bubble widget.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__-anti-cheat-amp-security-shield&quot;&gt;️ Anti-Cheat &amp;#38; Security Shield&lt;/h3&gt;
&lt;p&gt;Protect your store from discount exploitation. Set a limit on how many coupons an individual connection can claim (e.g., maximum 1 coupon every 7 days) via dual-verification checking on cookies and server-side IP transients.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__-what-s-included-in-the-pack&quot;&gt; What&amp;#8217;s Included in the Pack?&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;Fully documented WordPress plugin files.&lt;/li&gt;
    &lt;li&gt;Responsive frontend and administrative styling sheets.&lt;/li&gt;
    &lt;li&gt;Standard localization files (.pot, .po, .mo) for multilingual translation.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__-translation-amp-theme-friendly&quot;&gt; Translation &amp;#38; Theme Friendly&lt;/h3&gt;
&lt;p&gt;The code is developed following the strict OOP guidelines of WordPress and Envato. It is 100% translation ready and fully compatible with Loco Translate, WPML, and popular page builders like Elementor, Divi, and Gutenberg.&lt;/p&gt;</content>
			<author>
			  <name>ChimpJar</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64136543</id>
			<published>2026-07-04 14:53:40</published>
			<updated>2026-07-04 14:53:40</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/invoicepress-en16931-einvoice-viewer/64136543"/>
			<title>invoicePress - EN16931 e-Invoice Viewer (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__invoicepress-e-invoice-viewer-upload-amp-visualize-e-invoices-zugferd&quot;&gt;invoicePress &amp;#8211; e-Invoice Viewer — Upload &amp;#38; visualize e-invoices (ZUGFeRD, Factur-X, XRechnung) on your WordPress site&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Let your visitors drop an electronic invoice onto your page and see it as a clear, structured
view instantly — without any external service and without storing the file.&lt;/strong&gt; A standalone
WordPress plugin that reproduces the core function of the ZUGFeRD Quba viewer, right inside a simple
shortcode.&lt;/p&gt;

&lt;p&gt;Whether you offer an e-invoice demo, a validation helper, or a customer-facing viewer, this plugin
reads &lt;em&gt;ZUGFeRD / Factur-X&lt;/em&gt; PDFs and &lt;em&gt;CII&lt;/em&gt; / &lt;em&gt;UBL / XRechnung&lt;/em&gt; XML files and renders
every invoice field — optionally with the matching &lt;em&gt;EN 16931 business-term numbers (BT-&amp;#8230;)&lt;/em&gt;. The
result is displayed inline via AJAX, inside a Shadow DOM, so it looks identical in every theme.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__why-you-ll-love-it&quot;&gt;Why you&amp;#8217;ll love it&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt; &lt;strong&gt;Reads all common e-invoice formats.&lt;/strong&gt; ZUGFeRD / Factur-X (PDF), CII (UN/CEFACT)
        XML and UBL / XRechnung XML — the embedded XML is extracted from PDFs automatically.&lt;/li&gt;
    &lt;li&gt;️ &lt;strong&gt;Drag &amp;#38; drop uploader.&lt;/strong&gt; Vanilla JavaScript, no framework, no page reload —
        the structured view appears inline.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Complete field coverage.&lt;/strong&gt; Invoice header, parties, order and delivery data,
        payment, line items, VAT breakdown, totals, notes and attachments — empty fields shown as
        placeholders, just like the Quba viewer.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;EN 16931 business terms.&lt;/strong&gt; Show or hide the BT numbers live, per setting or via
        the shortcode attribute &lt;em&gt;bt=&amp;#8221;1&amp;#8221;&lt;/em&gt; / &lt;em&gt;bt=&amp;#8221;0&amp;#8221;&lt;/em&gt;.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Theme-independent.&lt;/strong&gt; Rendered inside a Shadow DOM with a full style reset, so no
        theme styles leak through — identical look everywhere.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;No storage.&lt;/strong&gt; The file is read from the temporary upload only and is never saved.&lt;/li&gt;
    &lt;li&gt;️ &lt;strong&gt;Secure by design.&lt;/strong&gt; XXE protection, upload validation (extension + MIME + size),
        nonce-based CSRF protection with a live nonce, and a per-visitor daily rate limit.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Translatable.&lt;/strong&gt; Text domain &lt;em&gt;sp-einvoice-viewer&lt;/em&gt;; German translation
        included.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__key-features&quot;&gt;Key features&lt;/h3&gt;

&lt;h4 id=&quot;item-description__supported-invoice-formats&quot;&gt;Supported invoice formats&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;ZUGFeRD / Factur-X (PDF)&lt;/strong&gt; — the embedded XML is extracted and read automatically.
&lt;strong&gt;CII (UN/CEFACT) XML&lt;/strong&gt; — read directly. &lt;strong&gt;UBL / XRechnung (XML)&lt;/strong&gt; — converted
to CII internally and then read.&lt;/p&gt;

&lt;h4 id=&quot;item-description__modern-quba-inspired-layout&quot;&gt;Modern, Quba-inspired layout&lt;/h4&gt;
&lt;p&gt;A single-scroll layout with coloured section tabs (filled = data present, light = empty section): a
hero header with the highlighted amount due, followed by invoice data, buyer, seller, order/contract data,
delivery information, payment, line items, VAT breakdown, totals, notes and attachments. All fields are
always shown — even empty ones — exactly like the original viewer.&lt;/p&gt;

&lt;h4 id=&quot;item-description__en-16931-business-terms-bt-numbers&quot;&gt;EN 16931 business terms (BT numbers)&lt;/h4&gt;
&lt;p&gt;Each field can be labelled with its EN 16931 business-term number. Visitors toggle the numbers live via
a switch in the viewer, and you set the default per embed via the shortcode attribute
&lt;em&gt;bt=&amp;#8221;1&amp;#8221;&lt;/em&gt; / &lt;em&gt;bt=&amp;#8221;0&amp;#8221;&lt;/em&gt; or globally in the settings. The field mapping was verified against the
official EN 16931 specification.&lt;/p&gt;

&lt;h4 id=&quot;item-description__theme-independence-via-shadow-dom&quot;&gt;Theme independence via Shadow DOM&lt;/h4&gt;
&lt;p&gt;The viewer is rendered inside a Shadow DOM with a full &lt;em&gt;:host&lt;/em&gt; style reset and &lt;em&gt;px&lt;/em&gt; units
throughout, so no inheritable theme styles (font, size, colour, line-height) cross the boundary. The
result looks identical in every WordPress theme.&lt;/p&gt;

&lt;h4 id=&quot;item-description__security-amp-privacy&quot;&gt;Security &amp;#38; privacy&lt;/h4&gt;
&lt;p&gt;XXE protection (DOCTYPE rejection, no external entity loader, no network access while parsing), upload
validation (extension + finfo MIME check + size limit), nonce-based CSRF protection with a live nonce
against page caching, and a per-visitor daily upload rate limit. The file is processed in memory only and
is never stored; every invoice value is escaped on output.&lt;/p&gt;

&lt;h4 id=&quot;item-description__extensible-template-engine&quot;&gt;Extensible template engine&lt;/h4&gt;
&lt;p&gt;The data extraction is separated from the HTML rendering, so additional layouts can be added as a
template subclass without touching the extraction logic.&lt;/p&gt;

&lt;blockquote&gt;
    &lt;p&gt;Why not pixel-perfect to Quba? The Quba viewer transforms with the KoSIT XRechnung XSLT 3.0 via
    Saxon-JS; PHP only supports XSLT 1.0. An own, Quba-inspired PHP template is used instead — functionally
    equivalent, but not the identical KoSIT markup.&lt;/p&gt;
&lt;/blockquote&gt;

 

&lt;h3 id=&quot;item-description__how-it-works&quot;&gt;How it works&lt;/h3&gt;

&lt;ol&gt;
    &lt;li&gt;Add the &lt;strong&gt;[einvoice_viewer]&lt;/strong&gt; shortcode to any page or post.&lt;/li&gt;
    &lt;li&gt;The visitor drops an invoice (PDF or XML) into the viewer.&lt;/li&gt;
    &lt;li&gt;The file is validated, rate-limited and read on the server; the invoice is rendered to HTML and
        returned via AJAX.&lt;/li&gt;
    &lt;li&gt;The structured view is inserted inline — the file is never stored.&lt;/li&gt;
&lt;/ol&gt;

 

&lt;h3 id=&quot;item-description__settings&quot;&gt;Settings&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Daily uploads per visitor&lt;/strong&gt; — limit per calendar day (0 = unlimited).&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Maximum file size&lt;/strong&gt; — capped by the WordPress upload limit.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Trust proxy header&lt;/strong&gt; — use X-Forwarded-For for the client IP (only behind a trusted
        reverse proxy).&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Show BT numbers by default&lt;/strong&gt; — visitors can still toggle.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Layout template&lt;/strong&gt; — the active view (more can be added).&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__what-s-included&quot;&gt;What&amp;#8217;s included&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;The plugin (shortcode, uploader, renderer, settings and the bundled horstoeko libraries).&lt;/li&gt;
    &lt;li&gt;English and German translations (text domain &lt;em&gt;sp-einvoice-viewer&lt;/em&gt;).&lt;/li&gt;
    &lt;li&gt;Full documentation in English and German (README + feature overview).&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__requirements-amp-compatibility&quot;&gt;Requirements &amp;#38; compatibility&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;WordPress&lt;/strong&gt; 5.8+ (tested up to 6.9)&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;PHP&lt;/strong&gt; 7.4+&lt;/li&gt;
    &lt;li&gt;The bundled &lt;em&gt;vendor/&lt;/em&gt; directory (horstoeko libraries) inside the plugin folder&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__changelog&quot;&gt;Changelog&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;2.0.1&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Business-term corrections, verified against the official EN 16931 specification (BT-115, BT-28/BT-33,
        BT-56/BT-41, BT-10, BT-47/BT-30 and the added scheme fields BT-47-1 / BT-30-1).&lt;/li&gt;
    &lt;li&gt;Updated and recompiled translations.&lt;/li&gt;
    &lt;li&gt;Renamed the plugin to &amp;#8220;invoicePress &amp;#8211; e-Invoice Viewer&amp;#8221;; switched the text domain to
        &lt;em&gt;sp-einvoice-viewer&lt;/em&gt; and hardened input handling for the WordPress coding standards.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2.0.0&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;New rectangular Quba-style layout with coloured section tabs and a dedicated card group per line
        item.&lt;/li&gt;
    &lt;li&gt;Introduced the template engine (data model separated from HTML rendering).&lt;/li&gt;
    &lt;li&gt;Many more fields (BT-127 to BT-160, payment cards, delivery details and more).&lt;/li&gt;
    &lt;li&gt;Colours matched to the invoicePress logo.&lt;/li&gt;
&lt;/ul&gt;</content>
			<author>
			  <name>naranili</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64116770</id>
			<published>2026-07-03 23:28:09</published>
			<updated>2026-07-03 23:28:09</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/woocommerce-payments-bacs-extended/64116770"/>
			<title>WooCommerce Payments BACS Extended (eCommerce) </title>
			<content type="html">&lt;h1 id=&quot;item-description__direct-bank-transfer-bacs-with-automatic-reconcile-for-woocommerce&quot;&gt;Direct Bank Transfer (BACS) with automatic reconcile for WooCommerce&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;An extended bank-transfer (BACS) payment gateway for WooCommerce&lt;/strong&gt; — import your incoming bank payments (CSV / CAMT.053) and reconcile them automatically against open orders.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Direct Bank Transfer (BACS) for WooCommerce&lt;/strong&gt; is a copy of the built-in WooCommerce &amp;#8220;Direct bank transfer&amp;#8221; (BACS) gateway, extended with a complete &lt;strong&gt;payment reconciliation&lt;/strong&gt; workflow. Customers pay by bank transfer using their order number as the reference; you then import the incoming payments of your bank account and the plugin matches them against the open orders, so you can mark them as paid — per order or all at once.&lt;/p&gt;

&lt;p&gt;It reads bank statements in &lt;strong&gt;CAMT.053&lt;/strong&gt; (ISO 20022 XML) and in &lt;strong&gt;CSV&lt;/strong&gt; with a flexible, user-defined column mapping. It is fully &lt;strong&gt;HPOS&lt;/strong&gt; compatible and works in the classic and the &lt;strong&gt;block&lt;/strong&gt; checkout.&lt;/p&gt;

 

&lt;h2 id=&quot;item-description__features&quot;&gt;Features&lt;/h2&gt;

&lt;ul&gt;
     &lt;li&gt;&lt;strong&gt;Extended BACS gateway&lt;/strong&gt; — a self-contained bank-transfer payment method (separate from core BACS) with bank account details, instructions and a clear payment reference.&lt;/li&gt;
     &lt;li&gt;&lt;strong&gt;Payment reconciliation&lt;/strong&gt; — import incoming payments and match them to open orders automatically.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Works with standard WooCommerce BACS&lt;/strong&gt; — optionally reconcile and book orders paid with the built-in WooCommerce &amp;#8220;Direct bank transfer&amp;#8221; (BACS) gateway too, so existing BACS orders are covered without switching payment method.&lt;/li&gt;
     &lt;li&gt;&lt;strong&gt;CAMT.053 import&lt;/strong&gt; — robust, namespace-agnostic ISO 20022 parser (works with camt.053 .02 / .08 / .14 and real-world bank quirks); only incoming credits are imported.&lt;/li&gt;
     &lt;li&gt;&lt;strong&gt;CSV import with a mapping editor&lt;/strong&gt; — the CSV has no fixed structure, so you describe it: which column holds the reference, the amount, the date, etc.&lt;/li&gt;
     &lt;li&gt;&lt;strong&gt;Reusable CSV profiles&lt;/strong&gt; — save a mapping per bank and reuse it on every import; an editor analyses a sample CSV and shows the column positions.&lt;/li&gt;
     &lt;li&gt;&lt;strong&gt;Automatic matching&lt;/strong&gt; — payments are matched by the order number found in the reference and by the amount (with a configurable tolerance).&lt;/li&gt;
     &lt;li&gt;&lt;strong&gt;Review list&lt;/strong&gt; — see every open order with its assigned payment, plus all imported payments and their status.&lt;/li&gt;
     &lt;li&gt;&lt;strong&gt;One-click booking&lt;/strong&gt; — mark a single order as paid, or book all matched payments at once.&lt;/li&gt;
     &lt;li&gt;&lt;strong&gt;Manual assignment&lt;/strong&gt; — assign a payment to an order by hand when the automatic match is not possible.&lt;/li&gt;
     &lt;li&gt;&lt;strong&gt;Duplicate protection&lt;/strong&gt; — the same payment can not be imported twice.&lt;/li&gt;
     &lt;li&gt;&lt;strong&gt;HPOS ready&lt;/strong&gt; — uses the WooCommerce order CRUD throughout; no direct database hacks.&lt;/li&gt;
     &lt;li&gt;&lt;strong&gt;Block checkout support&lt;/strong&gt; — appears in the modern WooCommerce block checkout as well as the classic checkout.&lt;/li&gt;
     &lt;li&gt;&lt;strong&gt;Order list column&lt;/strong&gt; — shows the BACS-X payment status (paid / awaiting) in the order list.&lt;/li&gt;
     &lt;li&gt;&lt;strong&gt;Internationalised&lt;/strong&gt; — full text-domain support; German and English documentation included.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h2 id=&quot;item-description__how-it-works-in-short&quot;&gt;How it works (in short)&lt;/h2&gt;

&lt;ol&gt;
     &lt;li&gt;The customer chooses &lt;strong&gt;bank transfer&lt;/strong&gt; at checkout; the order is set to &lt;strong&gt;on-hold&lt;/strong&gt; and the order number is stored as the payment reference.&lt;/li&gt;
     &lt;li&gt;The customer transfers the money to your bank account using that reference.&lt;/li&gt;
     &lt;li&gt;You export the incoming payments from your online banking as &lt;strong&gt;CAMT.053&lt;/strong&gt; or &lt;strong&gt;CSV&lt;/strong&gt; and &lt;strong&gt;import&lt;/strong&gt; the file under WooCommerce → BACS-X Reconciliation.&lt;/li&gt;
     &lt;li&gt;The plugin &lt;strong&gt;matches&lt;/strong&gt; the payments to the open orders by reference and amount.&lt;/li&gt;
     &lt;li&gt;You review the list and &lt;strong&gt;mark the orders as paid&lt;/strong&gt; — per order or all matched at once.&lt;/li&gt;
&lt;/ol&gt;

 

&lt;h2 id=&quot;item-description__requirements&quot;&gt;Requirements&lt;/h2&gt;

&lt;ul&gt;
     &lt;li&gt;WordPress 6.9+&lt;/li&gt;
     &lt;li&gt;WooCommerce 8.0+ (tested up to 10.9)&lt;/li&gt;
     &lt;li&gt;PHP 7.4+&lt;/li&gt;
     &lt;li&gt;Bank statements exported as CAMT.053 (XML) or CSV&lt;/li&gt;
&lt;/ul&gt;</content>
			<author>
			  <name>naranili</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64117787</id>
			<published>2026-07-03 23:27:47</published>
			<updated>2026-07-03 23:27:47</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/woocommerce-easybill-connect/64117787"/>
			<title>WooCommerce - EasyBill Connect (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__easybill-integration-for-woocommerce-create-easybill-invoices-from-your&quot;&gt;easybill Integration for WooCommerce — Create easybill invoices from your WooCommerce orders, automatically&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;After checkout, your WooCommerce orders are sent to easybill over its REST API to create an
invoice. The PDF is fetched, stored on the order and emailed to the buyer — and the customer is created
and linked to their easybill customer id.&lt;/strong&gt; Set it up once and every order turns into a proper
invoice without copy &amp;#38; paste.&lt;/p&gt;

&lt;p&gt;Built on a small, reusable REST billing-connector core, this is the first of a family of connectors
between your shop / tools and online billing platforms — clean, developer-friendly and ready to grow.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__why-you-ll-love-it&quot;&gt;Why you&amp;#8217;ll love it&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt; &lt;strong&gt;Automatic invoicing after checkout.&lt;/strong&gt; When an order reaches the status you choose,
        an easybill invoice is created from the order items.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Customer creation &amp;#38; linking.&lt;/strong&gt; A customer is created from the buyer data; for
        logged-in buyers the easybill customer id is stored on the user and reused for future orders.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;PDF on the order &amp;#38; in the email.&lt;/strong&gt; The finalized invoice PDF is downloaded,
        stored on the order and attached to the WooCommerce customer email.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Invoice link &amp;#38; number.&lt;/strong&gt; The invoice number and a link to the easybill
        document are kept on the order; the buyer gets a secure PDF download on the order details page.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Idempotent &amp;#38; retryable.&lt;/strong&gt; A manual &amp;#8220;resend&amp;#8221; order action never creates a
        duplicate invoice; failures are logged and noted on the order.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;VAT-aware mapping.&lt;/strong&gt; Items, shipping and fees map to invoice positions with the
        correct net price and VAT percentage; easybill computes the totals.&lt;/li&gt;
    &lt;li&gt;️ &lt;strong&gt;Robust &amp;#38; safe.&lt;/strong&gt; Bearer authentication, HTTP 429 rate-limit handling, and a
        download folder protected against direct access.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;HPOS ready.&lt;/strong&gt; Uses the WooCommerce order CRUD and declares custom-order-table
        compatibility.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Translatable.&lt;/strong&gt; Text domain &lt;em&gt;woocommerce-rest-easybill&lt;/em&gt;; English and German
        documentation included.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__key-features&quot;&gt;Key features&lt;/h3&gt;

&lt;h4 id=&quot;item-description__automatic-transfer-after-checkout&quot;&gt;Automatic transfer after checkout&lt;/h4&gt;
&lt;p&gt;Choose the order status that triggers the transfer (default &lt;em&gt;processing&lt;/em&gt;). The plugin runs early
in that status transition, so the invoice PDF is ready before WooCommerce sends the matching customer
email. Every step is guarded — an error is logged and added as an order note without breaking the order
or the email.&lt;/p&gt;

&lt;h4 id=&quot;item-description__customer-creation-amp-linking&quot;&gt;Customer creation &amp;#38; linking&lt;/h4&gt;
&lt;p&gt;The buyer&amp;#8217;s billing data is mapped to an easybill customer. For private buyers without a company the
plugin automatically falls back to the person&amp;#8217;s name, so customer creation never fails. Logged-in buyers
are linked to their easybill customer id and reuse it on every future order — no duplicate customers.&lt;/p&gt;

&lt;h4 id=&quot;item-description__invoice-amp-pdf&quot;&gt;Invoice &amp;#38; PDF&lt;/h4&gt;
&lt;p&gt;An invoice document is created from the order items (plus shipping and fees), finalized so it receives
its invoice number, and the PDF is downloaded and stored on the order. The PDF is attached to the
customer email, and the order details page shows the invoice number with a key-protected download link.&lt;/p&gt;

&lt;h4 id=&quot;item-description__configuration&quot;&gt;Configuration&lt;/h4&gt;
&lt;p&gt;Everything from one WooCommerce settings tab: API key, trigger order status, finalize on/off, which
customer email to attach the PDF to, and logging to the WooCommerce logs.&lt;/p&gt;

&lt;blockquote&gt;
    &lt;p&gt;Built on a reusable &amp;#8220;SP REST Billing&amp;#8221; core: a generic REST client, an abstract billing provider and
    provider-agnostic data objects. New billing platforms and new sources plug in without rewriting the
    flow.&lt;/p&gt;
&lt;/blockquote&gt;

 

&lt;h3 id=&quot;item-description__how-it-works&quot;&gt;How it works&lt;/h3&gt;

&lt;ol&gt;
    &lt;li&gt;An order reaches the configured status.&lt;/li&gt;
    &lt;li&gt;The plugin creates / reuses the easybill customer from the buyer data.&lt;/li&gt;
    &lt;li&gt;It creates an invoice from the order items and finalizes it (invoice number).&lt;/li&gt;
    &lt;li&gt;It downloads the PDF, stores it on the order and keeps the easybill link and number.&lt;/li&gt;
    &lt;li&gt;The PDF is attached to the WooCommerce customer email sent to the buyer.&lt;/li&gt;
&lt;/ol&gt;

 

&lt;h3 id=&quot;item-description__developer-friendly-amp-future-proof&quot;&gt;Developer-friendly &amp;#38; future-proof&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;Reusable core (REST client, abstract provider, DTOs) ready for more platforms — Fastbill, Lexware,
        WISO, Papierkram, SevDesk — and more sources — GravityForms, MemberPress, &amp;#8230;&lt;/li&gt;
    &lt;li&gt;Filters to adjust the customer and invoice data and the easybill payloads.&lt;/li&gt;
    &lt;li&gt;Clean, heavily commented code following the same conventions across the plugin family.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__what-s-included&quot;&gt;What&amp;#8217;s included&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;The plugin (WooCommerce → easybill transfer + settings).&lt;/li&gt;
    &lt;li&gt;The reusable SP REST Billing core and the easybill provider.&lt;/li&gt;
    &lt;li&gt;The bundled easybill REST API specification (swagger.json) for reference.&lt;/li&gt;
    &lt;li&gt;Full documentation in English and German (README + feature overview).&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__requirements-amp-compatibility&quot;&gt;Requirements &amp;#38; compatibility&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;WordPress&lt;/strong&gt; 6.9+&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;WooCommerce&lt;/strong&gt; 8.0+ (tested up to 10.9)&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;PHP&lt;/strong&gt; 7.4+&lt;/li&gt;
    &lt;li&gt;An &lt;strong&gt;easybill account&lt;/strong&gt; with an API key (Bearer token)&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__good-to-know&quot;&gt;Good to know&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;easybill requires a company name and a last name — the plugin handles private buyers automatically.&lt;/li&gt;
    &lt;li&gt;The invoice number is assigned when the document is finalized (a setting you control).&lt;/li&gt;
    &lt;li&gt;EU-OSS handling and credit notes / cancellations are planned for a future version.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__changelog&quot;&gt;Changelog&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;1.0.0&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Initial release (V1).&lt;/li&gt;
    &lt;li&gt;After-checkout transfer of WooCommerce orders to easybill: customer create/link, invoice create +
        finalize, PDF download, storage on the order, attachment to the customer email and a secure download
        link.&lt;/li&gt;
    &lt;li&gt;Reusable SP REST Billing core (REST client, abstract provider, DTOs); easybill provider;
        WooCommerce source adapter.&lt;/li&gt;
    &lt;li&gt;WooCommerce settings tab, manual resend order action, logging, HPOS compatibility.&lt;/li&gt;
&lt;/ul&gt;</content>
			<author>
			  <name>naranili</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64112277</id>
			<published>2026-07-02 15:46:24</published>
			<updated>2026-07-02 15:46:24</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/coupon-usage-notifier-for-woocommerce/64112277"/>
			<title>Coupon Usage Notifier for WooCommerce (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__what-it-is&quot;&gt;What it is&lt;/h2&gt;
&lt;p&gt;Coupon Usage Notifier for WooCommerce is a plugin that automatically logs every coupon redemption and sends an instant email alert to the admin the moment a coupon is used at checkout. By default WooCommerce gives you no live signal when a coupon is redeemed — this plugin closes that gap cleanly, with a beautiful usage log, summary stats, and CSV export built right into the admin panel.&lt;/p&gt;

&lt;h2 id=&quot;item-description__who-it-s-for&quot;&gt;Who it&amp;#8217;s for&lt;/h2&gt;
&lt;p&gt;Any WooCommerce store that uses coupons as more than just discounts — for example stores running &lt;strong&gt;affiliate programmes, influencer campaigns, manual fulfilment workflows, or time-sensitive promotions&lt;/strong&gt; where someone needs to be notified the instant a code is used. It is equally useful for &lt;strong&gt;solo store owners, agencies managing client stores&lt;/strong&gt;, and teams where a manager needs visibility without digging through WooCommerce reports.&lt;/p&gt;

&lt;h2 id=&quot;item-description__how-it-works-in-simple-terms&quot;&gt;How it works (in simple terms)&lt;/h2&gt;
&lt;ol&gt;
  &lt;li&gt;You choose which &lt;strong&gt;coupon codes to track&lt;/strong&gt; — enter specific codes one per line, or leave the field empty to track every coupon on the store automatically.&lt;/li&gt;
  &lt;li&gt;You choose which &lt;strong&gt;order status triggers&lt;/strong&gt; the log entry and the email — either &lt;strong&gt;Processing&lt;/strong&gt; (payment confirmed) or &lt;strong&gt;Completed&lt;/strong&gt; (order fulfilled).&lt;/li&gt;
  &lt;li&gt;The moment an order hits that status, the plugin &lt;strong&gt;logs the redemption&lt;/strong&gt; to a database table and &lt;strong&gt;emails the admin&lt;/strong&gt; with the order number, customer name, coupon code, discount amount, and order total.&lt;/li&gt;
  &lt;li&gt;You manage everything from the &lt;strong&gt;Usage Log tab&lt;/strong&gt; — search, filter by coupon, sort any column, resend any email, and export the full log to CSV in one click.&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
&lt;img src=&quot;https://wpthemestore.co.uk/wp-content/uploads/2026/07/feature-list-c.png&quot; alt=&quot;All features&quot; /&gt;

&lt;h2 id=&quot;item-description__features&quot;&gt;Features&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Instant HTML email alert to admin on every tracked coupon redemption&lt;/li&gt;
  &lt;li&gt;Searchable, sortable, paginated coupon usage log table (20 rows per page)&lt;/li&gt;
  &lt;li&gt;Filter the log by specific coupon code from a dropdown&lt;/li&gt;
  &lt;li&gt;Summary stat cards — total uses and total discount given per coupon, at a glance&lt;/li&gt;
  &lt;li&gt;One-click &lt;strong&gt;Resend Email&lt;/strong&gt; button on every log row&lt;/li&gt;
  &lt;li&gt;CSV export of the full log, respecting any active search or coupon filter&lt;/li&gt;
  &lt;li&gt;Toggle notifications on or off without losing your settings&lt;/li&gt;
  &lt;li&gt;Choose trigger status: &lt;strong&gt;Processing&lt;/strong&gt; or &lt;strong&gt;Completed&lt;/strong&gt;&lt;/li&gt;
  &lt;li&gt;Track all coupons by default, or restrict to a specific allow-list&lt;/li&gt;
  &lt;li&gt;HPOS (High-Performance Order Storage) compatible&lt;/li&gt;
  &lt;li&gt;Works with Classic and Block-based Cart &amp;#38; Checkout&lt;/li&gt;
  &lt;li&gt;Fully translation-ready (.pot file included)&lt;/li&gt;
&lt;/ul&gt;

&lt;pre&gt;= version 1.0.0 (2026-07-02) =
* [+] Initial Release
&lt;/pre&gt;</content>
			<author>
			  <name>Plugify_Lab</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/64103088</id>
			<published>2026-07-01 23:33:29</published>
			<updated>2026-07-01 23:33:29</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/gravityforms-taxes-fields/64103088"/>
			<title>GravityForms - TAXES Fields (eCommerce) </title>
			<content type="html">&lt;h2 id=&quot;item-description__gravity-forms-taxes-fields-net-vat-pricing-fields-with-per-field-tax-codes&quot;&gt;Gravity Forms TAXES Fields — Net/VAT pricing fields with per-field tax codes (PEPPOL / VATEX)&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Add self-contained tax/VAT pricing fields to Gravity Forms — product, option, shipping, net
amount, VAT breakdown and gross total — each driven by tax codes you manage in the backend.&lt;/strong&gt;
The form calculates net, VAT and gross live in the browser and authoritatively on the server.&lt;/p&gt;

&lt;p&gt;No payment add-on required and the Gravity Forms core fields are never touched. Define your tax codes
once (rate, country, PEPPOL VAT category, VATEX exemption), assign one to each priced field, and let the
form do the maths.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__why-you-ll-love-it&quot;&gt;Why you&amp;#8217;ll love it&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt; &lt;strong&gt;Net / VAT / gross out of the box.&lt;/strong&gt; Product, option and shipping fields plus net
        amount, VAT breakdown and gross total result fields.&lt;/li&gt;
    &lt;li&gt;️ &lt;strong&gt;Per-field tax codes.&lt;/strong&gt; Assign a tax code (Steuerkennzeichen) to each priced
        field; the tax is added on top of the net price.&lt;/li&gt;
    &lt;li&gt;️ &lt;strong&gt;Tax-code backend.&lt;/strong&gt; Manage codes under Forms → VAT Codes: rate, country,
        PEPPOL BIS Billing 3.0 VAT category (S, Z, E, AE, K, G, O, L, M) and VATEX exemption code / text.&lt;/li&gt;
    &lt;li&gt;⚡ &lt;strong&gt;Live calculation.&lt;/strong&gt; Net, VAT and gross update instantly on selection and quantity
        changes — and on conditional-logic changes.&lt;/li&gt;
    &lt;li&gt;️ &lt;strong&gt;Authoritative server calculation.&lt;/strong&gt; Values are re-computed and stored when the
        entry is saved (and after admin edits), so they can&amp;#8217;t be tampered with.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Choice-based like the native fields.&lt;/strong&gt; Drop down, radio buttons or checkboxes with
        a price per choice; checkboxes allow multiple selections; optional quantity on the product field.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Conditional-logic aware.&lt;/strong&gt; Hidden priced fields are excluded from the totals.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Self-contained.&lt;/strong&gt; No payment add-on dependency; core Gravity Forms fields are
        never modified.&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Translatable.&lt;/strong&gt; Text domain &lt;em&gt;gftaxesfields&lt;/em&gt;; German translation included.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__the-fields&quot;&gt;The fields&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;TAX Product&lt;/strong&gt; — priced choices &amp;#215; optional quantity.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;TAX Option&lt;/strong&gt; — priced choices (multi-select with checkboxes).&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;TAX Shipping&lt;/strong&gt; — priced shipping choices.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Net Amount&lt;/strong&gt; — read-only calculated net sum.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;VAT Breakdown&lt;/strong&gt; — a table grouped per tax code (net / rate / tax).&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Gross Total&lt;/strong&gt; — read-only net + VAT.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__how-it-works&quot;&gt;How it works&lt;/h3&gt;

&lt;ol&gt;
    &lt;li&gt;Define your &lt;strong&gt;tax codes&lt;/strong&gt; under Forms → VAT Codes (e.g. DE19, 19%, DE, category S).&lt;/li&gt;
    &lt;li&gt;Add the &lt;strong&gt;TAXES fields&lt;/strong&gt; to a form (product / option / shipping + net amount / VAT
        breakdown / gross total).&lt;/li&gt;
    &lt;li&gt;Give the priced fields their &lt;strong&gt;choices with net prices&lt;/strong&gt; and assign a &lt;strong&gt;tax
        code&lt;/strong&gt; to each.&lt;/li&gt;
    &lt;li&gt;On the front end the totals update live; on submit the server stores the authoritative net / VAT
        breakdown / gross values on the entry.&lt;/li&gt;
&lt;/ol&gt;

 

&lt;h3 id=&quot;item-description__built-for-compliant-invoicing&quot;&gt;Built for compliant invoicing&lt;/h3&gt;

&lt;p&gt;The tax-code model follows &lt;strong&gt;PEPPOL BIS Billing 3.0&lt;/strong&gt; VAT categories and &lt;strong&gt;VATEX&lt;/strong&gt;
exemption reason codes, so the per-element tax data captured in your forms is ready for downstream
e-invoicing workflows.&lt;/p&gt;

&lt;blockquote&gt;
    &lt;p&gt;The fields appear in the shared &amp;#8220;e-Invoicing Fields&amp;#8221; editor group, alongside the companion SEPA and
    VAT-ID field add-ons, so a single form can collect payment, tax and identification data together.&lt;/p&gt;
&lt;/blockquote&gt;

 

&lt;h3 id=&quot;item-description__what-s-included&quot;&gt;What&amp;#8217;s included&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;The plugin (six custom field types + the tax-code management page).&lt;/li&gt;
    &lt;li&gt;English and German translations (text domain &lt;em&gt;gftaxesfields&lt;/em&gt;).&lt;/li&gt;
    &lt;li&gt;Full documentation in English and German (README + feature overview).&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__requirements-amp-compatibility&quot;&gt;Requirements &amp;#38; compatibility&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;WordPress&lt;/strong&gt; 5.0+ (tested on current 6.x / 7.0)&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Gravity Forms&lt;/strong&gt; 2.5+&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;PHP&lt;/strong&gt; 7.4+&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__changelog&quot;&gt;Changelog&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;1.0.0&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Self-contained tax/VAT pricing fields for Gravity Forms: product, option, shipping, net amount, VAT
        breakdown and gross total.&lt;/li&gt;
    &lt;li&gt;Per-field tax codes with a PEPPOL / VATEX tax-code backend.&lt;/li&gt;
    &lt;li&gt;Live and authoritative server-side calculation.&lt;/li&gt;
&lt;/ul&gt;</content>
			<author>
			  <name>naranili</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/63199777</id>
			<published>2026-05-29 11:04:09</published>
			<updated>2026-05-29 11:04:09</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/crypto-wallet-flutter-app-with-admin-panel/63199777"/>
			<title>Crypto Wallet - Flutter App with Admin Panel (Flutter) </title>
			<content type="html">&lt;p&gt;&lt;a href=&quot;https://t.me/mistrba&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://i.postimg.cc/Gm2JwPnK/Frame-299.png&quot; alt=&quot;Crypto Wallet - Flutter App with Admin Panel - 1&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


&lt;h2 id=&quot;item-description__mikodes-wallet-multichain-flutter-wallet-application&quot;&gt;Mikodes Wallet — multichain Flutter wallet application&lt;/h2&gt;

&lt;p&gt;Mikodes Wallet is a full-source Flutter application for building a non-custodial multichain wallet. The package includes the mobile / desktop / web wallet client, a Flutter Web admin panel, Firebase Cloud Functions written in TypeScript, all configuration templates, and complete written documentation.&lt;/p&gt;

&lt;h3 id=&quot;item-description__what-this-item-is&quot;&gt;What this item is&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Flutter 3.41 application source code.&lt;/li&gt;
  &lt;li&gt;Targets: Android, iOS, macOS desktop, Web — from a single codebase.&lt;/li&gt;
  &lt;li&gt;Backend: Firebase (Auth, Firestore, Cloud Functions on Node.js 22, Cloud Messaging, Remote Config, Hosting).&lt;/li&gt;
  &lt;li&gt;Admin control panel: Flutter Web application, separate source archive.&lt;/li&gt;
  &lt;li&gt;Distributed as source code only. No bundled API keys, no bundled production Firebase project, no platform lock-in.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__wallet-features-mobile-desktop-web-client&quot;&gt;Wallet features (mobile / desktop / web client)&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Wallet management.&lt;/strong&gt; Create a new wallet, import via 12 / 24-word BIP-39 seed phrase, import via private key, multiple wallets per device, wallet rename, wallet delete.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Chains pre-integrated (21).&lt;/strong&gt; Ethereum, Bitcoin, Solana, BNB Chain, TRON, SUI, Avalanche C-Chain, Arbitrum One, Polygon, Base, Optimism, Fantom, Cronos, Gnosis Chain, Linea, Scroll, zkSync Era, Polygon zkEVM, Mantle, Celo, Moonbeam. Additional EVM chains can be added at runtime from the admin panel without rebuilding the app.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Balances and portfolio.&lt;/strong&gt; Native + ERC-20 / SPL / TRC-20 token balances per chain, USD value, 24-hour change, multi-account aggregated portfolio view.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Send.&lt;/strong&gt; Native and token transfers, address book, QR scanner for recipient, fee estimation, custom gas (legacy + EIP-1559), nonce override, transaction history with explorer link.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Receive.&lt;/strong&gt; Address per chain, QR code, copy to clipboard, share sheet.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Swap.&lt;/strong&gt; EVM swaps routed via 0x Protocol or 1inch aggregator (selectable). Solana swaps via Jupiter. Slippage control, price impact warning, quote refresh, transaction status tracking.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Bridge.&lt;/strong&gt; Cross-chain swaps via the same aggregator integrations.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Configurable swap fee.&lt;/strong&gt; A fee in basis points is applied per swap; default is 30 bps (0.3%). The fee wallet address and fee bps are operator-configurable from the admin panel; setting &lt;code&gt;fee_bps&lt;/code&gt; to &lt;code&gt;0&lt;/code&gt; disables the fee. The fee is paid directly to the operator&amp;#8217;s configured wallet — Mikodes does not receive any portion of it.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Buy crypto (on-ramp).&lt;/strong&gt; Integrations with MoonPay, Transak, Mercuryo, and Ramp Network. Each provider is toggleable from the admin panel.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;WalletConnect v2.&lt;/strong&gt; Connect to external dApps over WalletConnect, sign transactions and messages, manage active sessions.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;In-app dApp browser.&lt;/strong&gt; Curated list of dApps managed from the admin panel, EVM injected provider, history, bookmarks.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;NFTs.&lt;/strong&gt; View ERC-721 / ERC-1155 / SPL NFT holdings per account, metadata, image rendering, transfer.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Security.&lt;/strong&gt; Local AES encryption of secret material, biometric unlock (Face ID, Touch ID, Android fingerprint), platform-secure key storage (iOS Keychain / Android Keystore), auto-lock timer, PIN fallback, screenshot prevention on sensitive screens.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Backup and restore.&lt;/strong&gt; Encrypted backup file, seed-phrase backup verification flow, restore from seed or backup file.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Notifications.&lt;/strong&gt; Firebase Cloud Messaging (Android, iOS via APNs, Web). Incoming transaction alerts, price alerts, admin broadcast messages.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;PRO subscription scaffolding.&lt;/strong&gt; Four tiers (Bronze, Silver, Gold, Platinum), feature-flag system, paywall screens, hooks for Stripe Subscriptions (web) and Apple / Google in-app purchases (mobile). PRO entitlement check on every paywalled feature. Pricing and feature mapping are configurable from the admin panel.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Settings.&lt;/strong&gt; Language, fiat currency, theme (light / dark / system), network preferences, RPC override per chain, biometric toggle, auto-lock interval, push notification toggles, terms of service, privacy policy.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Localization.&lt;/strong&gt; English ships as the default locale. The project uses standard Flutter &lt;code&gt;l10n.yaml&lt;/code&gt; + ARB files so additional languages can be added.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__admin-panel-features-separate-flutter-web-build&quot;&gt;Admin panel features (separate Flutter Web build)&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Sign in with Firebase Auth, MFA setup, role-based access control (superAdmin / admin / viewer custom claims).&lt;/li&gt;
  &lt;li&gt;Chains: add, edit, disable, reorder. RPC URL, chain ID, native symbol, decimals, explorer URL, logo, sort order.&lt;/li&gt;
  &lt;li&gt;Tokens: per-chain whitelist, contract address, symbol, decimals, logo, sort order.&lt;/li&gt;
  &lt;li&gt;dApps: per-chain curated list shown in the in-app browser, with title, URL, logo, and visibility flag.&lt;/li&gt;
  &lt;li&gt;Fee configuration: &lt;code&gt;fee_enabled&lt;/code&gt;, &lt;code&gt;fee_bps&lt;/code&gt;, &lt;code&gt;fee_wallet_address&lt;/code&gt;, &lt;code&gt;pro_fee_waived&lt;/code&gt;.&lt;/li&gt;
  &lt;li&gt;PRO tier configuration: tier names, monthly / weekly / annual price fields, feature flags per tier.&lt;/li&gt;
  &lt;li&gt;Push notifications: compose and dispatch broadcasts to all users or filtered segments via Cloud Functions.&lt;/li&gt;
  &lt;li&gt;Partner placements: configurable banner / card slots inside the wallet UI.&lt;/li&gt;
  &lt;li&gt;Branding: app name, accent colors, logo URL — pushed to clients via Remote Config without rebuilding.&lt;/li&gt;
  &lt;li&gt;Audit log of admin write operations.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__what-is-in-the-download&quot;&gt;What is in the download&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;code&gt;mikodes-wallet-mobile-source.zip&lt;/code&gt; — full Flutter wallet client source (&lt;code&gt;lib/&lt;/code&gt;, &lt;code&gt;android/&lt;/code&gt;, &lt;code&gt;ios/&lt;/code&gt;, &lt;code&gt;macos/&lt;/code&gt;, &lt;code&gt;web/&lt;/code&gt;, &lt;code&gt;linux/&lt;/code&gt;, &lt;code&gt;windows/&lt;/code&gt;), &lt;code&gt;functions/&lt;/code&gt; Cloud Functions in TypeScript, Firestore rules and indexes, Remote Config template, build and verification scripts, automated test suite.&lt;/li&gt;
  &lt;li&gt;&lt;code&gt;mikodes-wallet-admin-source.zip&lt;/code&gt; — full Flutter Web admin panel source.&lt;/li&gt;
  &lt;li&gt;&lt;code&gt;documentation/&lt;/code&gt; — nine markdown files at the root of the submission:
    &lt;ul&gt;
      &lt;li&gt;&lt;code&gt;00_START_HERE.md&lt;/code&gt;&lt;/li&gt;
      &lt;li&gt;&lt;code&gt;01_README.md&lt;/code&gt;&lt;/li&gt;
      &lt;li&gt;&lt;code&gt;02_SETUP.md&lt;/code&gt;&lt;/li&gt;
      &lt;li&gt;&lt;code&gt;03_ARCHITECTURE.md&lt;/code&gt;&lt;/li&gt;
      &lt;li&gt;&lt;code&gt;04_DEPLOY.md&lt;/code&gt;&lt;/li&gt;
      &lt;li&gt;&lt;code&gt;05_ABOUT.md&lt;/code&gt;&lt;/li&gt;
      &lt;li&gt;&lt;code&gt;06_TROUBLESHOOTING.md&lt;/code&gt;&lt;/li&gt;
      &lt;li&gt;&lt;code&gt;07_THIRD_PARTY_SERVICES.md&lt;/code&gt;&lt;/li&gt;
      &lt;li&gt;&lt;code&gt;08_LICENSE_AND_SUPPORT.md&lt;/code&gt;&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Example configuration files: &lt;code&gt;.env.example&lt;/code&gt;, &lt;code&gt;.firebaserc.example&lt;/code&gt;, &lt;code&gt;google-services.json.example&lt;/code&gt;, &lt;code&gt;GoogleService-Info.plist.example&lt;/code&gt;.&lt;/li&gt;
  &lt;li&gt;No live API keys, no production Firebase identifiers, no signed binaries are bundled.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__minimum-development-environment&quot;&gt;Minimum development environment&lt;/h3&gt;

&lt;p&gt;The codebase has been built and verified against the following minimum versions. Older versions are not supported. The full list with installation steps is in &lt;code&gt;documentation/02_SETUP.md&lt;/code&gt;.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Flutter SDK:&lt;/strong&gt; 3.41.0 stable (recommended 3.41.9). Dart 3.11+ bundled.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Xcode:&lt;/strong&gt; 16.0 minimum for local iOS / macOS builds. Xcode 26.0+ required for App Store submission. iOS deployment target 14.0. CocoaPods 1.15+.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Android Studio:&lt;/strong&gt; 2024.1 (Iguana) minimum, 2024.3 (Koala) recommended. compileSdk 34 minimum (35 recommended), NDK 27.0.12077973, JDK 17 LTS.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Node.js:&lt;/strong&gt; 22.x LTS with npm 10.x. Required by Cloud Functions (declared in &lt;code&gt;functions/package.json&lt;/code&gt; &lt;code&gt;engines&lt;/code&gt;).&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Firebase CLI:&lt;/strong&gt; 13.20 or newer. &lt;strong&gt;FlutterFire CLI:&lt;/strong&gt; 1.0 or newer.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Python:&lt;/strong&gt; 3.10+ (only for the optional icon-generation scripts).&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Git:&lt;/strong&gt; 2.40+.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After installing the above, run &lt;code&gt;flutter doctor -v&lt;/code&gt; and resolve every red or orange item before continuing.&lt;/p&gt;

&lt;h3 id=&quot;item-description__third-party-services-and-external-costs&quot;&gt;Third-party services and external costs&lt;/h3&gt;

&lt;p&gt;This item is a source code package. Some integrations rely on third-party services that are &lt;strong&gt;not included in the item price&lt;/strong&gt; and require their own paid plans, API keys, or usage-based fees set by the provider. The buyer is responsible for registering and funding their own accounts. The full list with pricing notes is in &lt;code&gt;documentation/07_THIRD_PARTY_SERVICES.md&lt;/code&gt;.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Firebase&lt;/strong&gt; (Auth, Firestore, Cloud Functions, FCM, Hosting) — Google billing applies beyond the free Spark tier.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;EVM RPC provider&lt;/strong&gt; (Alchemy, Infura, or equivalent) — paid plans required for production traffic.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Solana RPC provider&lt;/strong&gt; (Helius or equivalent) — paid plans required for production traffic.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Stripe Subscriptions&lt;/strong&gt; — standard Stripe processing fees apply on PRO tier payments (web).&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Apple In-App Purchases / Google Play Billing&lt;/strong&gt; — Apple and Google take their standard subscription revenue share on mobile PRO payments.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;On-ramp providers&lt;/strong&gt; (MoonPay, Transak, Mercuryo, Ramp) — partner agreements and fees set by each provider.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Apple Developer Program&lt;/strong&gt; — 99 USD per year, required for iOS and macOS distribution.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Google Play Console&lt;/strong&gt; — one-time 25 USD, required for Android distribution.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Block explorer APIs&lt;/strong&gt; (Etherscan, BscScan, Polygonscan, Arbiscan, Basescan, Optimism Etherscan) — free tiers with rate limits, paid tiers above.&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;0x Protocol, 1inch, Reown / WalletConnect, CoinGecko, Birdeye, Moralis&lt;/strong&gt; — usage-based pricing set by each provider.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__technology-stack&quot;&gt;Technology stack&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Flutter 3.41.x, Dart 3.11.x.&lt;/li&gt;
  &lt;li&gt;State management: &lt;code&gt;provider&lt;/code&gt;.&lt;/li&gt;
  &lt;li&gt;EVM: &lt;code&gt;web3dart&lt;/code&gt;, &lt;code&gt;viem&lt;/code&gt;-compatible patterns, custom multichain service layer.&lt;/li&gt;
  &lt;li&gt;Solana: &lt;code&gt;solana&lt;/code&gt; Dart package + web3.js style flows.&lt;/li&gt;
  &lt;li&gt;Bitcoin, TRON, SUI: dedicated service layers per chain.&lt;/li&gt;
  &lt;li&gt;WalletConnect: v2 client.&lt;/li&gt;
  &lt;li&gt;Firebase: Auth, Firestore, Cloud Functions (Node.js 22 / TypeScript), Cloud Messaging, Remote Config, Hosting.&lt;/li&gt;
  &lt;li&gt;Payments: Stripe Subscriptions (web), Apple StoreKit + Google Play Billing (mobile).&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__license&quot;&gt;License&lt;/h3&gt;

&lt;p&gt;Sold under the Envato / CodeCanyon Regular License or Extended License. Wallets that monetize end users (swap fees, PRO subscriptions, etc.) require the Extended License. The full license summary is in &lt;code&gt;documentation/08_LICENSE_AND_SUPPORT.md&lt;/code&gt;.&lt;/p&gt;

&lt;h3 id=&quot;item-description__item-support&quot;&gt;Item support&lt;/h3&gt;

&lt;p&gt;Buyers receive &lt;strong&gt;six (6) months of item support&lt;/strong&gt; from MIKODES, in line with Envato&amp;#8217;s standard item support policy. Support is provided in English via Telegram (&lt;a href=&quot;https://t.me/mistrba&quot; rel=&quot;nofollow&quot;&gt;t.me/mistrba&lt;/a&gt;) and email (support at mikodes.com).&lt;/p&gt;

&lt;p&gt;Item support covers:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Setup, build, and deployment questions related to the shipped code.&lt;/li&gt;
  &lt;li&gt;Bug reports and fixes for issues in the shipped code.&lt;/li&gt;
  &lt;li&gt;Compatibility questions for the tool versions listed under &amp;#8220;Minimum development environment&amp;#8221;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Item support does not cover:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Customization or new feature development.&lt;/li&gt;
  &lt;li&gt;Branding services, design work, or App Store / Play Store submission on the buyer&amp;#8217;s behalf.&lt;/li&gt;
  &lt;li&gt;Account-level issues with Apple, Google, Firebase, or any other third-party service provider.&lt;/li&gt;
&lt;/ul&gt;</content>
			<author>
			  <name>Mikodes</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/63558679</id>
			<published>2026-05-29 03:30:17</published>
			<updated>2026-05-29 03:30:17</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/mobile-tasbeeh-counter-with-admob-facebook-ads-android/63558679"/>
			<title>Mobile Tasbeeh Counter with AdMob Facebook Ads Android (Android) </title>
			<content type="html">&lt;p&gt;&lt;a href=&quot;https://drive.google.com/file/d/1DvQr3pTbCweBh2NwtmNl_94a2XJMNYc_/view?usp=sharing&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;https://firebasestorage.googleapis.com/v0/b/my-codecanyon-app.appspot.com/o/demoapk%2Fdemoapk.png?alt=media&amp;#38;token=83a6fd52-eb7d-4bb1-a34b-cbf1a32c4bc9&quot; alt=&quot;Download Demo APK&quot; /&gt;&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Mobile Tasbeeh Counter is a modern and easy to use digital tasbeeh app designed for daily zikr, dhikr, and tasbeeh counting.&lt;/p&gt;


	&lt;p&gt;Whether you are performing dhikr after prayer, daily zikr, or tracking repeated counts, Digital Tasbeeh Counter offers a smooth and reliable experience for all your counting needs.&lt;/p&gt;


	&lt;p&gt;Mobile Tasbeeh Counter is designed to help you stay mindful, organized, and consistent in your daily zikr and tasbeeh routine.&lt;/p&gt;


	&lt;p&gt;It replaces the traditional tasbeeh with a clean, accurate, and customizable digital counter, helping you stay focused and consistent in your spiritual practice.&lt;/p&gt;


	&lt;p&gt;Key Features of Mobile Tasbeeh Counter:&lt;/p&gt;


	&lt;p&gt;Digital Counter: Accurate and responsive digital counter for tasbeeh, zikr, and dhikr.&lt;/p&gt;


	&lt;p&gt;Tap to Count: Simple click to count functionality for effortless and distraction-free use.&lt;/p&gt;


	&lt;p&gt;Customisable Tasbeeh Counter: Personalize counter name, colorful themes, and targets as per your preference.&lt;/p&gt;


	&lt;p&gt;Colourful Themes: Choose from various attractive themes to suit your personal style.&lt;/p&gt;


	&lt;p&gt;Multiple Profiles: Create and manage multiple profiles for different tasbeehs or counting purposes.&lt;/p&gt;


	&lt;p&gt;Auto Save Progress: Your tasbeeh count is saved automatically, allowing you to continue anytime.&lt;/p&gt;


	&lt;p&gt;Lightweight and Fast: Optimized performance with minimal battery and storage usage.&lt;/p&gt;


	&lt;p&gt;Android Version &amp;#38; SDK: Android 16 support with SDK 36.&lt;/p&gt;


	&lt;p&gt;Advertisement Implemented: AdMob &amp;#38; Facebook ads Integrated.&lt;/p&gt;


	&lt;p&gt;Mobile Tasbeeh Counter Is Suitable For:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;Digital tasbeeh and zikr counting&lt;/li&gt;
		&lt;li&gt;Islamic tasbeeh counter replacement&lt;/li&gt;
		&lt;li&gt;Dhikr after salah and daily prayers&lt;/li&gt;
		&lt;li&gt;Habit and repetition tracking&lt;/li&gt;
		&lt;li&gt;Mantra and affirmation counting&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;Why Choose Mobile Tasbeeh Counter:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;Accurate digital zikr counter&lt;/li&gt;
		&lt;li&gt;Fully customizable tasbeeh app&lt;/li&gt;
		&lt;li&gt;Simple and clean user interface&lt;/li&gt;
		&lt;li&gt;Suitable for daily spiritual practice&lt;/li&gt;
		&lt;li&gt;Works with saved progress&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;Technical Specifications:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;Language: JAVA&lt;/li&gt;
		&lt;li&gt;UI: XML with Material Components&lt;/li&gt;
		&lt;li&gt;Minimum SDK: API 24 (Android 7.0)&lt;/li&gt;
		&lt;li&gt;Target SDK: API 36 (Android 16)&lt;/li&gt;
	&lt;/ul&gt;</content>
			<author>
			  <name>MJAppsStudio</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/63566515</id>
			<published>2026-05-29 03:08:03</published>
			<updated>2026-05-29 03:08:03</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/soccer-kick-champion-html5-game-construct-3/63566515"/>
			<title>Soccer Kick Champion | HTML5 Game | Construct 3 (Games) </title>
			<content type="html">&lt;table&gt;
    &lt;tr&gt;
        &lt;td&gt;
            &lt;a href=&quot;https://www.pogames.in/games/codecanyon/soccerkickchampion/&quot; rel=&quot;nofollow&quot;&gt;
                &lt;img src=&quot;https://www.pogames.in/games/image/play.png&quot; alt=&quot;Play Game&quot; /&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;

&lt;h3 id=&quot;item-description__item-description&quot;&gt;
    Description
&lt;/h3&gt;

&lt;p&gt;
    A 3D penalty shootout is used to decide the winner of a football match when the score remains level after full time and extra time.
&lt;/p&gt;

&lt;p&gt;
    Play on the Web, Mobile.&lt;br /&gt;
    Ready for export to Mobile, Web, or Desktop.
&lt;/p&gt;

&lt;p&gt;
    Supports multiple screen sizes.
&lt;/p&gt;

&lt;p&gt;
    &lt;strong&gt;This game is built in Construct 3 Game Engine.&lt;/strong&gt;
&lt;/p&gt;

&lt;h3 id=&quot;item-description__item-features&quot;&gt;
    Features
&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;HTML5 and Mobile version&lt;/li&gt;
    &lt;li&gt;Resolution: 720&amp;#215;1280&lt;/li&gt;
    &lt;li&gt;AdMob Ads supported&lt;/li&gt;
    &lt;li&gt;Playable on all platforms (Web, Mobile, PC, etc.)&lt;/li&gt;
    &lt;li&gt;Includes Construct 3 project file (.c3p)&lt;/li&gt;
    &lt;li&gt;Easy export to Android &amp;#38; iOS&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__item-web&quot;&gt;
    FOR WEB
&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;Web folder ready to use on your website&lt;/li&gt;
    &lt;li&gt;Playable in Chrome, Firefox, Opera, etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__item-mobile&quot;&gt;
    FOR MOBILE
&lt;/h3&gt;

&lt;ul&gt;
    &lt;li&gt;AdMob Ads supported (Banner and Interstitial)&lt;/li&gt;
    &lt;li&gt;Playable on all mobile platforms (Mobile, Tablet, etc.)&lt;/li&gt;
    &lt;li&gt;Easy export to Android &amp;#38; iOS&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__item-more-games&quot;&gt;
    More Games
&lt;/h3&gt;

&lt;table&gt;
    &lt;tr&gt;
        &lt;td&gt;
            &lt;a href=&quot;https://codecanyon.net/item/football-kick-html5-mobile-game-construct-2-3/24324265&quot;&gt;
                &lt;img src=&quot;https://s3.envato.com/files/269099745/icon80x80.png&quot; alt=&quot;Football Kick&quot; /&gt;
            &lt;/a&gt;
        &lt;/td&gt;

        &lt;td&gt;
            &lt;a href=&quot;https://codecanyon.net/item/car-vs-cops-html5-mobile-game-construct-23/24237035&quot;&gt;
                &lt;img src=&quot;https://s3.envato.com/files/268389539/80.png&quot; alt=&quot;Car vs Cops&quot; /&gt;
            &lt;/a&gt;
        &lt;/td&gt;

        &lt;td&gt;
            &lt;a href=&quot;https://codecanyon.net/item/cub-jump-html5-mobile-game-construct-23/23607175&quot;&gt;
                &lt;img src=&quot;https://s3.envato.com/files/263113193/icon.png&quot; alt=&quot;Cub Jump&quot; /&gt;
            &lt;/a&gt;
        &lt;/td&gt;

        &lt;td&gt;
            &lt;a href=&quot;https://codecanyon.net/item/ninja-dragon-html5-mobile-game-construct-3-only/23224267&quot;&gt;
                &lt;img src=&quot;https://s3.envato.com/files/259561123/NinjaIcon.png&quot; alt=&quot;Ninja Dragon&quot; /&gt;
            &lt;/a&gt;
        &lt;/td&gt;

        &lt;td&gt;
            &lt;a href=&quot;https://codecanyon.net/item/escape-plane-html5-mobile-game-construct-3/22934360&quot;&gt;
                &lt;img src=&quot;https://s3.envato.com/files/257016894/80x80.png&quot; alt=&quot;Escape Plane&quot; /&gt;
            &lt;/a&gt;
        &lt;/td&gt;

        &lt;td&gt;
            &lt;a href=&quot;https://codecanyon.net/item/dangerous-rescue-html5-mobile-version-construct-2/22639354&quot;&gt;
                &lt;img src=&quot;https://s3.envato.com/files/254344148/icon2.png&quot; alt=&quot;Dangerous Rescue&quot; /&gt;
            &lt;/a&gt;
        &lt;/td&gt;

        &lt;td&gt;
            &lt;a href=&quot;https://codecanyon.net/item/fiz-color-html5-mobile-version-construct-2/22343159&quot;&gt;
                &lt;img src=&quot;https://s3.envato.com/files/253430264/80x80.png&quot; alt=&quot;Fiz Color&quot; /&gt;
            &lt;/a&gt;
        &lt;/td&gt;

        &lt;td&gt;
            &lt;a href=&quot;https://codecanyon.net/item/falling-ballz-html5-mobile-version-construct-2/22378877&quot;&gt;
                &lt;img src=&quot;https://s3.envato.com/files/251668804/icon80x80.png&quot; alt=&quot;Falling Ballz&quot; /&gt;
            &lt;/a&gt;
        &lt;/td&gt;

        &lt;td&gt;
            &lt;a href=&quot;https://codecanyon.net/item/octum-html5-mobile-version-construct-23/22441817&quot;&gt;
                &lt;img src=&quot;https://s3.envato.com/files/252343123/Octum80x802.png&quot; alt=&quot;Octum&quot; /&gt;
            &lt;/a&gt;
        &lt;/td&gt;
    &lt;/tr&gt;
&lt;/table&gt;</content>
			<author>
			  <name>Pogames</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/63599831</id>
			<published>2026-05-29 02:59:00</published>
			<updated>2026-07-12 14:28:08</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/trackchat-inbox-for-perfex-crm-with-ai-agents/63599831"/>
			<title>TrackChat - Inbox for Perfex CRM with AI Agents (Add-ons) </title>
			<content type="html">&lt;p&gt;&lt;strong&gt;Important: TrackChat is a module that runs inside Perfex CRM — not a standalone application. You need an existing install of &lt;a href=&quot;https://codecanyon.net/item/perfex-powerful-open-source-crm/14013737&quot;&gt;Perfex — Powerful Open Source CRM&lt;/a&gt; to use it.&lt;/strong&gt;&lt;/p&gt;
 

	&lt;p&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=tNZFlzs5bC8&quot; rel=&quot;nofollow&quot;&gt;
  &lt;img src=&quot;https://apis.ticempresarial.com/sales/images/general/settings.png&quot; alt=&quot;TrackChat - Inbox for Perfex CRM with AI Agents - 1&quot; /&gt;
&lt;/a&gt;&lt;/p&gt;


&lt;h2 id=&quot;item-description__stop-losing-leads-hidden-in-whatsapp-messenger-and-instagram&quot;&gt;Stop Losing Leads Hidden in WhatsApp, Messenger and Instagram&lt;/h2&gt;

&lt;p&gt;Every day your sales team replies to WhatsApp messages, Messenger DMs and Instagram conversations from five different apps, none of them connected to your CRM. Deals slip through because there is no history, no attribution and no accountability. TrackChat fixes that.&lt;/p&gt;

&lt;p&gt;TrackChat is an &lt;strong&gt;omnichannel inbox that lives inside Perfex CRM&lt;/strong&gt;. Every inbound message from WhatsApp Business, Facebook Messenger, Instagram Direct, Telegram or your own website chat widget lands in a single unified inbox — with the full conversation thread, the linked Perfex Lead and every CRM action your team took, all in one place.&lt;/p&gt;
 
&lt;img src=&quot;https://apis.ticempresarial.com/sales/images/trackchat/0.png&quot; alt=&quot;TrackChat - Inbox for Perfex CRM with AI Agents - 2&quot; /&gt;
&lt;img src=&quot;https://apis.ticempresarial.com/sales/images/trackchat/1.png&quot; alt=&quot;TrackChat - Inbox for Perfex CRM with AI Agents - 3&quot; /&gt;
&lt;img src=&quot;https://apis.ticempresarial.com/sales/images/trackchat/2.png&quot; alt=&quot;TrackChat - Inbox for Perfex CRM with AI Agents - 4&quot; /&gt;

&lt;p&gt;Click-to-WhatsApp ads automatically spawn a Perfex Lead with &lt;code&gt;lead_source = TrackChat&lt;/code&gt; the moment the first message arrives. Your reports finally show which channel and which campaign closed the most deals.&lt;/p&gt;

 

&lt;h2 id=&quot;item-description__what-s-inside&quot;&gt;What&amp;#8217;s Inside&lt;/h2&gt;

&lt;h3 id=&quot;item-description__five-channels-one-inbox&quot;&gt;Five Channels, One Inbox&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;WhatsApp Cloud API&lt;/strong&gt; — Embedded Signup, multi-number support, template sync for 24-hour window replies, WABA filtering per app&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Facebook Messenger&lt;/strong&gt; — OAuth + Page subscription, automatic webhook registration&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Instagram Direct&lt;/strong&gt; — dedicated Instagram Business Login app, full DM thread sync&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Telegram Bot&lt;/strong&gt; — auto-registered webhooks via &lt;code&gt;@BotFather&lt;/code&gt; token&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Web Chat Widget&lt;/strong&gt; — drop-in &lt;code&gt;&amp;lt;script&amp;gt;&lt;/code&gt; tag for any landing page; HMAC identity binding auto-links the widget to the logged-in Perfex client portal customer&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__ai-agents-your-24-7-first-responder&quot;&gt;AI Agents — Your 24/7 First Responder&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Native support for &lt;strong&gt;OpenAI&lt;/strong&gt;, &lt;strong&gt;Anthropic Claude&lt;/strong&gt; and &lt;strong&gt;Google Gemini&lt;/strong&gt; — bring your own API key, zero middleman fees&lt;/li&gt;
&lt;li&gt;Per-agent configuration: provider, model, system prompt, temperature, max tokens and human-handoff rules&lt;/li&gt;
&lt;li&gt;&lt;code&gt;[TRANSFER]&lt;/code&gt; token triggers graceful AI → human handoff the instant the bot detects it cannot help&lt;/li&gt;
&lt;li&gt;Internal notes are excluded from AI context, so private team notes never leak to the bot&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__perfex-crm-integration&quot;&gt;Perfex CRM Integration&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Auto-create Lead&lt;/strong&gt; from every new conversation — configurable lead source, default owner and initial status&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Quick Actions&lt;/strong&gt; — create Tasks, Events, Leads, Estimates, Proposals, Invoices, Projects, Contracts or Customers directly from any open conversation thread&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Linked CRM Items&lt;/strong&gt; panel — every record tied to a contact visible at a glance inside the conversation&lt;/li&gt;
&lt;li&gt;Dashboard widget showing open / pending / unread conversations and today&amp;#8217;s message count&lt;/li&gt;
&lt;li&gt;Full role-based permissions: view, create, edit, delete&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__inbox-productivity&quot;&gt;Inbox Productivity&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;AJAX-paginated inbox with status tabs (open / pending / resolved / all), color-coded label pills and real-time SLA elapsed timer&lt;/li&gt;
&lt;li&gt;Quick Replies with &lt;code&gt;/shortcut&lt;/code&gt; trigger — reduce repetitive typing instantly&lt;/li&gt;
&lt;li&gt;Internal notes (private, never sent to customers, never included in AI prompts)&lt;/li&gt;
&lt;li&gt;Web Audio API notification beep on inbound messages — no missed conversations&lt;/li&gt;
&lt;li&gt;Email notification on conversation assignment&lt;/li&gt;
&lt;li&gt;Search and &amp;#8220;Mine / Unassigned&amp;#8221; filters&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__reports-amp-analytics&quot;&gt;Reports &amp;#38; Analytics&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;KPI strip: total conversations, resolved, average resolution time, total messages&lt;/li&gt;
&lt;li&gt;Daily activity chart with selectable 7 / 30 / 90 day windows&lt;/li&gt;
&lt;li&gt;Per-channel breakdown table&lt;/li&gt;
&lt;li&gt;Per-agent leaderboard with reply counts and resolution rates&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__3-step-onboarding-wizard&quot;&gt;3-Step Onboarding Wizard&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Step 1&lt;/strong&gt; — Paste Meta App ID &amp;#38; Secret and enable Embedded Signup&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Step 2&lt;/strong&gt; — Meta Dashboard cheatsheet with one-click copy buttons for webhook URLs, verify tokens and every required permission scope&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Step 3&lt;/strong&gt; — Configure auto-lead preferences (source label, default assignee, lead status)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__security-amp-reliability&quot;&gt;Security &amp;#38; Reliability&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;AES-256-CBC encryption for all stored API credentials — Meta App Secret and Instagram App Secret never rendered to HTML&lt;/li&gt;
&lt;li&gt;HMAC-SHA256 signature verification on every Meta webhook delivery&lt;/li&gt;
&lt;li&gt;Bundled Mozilla CA certificate bundle — TLS verification always on, no &lt;code&gt;SSL_VERIFYPEER = false&lt;/code&gt; fallbacks&lt;/li&gt;
&lt;li&gt;File upload validation: extension whitelist + &lt;code&gt;finfo&lt;/code&gt; magic-byte check&lt;/li&gt;
&lt;li&gt;Module-wide anti-autofill defense for Chrome, 1Password and LastPass&lt;/li&gt;
&lt;li&gt;Idempotent installer, versioned migrations and a clean uninstaller&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h2 id=&quot;item-description__requirements&quot;&gt;Requirements&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Perfex CRM &lt;strong&gt;3.0.0&lt;/strong&gt; or higher (tested up to 3.4.1)&lt;/li&gt;
&lt;li&gt;PHP &lt;strong&gt;8.2&lt;/strong&gt; or higher (tested up to 8.3)&lt;/li&gt;
&lt;li&gt;MySQL &lt;strong&gt;5.7+&lt;/strong&gt; or MariaDB &lt;strong&gt;10.3+&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;PHP extensions: &lt;code&gt;curl&lt;/code&gt;, &lt;code&gt;openssl&lt;/code&gt;, &lt;code&gt;mbstring&lt;/code&gt;, &lt;code&gt;json&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;An HTTPS-accessible server (required by Meta webhooks and Telegram)&lt;/li&gt;
&lt;li&gt;For WhatsApp: a Meta WhatsApp Business Account + verified phone number&lt;/li&gt;
&lt;li&gt;For Telegram: a bot token from &lt;code&gt;@BotFather&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;For AI features (optional): an API key from OpenAI, Anthropic or Google&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__live-demo&quot;&gt;Live demo&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;URL:&lt;/strong&gt; &lt;a href=&quot;https://demo-trackchat.codmira.com/admin&quot; rel=&quot;nofollow&quot;&gt;https://demo-trackchat.codmira.com/admin&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt;Email:&lt;/strong&gt; &lt;a href=&quot;mailto:admin@demo.com&quot;&gt;admin@demo.com&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt;Password:&lt;/strong&gt; 14789632&lt;/p&gt;</content>
			<author>
			  <name>alexispijp</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/63521773</id>
			<published>2026-05-29 02:45:14</published>
			<updated>2026-05-29 02:45:14</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/little-robo-escape-construct-game/63521773"/>
			<title>Little Robo Escape | Construct Game (Games) </title>
			<content type="html">&lt;p&gt;Little Robo Escape is an endless running game, run as far as you can and get score, throw stones to defeat enemies, collect items such as coins and boxes, be careful of enemies above that can throw nails at you.&lt;/p&gt;&lt;p&gt;The game was made using the program Construct 2-3, included capx file and c3p file. Use the most stable version of the program. If you want to edit the game, you will need to have a license of the program. But to edit the images, just replace them.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Features:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Documentation;&lt;/li&gt;&lt;li&gt;File included CAPX,C3P and HTML5;&lt;/li&gt;&lt;li&gt;Touch &amp;#38; Mouse;&lt;/li&gt;&lt;li&gt;Sound Fx;&lt;/li&gt;&lt;li&gt;Playable in all platforms (Mobile, PC, etc.);&lt;/li&gt;&lt;li&gt;Easy to Reskin;&lt;/li&gt;&lt;li&gt;Resolution300&amp;#215;500 pixel&lt;/li&gt;&lt;li&gt;Easy to Change Source;&lt;/li&gt;&lt;li&gt;No Programming Knowledge Needed!&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</content>
			<author>
			  <name>Gamecoutz</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/63606022</id>
			<published>2026-05-29 01:46:52</published>
			<updated>2026-05-29 01:46:52</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/razorpay-integration-with-truebooker/63606022"/>
			<title>Razorpay integration with TrueBooker (Add-ons) </title>
			<content type="html">&lt;h2 id=&quot;item-description__razorpay-payment-gateway-addon-for-truebooker&quot;&gt;Razorpay Payment Gateway Addon for TrueBooker&lt;/h2&gt;

&lt;p&gt;Accept secure online payments directly from your booking website using Razorpay.&lt;/p&gt;

&lt;p&gt;The Razorpay Addon for TrueBooker allows customers to pay for appointments instantly using UPI, cards, wallets, net banking, and more.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; Secure Razorpay payment integration&lt;/li&gt;
&lt;li&gt; UPI, Cards, Wallet &amp;#38; Net Banking support&lt;/li&gt;
&lt;li&gt; Smooth and responsive checkout experience&lt;/li&gt;
&lt;li&gt; Easy API credential configuration&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
Built specifically for the TrueBooker Appointment Booking Plugin, this addon provides a seamless payment experience for both customers and administrators.
&lt;/p&gt;

&lt;p&gt;
No coding required. Easy setup and quick integration.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__main-features&quot;&gt;&lt;strong&gt;Main Features&lt;/strong&gt;&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Secure payment processing with Razorpay&lt;/li&gt;
&lt;li&gt;Supports UPI payments&lt;/li&gt;
&lt;li&gt;Credit &amp;#38; debit card payments&lt;/li&gt;
&lt;li&gt;Wallet &amp;#38; net banking support&lt;/li&gt;
&lt;li&gt;Automatic booking confirmation after successful payment&lt;/li&gt;
&lt;li&gt;Real-time payment verification&lt;/li&gt;
&lt;li&gt;Responsive payment form&lt;/li&gt;
&lt;li&gt;Clean integration with TrueBooker&lt;/li&gt;
&lt;li&gt;Lightweight and optimized code&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__requirements&quot;&gt;&lt;strong&gt;Requirements&lt;/strong&gt;&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;TrueBooker &amp;#8211; Appointment Booking Plugin&lt;/li&gt;
&lt;li&gt;Active Razorpay account&lt;/li&gt;
&lt;li&gt;Truebooker currency must be set to INR&lt;/li&gt;
&lt;li&gt;SSL-enabled website recommended&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__perfect-for&quot;&gt;&lt;strong&gt;Perfect For&lt;/strong&gt;&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Salons &amp;#38; Spa Booking&lt;/li&gt;
&lt;li&gt;Clinics &amp;#38; Healthcare&lt;/li&gt;
&lt;li&gt;Coaching &amp;#38; Tutors&lt;/li&gt;
&lt;li&gt;Consultants &amp;#38; Freelancers&lt;/li&gt;
&lt;li&gt;Service Booking Websites&lt;/li&gt;
&lt;li&gt;Appointment-based Businesses&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__easy-payment-experience&quot;&gt;&lt;strong&gt;Easy Payment Experience&lt;/strong&gt;&lt;/h3&gt;

&lt;p&gt;
Customers can securely complete their appointment bookings using Razorpay&amp;#8217;s trusted checkout system directly from your WordPress website.
&lt;/p&gt;

&lt;h3 id=&quot;item-description__customer-support&quot;&gt;&lt;strong&gt;Customer Support&lt;/strong&gt;&lt;/h3&gt;

&lt;p&gt;
If you face any issue, feel free to contact our support team. We are happy to help you.
&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Plugin Support:&lt;/strong&gt;
&lt;a href=&quot;https://support.themetechmount.com/&quot; rel=&quot;nofollow&quot;&gt;Submit A Ticket&lt;/a&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;strong&gt;Email Support:&lt;/strong&gt;
&lt;a href=&quot;mailto:support@themetechmount.com&quot;&gt;support@themetechmount.com&lt;/a&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;a href=&quot;https://truebookerplugin.com/documentation/welcome/&quot; rel=&quot;nofollow&quot;&gt;
Detail Documentation
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;item-description__changelog&quot;&gt;Changelog&lt;/h3&gt;

&lt;pre&gt;
Version 1.0.0 : 27th May 2026
    - Initial release of Razorpay Payment Gateway Addon for TrueBooker
&lt;/pre&gt;</content>
			<author>
			  <name>ThemetechMount</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/63618337</id>
			<published>2026-05-28 20:46:16</published>
			<updated>2026-05-28 20:46:16</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/prestahop-cash-on-delivery-with-feesurcharge-super-cod-payment-module/63618337"/>
			<title>Prestahop Cash On Delivery With Fee/Surcharge - Super COD Payment Module (Prestashop) </title>
			<content type="html">&lt;p&gt;
      Adds Cash on Delivery + Fees Payment method to your payments list.   Setting for Group, Country, Zipcode, Categories, Product.   You can select the type of the fee (percentage or fixed amount). You can select the shipping methods where you want it active 
&lt;/p&gt;
&lt;p&gt;
     &lt;strong&gt;Demo: &lt;/strong&gt;&lt;a href=&quot;https://prestashop-demo.com/COD_Fees/&quot; rel=&quot;nofollow&quot;&gt;https://prestashop-demo.com/COD_Fees/&lt;/a&gt;
&lt;/p&gt;
&lt;h2 id=&quot;item-description__-for-merchant&quot;&gt; For Merchant &lt;/h2&gt;
&lt;p&gt;
                                                                             Fees/ Surcharge of Payment may be needed because cash on delivery (COD) is often very expensive and therefore an additional fee is required.
&lt;/p&gt;
&lt;p&gt;
                                                                             The fee can be either a fixed amount or a percentage of the sub-total value of the cart.
&lt;/p&gt;
&lt;p&gt;
                                                                             It is easily configurable , e.g. you can set the order value above which the fee will not be applied any more&amp;#8230;
&lt;/p&gt;
&lt;h2 id=&quot;item-description__features&quot;&gt;Features&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt; Adds cash on delivery with customizable fees feature to the payment and order totals methods &lt;/li&gt;
    &lt;li&gt; You can choose if the fees type should be a &lt;strong&gt;fixed amount or percentage&lt;/strong&gt; &lt;/li&gt;
    &lt;li&gt;Allow display payment: include/exclude&lt;strong&gt; for Group&lt;/strong&gt;&lt;/li&gt;
    &lt;li&gt;Allow display payment: include/exclude &lt;strong&gt;for Categories, Products&lt;/strong&gt;&lt;/li&gt;
    &lt;li&gt;Allow display payment:  include/exclude&lt;strong&gt; for zipcode, country&lt;/strong&gt;&lt;/li&gt;
    &lt;li&gt;Display &lt;strong&gt;Product available/not available with COD in Product page &lt;/strong&gt;(optional) &amp;#8211; see screenshot&lt;/li&gt;
    &lt;li&gt;Display &lt;strong&gt;Form for check Zipcode/Country&lt;/strong&gt; in frontend (optional) &amp;#8211; see screenshot.&lt;/li&gt;
    &lt;li&gt;Display a &lt;strong&gt;Page for check COD&lt;/strong&gt; Payment available/ not available which showing all group, country, zipcode, products, categories &amp;#8211; see screenshot&lt;/li&gt;
    &lt;li&gt;Show&lt;strong&gt; Fees &lt;/strong&gt;of Cash on Delivery&lt;strong&gt; On Order Detail, Order History, Invoice&lt;/strong&gt;&lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Charge a fees depending on the amount of the order&lt;/strong&gt;. (Min amount Order &amp;#8211; Max amount Order) &lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Allows you to set a minimum and maximum order size to show this payment method&lt;/strong&gt; &lt;/li&gt;
    &lt;li&gt; Allows you to select which carriers/shipping methods will be shown with this Payment. &lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;The fee is displayed separately in the cart and the invoice.&lt;/strong&gt; &lt;/li&gt;
    &lt;li&gt; Display &lt;strong&gt;Confirm Page with Fees+Total&lt;/strong&gt; before customer finished order &lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;The fee is calculated based on the customer&amp;#8217;s currency.&lt;/strong&gt; &lt;/li&gt;
    &lt;li&gt; Work to &lt;strong&gt;multiple currencies&lt;/strong&gt;. Fees is calculated based on the customer&amp;#8217;s currency. &lt;/li&gt;
    &lt;li&gt; &lt;strong&gt;Responsive design&lt;/strong&gt;, Compatible with Mobile, Tablet&amp;#8230; &lt;/li&gt;
    &lt;li&gt; Custom &lt;strong&gt;Payment Name, Logo&lt;/strong&gt; in Backoffice &lt;/li&gt;
    &lt;li&gt; Compatible &lt;strong&gt;multiple language.&lt;/strong&gt; &lt;/li&gt;
    &lt;li&gt; Compatible &lt;strong&gt;multiple stores.&lt;/strong&gt; &lt;/li&gt;
    &lt;li&gt; Compatible with all web browsers. &lt;/li&gt;
    &lt;li&gt; and more &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;item-description__benefit-for-customer&quot;&gt;Benefit for Customer&lt;/h2&gt;
&lt;p&gt;
                                                                             The &lt;strong&gt;&amp;#8220;COD &amp;#8211; Cash On Delivery&amp;#8221;&lt;/strong&gt; payment method allows customers to pay for the order at the time of receiving it.
&lt;/p&gt;
&lt;p&gt;
                                                                             This payment method is the perfect solution for customers who do not trust other online payment methods, such as a credit card or PayPal, and prefer to pay upon receiving their order.
&lt;/p&gt;
&lt;h2 id=&quot;item-description__other-features&quot;&gt;OTHER FEATURES&lt;/h2&gt;
&lt;ul&gt;
    &lt;li&gt; Easy to install, easy to upgrade, just copy to use &lt;/li&gt;
    &lt;li&gt; Friendly and flexible configuration &lt;/li&gt;
    &lt;li&gt; HTML/CSS validation &lt;/li&gt;
    &lt;li&gt; Easy to customize front-end via HTML/CSS &lt;/li&gt;
    &lt;li&gt; Clean code &lt;/li&gt;
    &lt;li&gt; Cache system&amp;#8230; &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;item-description__some-screenshot&quot;&gt;Some Screenshot&lt;/h2&gt;
&lt;p&gt;
                                                                             &amp;#8211; &lt;strong&gt;Display in Payment List in frontend&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
     &lt;img src=&quot;https://buy-addons.com/store/images/cod/01_list_payment.jpg&quot; alt=&quot;Prestahop Cash On Delivery With Fee/Surcharge - Super COD Payment Module - 1&quot; /&gt;
&lt;/p&gt;
&lt;p&gt;
     &lt;strong&gt;  &amp;#8211; Confirm Fees before customer pay&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
     &lt;img src=&quot;https://buy-addons.com/store/images/cod/02_confirm.jpg&quot; alt=&quot;Prestahop Cash On Delivery With Fee/Surcharge - Super COD Payment Module - 2&quot; /&gt;
&lt;/p&gt;
&lt;p&gt;
     &lt;strong&gt;  &amp;#8211; Confirm Page after customer paid&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
     &lt;img src=&quot;https://buy-addons.com/store/images/cod/03_completed.jpg&quot; alt=&quot;Prestahop Cash On Delivery With Fee/Surcharge - Super COD Payment Module - 3&quot; /&gt;
&lt;/p&gt;
&lt;p&gt;
     &lt;strong&gt;  &amp;#8211; Backoffice for setting module&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
     &lt;img src=&quot;https://buy-addons.com/store/images/cod/04_Backoffice.jpg&quot; alt=&quot;Prestahop Cash On Delivery With Fee/Surcharge - Super COD Payment Module - 4&quot; /&gt;
&lt;/p&gt;</content>
			<author>
			  <name>prestips</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/60610494</id>
			<published>2026-05-26 14:30:54</published>
			<updated>2026-05-26 19:21:11</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/influencers-and-promoters-for-woocommerce/60610494"/>
			<title>Influencers and Promoters for WooCommerce (eCommerce) </title>
			<content type="html">&lt;p&gt;&lt;img src=&quot;https://search-products.com/wp-content/uploads/2026/05/influencers-and-promoters-promo-1.png&quot; alt=&quot;Influencers and Promoters for WooCommerce - 1&quot; /&gt;
&lt;img src=&quot;https://search-products.com/wp-content/uploads/2026/05/influencers-and-promoters-promo-alt-1.png&quot; alt=&quot;Influencers and Promoters for WooCommerce - 2&quot; /&gt;&lt;/p&gt;


	&lt;p&gt;=== Influencers and Promoters for WooCommerce ===&lt;/p&gt;


	&lt;p&gt;Let promoters and influencers submit product looks, then review, publish, and display that content in your WooCommerce store.&lt;/p&gt;


 Description 

	&lt;p&gt;Influencers and Promoters is a WooCommerce extension for stores that want to collect and manage promotional product content from trusted users.&lt;/p&gt;


	&lt;p&gt;The plugin adds a Promoter role, a front-end submission workflow, a WooCommerce admin screen for reviewing submitted looks, and display blocks for promoter profiles and promoter looks. Promoters can submit a title, description, product selections, and image gallery. Store managers can review submissions, publish or reject them, and optionally create grouped WooCommerce products from approved looks.&lt;/p&gt;


	&lt;p&gt;Use it to support influencer campaigns, community styling, product bundles, user-generated galleries, and curated product recommendations.&lt;/p&gt;


	&lt;p&gt;= Main Features =&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;Adds a dedicated Promoter user role.&lt;/li&gt;
		&lt;li&gt;Adds a Looks area to the WooCommerce My Account screen.&lt;/li&gt;
		&lt;li&gt;Allows promoters to submit looks with images and selected products.&lt;/li&gt;
		&lt;li&gt;Lets administrators and shop managers review, edit, approve, reject, trash, restore, and delete looks.&lt;/li&gt;
		&lt;li&gt;Can create grouped WooCommerce products when looks are published.&lt;/li&gt;
		&lt;li&gt;Includes product and gallery data for each look.&lt;/li&gt;
		&lt;li&gt;Includes blocks for promoter looks and promoter profiles.&lt;/li&gt;
		&lt;li&gt;Supports optional public promoter profile pages.&lt;/li&gt;
		&lt;li&gt;Includes configurable limits for submitted looks, published looks, products per look, images per look, file size, and image dimensions.&lt;/li&gt;
		&lt;li&gt;Includes optional demo data tools for testing the workflow.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;= Admin Workflow =&lt;/p&gt;


	&lt;p&gt;After activation, manage the plugin from WooCommerce &amp;gt; Influencers and Promoters.&lt;/p&gt;


	&lt;p&gt;From the admin screen you can:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;Review submitted looks.&lt;/li&gt;
		&lt;li&gt;Edit look title, description, gallery, and promoted products.&lt;/li&gt;
		&lt;li&gt;Publish or reject looks.&lt;/li&gt;
		&lt;li&gt;Restore rejected or trashed looks.&lt;/li&gt;
		&lt;li&gt;Create missing grouped products.&lt;/li&gt;
		&lt;li&gt;Manage promoter status.&lt;/li&gt;
		&lt;li&gt;Invite promoters by email.&lt;/li&gt;
		&lt;li&gt;Add the Promoter role to existing users.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;= Promoter Workflow =&lt;/p&gt;


	&lt;p&gt;Promoters can use the Looks section in their WooCommerce My Account area to submit new looks and view their existing submissions.&lt;/p&gt;


	&lt;p&gt;A submitted look can include:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;A title.&lt;/li&gt;
		&lt;li&gt;A description.&lt;/li&gt;
		&lt;li&gt;One or more images.&lt;/li&gt;
		&lt;li&gt;Selected WooCommerce products.&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;Submission limits are controlled from the plugin settings.&lt;/p&gt;


	&lt;p&gt;= Blocks =&lt;/p&gt;


	&lt;p&gt;The plugin registers blocks for displaying promoter content:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;Promoter Profile&lt;/li&gt;
		&lt;li&gt;Promoter Looks&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;These blocks can be used in block templates, pages, and other block-enabled areas where supported by your theme.&lt;/p&gt;


	&lt;p&gt;= Settings =&lt;/p&gt;


	&lt;p&gt;Settings are available under WooCommerce &amp;gt; Settings &amp;gt; Influencers and Promoters.&lt;/p&gt;


	&lt;p&gt;Available settings include:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;Maximum published looks per promoter.&lt;/li&gt;
		&lt;li&gt;Maximum submitted looks per promoter.&lt;/li&gt;
		&lt;li&gt;Maximum selected products per look.&lt;/li&gt;
		&lt;li&gt;Maximum images per look.&lt;/li&gt;
		&lt;li&gt;Maximum upload image file size.&lt;/li&gt;
		&lt;li&gt;Maximum image width.&lt;/li&gt;
		&lt;li&gt;Maximum image height.&lt;/li&gt;
		&lt;li&gt;Create grouped product on look publication.&lt;/li&gt;
		&lt;li&gt;Enable demo mode.&lt;/li&gt;
		&lt;li&gt;Enable promoter profile pages.&lt;/li&gt;
	&lt;/ul&gt;


 Installation 

	&lt;p&gt;1. Upload the `influencers-and-promoters` folder to the `/wp-content/plugins/` directory, or install the plugin from the WordPress admin.
2. Activate WooCommerce.
3. Activate Influencers and Promoters.
4. Go to WooCommerce &amp;gt; Settings &amp;gt; Influencers and Promoters and review the default settings.
5. Add the Promoter role to users from WooCommerce &amp;gt; Influencers and Promoters, or invite promoters by email.
6. Ask promoters to submit looks from the Looks section in My Account.&lt;/p&gt;


 Frequently Asked Questions 

	&lt;p&gt;= Does this plugin require WooCommerce? =&lt;/p&gt;


	&lt;p&gt;Yes. This plugin is built for WooCommerce and requires WooCommerce to be active.&lt;/p&gt;


	&lt;p&gt;= Who can submit looks? =&lt;/p&gt;


	&lt;p&gt;Users with the Promoter role can submit looks from the WooCommerce My Account area.&lt;/p&gt;


	&lt;p&gt;= Can store staff approve content before it is public? =&lt;/p&gt;


	&lt;p&gt;Yes. Submitted looks are reviewed from the WooCommerce admin screen before they are published.&lt;/p&gt;


	&lt;p&gt;= Can a look create a WooCommerce product? =&lt;/p&gt;


	&lt;p&gt;Yes. When enabled, the plugin can create a grouped WooCommerce product from a published look.&lt;/p&gt;


	&lt;p&gt;= Can I limit what promoters submit? =&lt;/p&gt;


	&lt;p&gt;Yes. The settings screen includes limits for submitted looks, published looks, selected products, uploaded images, file size, and image dimensions.&lt;/p&gt;


	&lt;p&gt;= Does the plugin include blocks? =&lt;/p&gt;


	&lt;p&gt;Yes. It includes blocks for promoter profiles and promoter looks.&lt;/p&gt;


	&lt;p&gt;= Can I disable public promoter profile pages? =&lt;/p&gt;


	&lt;p&gt;Yes. Public promoter profile pages can be enabled or disabled from the plugin settings.&lt;/p&gt;</content>
			<author>
			  <name>XforWooCommerce</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/63499555</id>
			<published>2026-05-23 05:09:32</published>
			<updated>2026-05-23 05:09:32</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/under-or-over-7-html5-dice-game/63499555"/>
			<title>Under or Over 7 - HTML5 Dice Game (Games) </title>
			<content type="html">&lt;p&gt;&lt;strong&gt;Contact me before buying to get it for only $12 via crypto payment (&lt;a href=&quot;mailto:khondokarragib@gmail.com&quot;&gt;khondokarragib@gmail.com&lt;/a&gt;)&lt;/strong&gt;&lt;/p&gt;


&lt;p&gt;&lt;strong&gt;HTML5 Casino Game Template | JavaScript Pure Code Project | Mobile-Responsive Casino Script | CSS 3D Dice Mechanics&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Elevate your gaming platform, app portfolio, or web portal with &lt;strong&gt;Royal Under-Over 7&lt;/strong&gt;, a premium, production-ready HTML5 casino game template. Built from the ground up utilizing high-performance vanilla JavaScript, HTML5, and advanced CSS3 3D rendering pipelines, this template provides developers with an optimized, modular, and exceptionally sleek casino mini-game structure requiring absolutely no heavy frameworks or external dependencies.&lt;/p&gt;

 

&lt;h3 id=&quot;item-description__-important-notice-regarding-compliance-amp-usage&quot;&gt;⚠️ Important Notice Regarding Compliance &amp;#38; Usage&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;100% Virtual Entertainment Template:&lt;/strong&gt; This item is a pure client-side code template designed strictly for educational, entertainment, and development purposes.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;NO Real Money Gambling Integration Built-In:&lt;/strong&gt; There are no payment gateways, real-money betting configurations, or real cryptocurrency transactional workflows included in the source code. All mechanics operate entirely using a client-side virtual wallet simulation.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Developer License Notice:&lt;/strong&gt; If you intend to connect this game to an enterprise backend ecosystem or database for commercial wagering operations, you are solely responsible for compliance with your local region&amp;#8217;s digital gambling regulations and legal frameworks.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__-premium-ui-amp-high-fidelity-casino-gameplay-mechanics&quot;&gt; Premium UI &amp;#38; High-Fidelity Casino Gameplay Mechanics&lt;/h3&gt;
&lt;p&gt;The game presents the classic, fast-paced casino dice favorite &amp;#8220;Under-Over 7&amp;#8221;. Players place virtual chip wagers on three precise mathematical outcome groups before trigger-rolling a pair of 3D-rendered dice:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Under 7 (Multiplier: x2.3):&lt;/strong&gt; Wins if the combined face sum of both dice falls between 2 and 6.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Over 7 (Multiplier: x2.3):&lt;/strong&gt; Wins if the combined face sum of both dice falls between 8 and 12.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Lucky Seven (Multiplier: x5.8):&lt;/strong&gt; Wins on the high-volatility event where the combined face sum equals exactly 7.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__-enterprise-grade-code-architecture&quot;&gt; Enterprise-Grade Code Architecture&lt;/h3&gt;
&lt;p&gt;Unlike resource-heavy canvas-based engines (e.g., Phaser or PixiJS) that struggle with initial payload sizes and mobile memory footprints, &lt;strong&gt;Royal Under-Over 7&lt;/strong&gt; utilizes an optimized native DOM rendering architecture. The codebase is broken down into clean, decoupled software layers mirroring professional Game Studio practices:&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;&lt;code&gt;game-state.js&lt;/code&gt; (Centralized State Management):&lt;/strong&gt; Implements a cohesive class manager executing strict state mutations (&lt;code&gt;IDLE&lt;/code&gt;, &lt;code&gt;ROLLING&lt;/code&gt;, &lt;code&gt;RESULT&lt;/code&gt;) and transaction rules. Includes bulletproof validation loops ensuring wagers cannot exceed available funds.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;&lt;code&gt;game-logic.js&lt;/code&gt; (Physics &amp;#38; Math Pipeline):&lt;/strong&gt; Manages mechanical execution, programmatic 3D face generation with uniform grid dot configurations, and explicit layout assignments.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;&lt;code&gt;ui-controller.js&lt;/code&gt; (DOM &amp;#38; Render Management):&lt;/strong&gt; Drives dynamic user interactions, structural modal management (Rules, History, Refills), and fluid, decoupled rendering updates.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;&lt;code&gt;style.css&lt;/code&gt; (3D Perspective Engine):&lt;/strong&gt; Manipulates hardware-accelerated CSS properties (&lt;code&gt;perspective: 1200px&lt;/code&gt; and &lt;code&gt;transform-style: preserve-3d&lt;/code&gt;) to animate stunning 3D rolling dice directly within traditional HTML layouts without overhead webGL pipelines.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__pro-developer-features-included-out-of-the-box&quot;&gt;PRO Developer Features Included Out-of-the-Box&lt;/h3&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Native LocalStorage Persistence:&lt;/strong&gt; Virtual balances and gameplay history records automatically persist across browser sessions seamlessly without requiring a database connection layer.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Multi-Denomination Chip Betting:&lt;/strong&gt; Integrated interactive betting engine supporting classic casino chip configurations (5, 10, 25, 50, and 100 EUR).&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Advanced Visual Chip Stack Engine:&lt;/strong&gt; Drops animated physical representations of selected chips straight onto the table using optimized keyframe mechanics.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Virtual Wallet Refill System:&lt;/strong&gt; Built-in user-facing configurations allowing instant balance resets or custom balance refills via modular, stylish overlays.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Granular Gameplay History Logs:&lt;/strong&gt; Keeps a continuous scroll of previous rounds showcasing selected sectors, dice sums, outcomes, and precise yields.&lt;/li&gt;
&lt;/ul&gt;

 

&lt;h3 id=&quot;item-description__-transparent-clean-source-file-structure&quot;&gt; Transparent Clean Source File Structure&lt;/h3&gt;
&lt;pre&gt;
royal-under-over-7/
├── index.html         # Highly structured HTML5 document with embedded assets &amp;#38; SVG graphics
├── css/
│   └── style.css      # Core CSS featuring variables, 3D matrices, and layout adaptations
└── js/
    ├── game-state.js  # State manager handling memory variables and multipliers
    ├── game-logic.js  # Dice generation, mechanics, and payout evaluation
    └── ui-controller.js # DOM controller bridging state changes to visual UI
&lt;/pre&gt;

&lt;p&gt;&lt;strong&gt;Effortless Customization:&lt;/strong&gt; Want to alter the math variables to tweak your house edge or user payout metrics? Simply swap out values directly inside the configuration variables located at the top of &lt;code&gt;game-state.js&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;
const MULTIPLIERS = { UNDER: 2.3, EQUAL: 5.8, OVER: 2.3 };
const CHIP_VALUES = [5, 10, 25, 50, 100];
const INITIAL_BALANCE = 1000;
&lt;/pre&gt;</content>
			<author>
			  <name>ImpresseDev</name>
			</author>
		  </entry>
	  	    <entry>
			<id>tag:codecanyon:Item/63500792</id>
			<published>2026-05-23 05:07:06</published>
			<updated>2026-05-23 05:07:06</updated>
			<link rel="alternate" type="text/html" href="https://www.mediatags.de/codecanyon/item/puzzlix-drag-drop-html5-puzzle-game/63500792"/>
			<title>Puzzlix | Drag &amp; Drop HTML5 Puzzle Game (Games) </title>
			<content type="html">&lt;p&gt;&lt;a href=&quot;https://www.youtube.com/shorts/HNSPNQRBFnU&quot; rel=&quot;nofollow&quot;&gt;Video Demo&lt;/a&gt;&lt;/p&gt;


&lt;table&gt;
  &lt;tr&gt;
    &lt;td&gt;
      &lt;a href=&quot;https://wa.me/+919624767583?text=Game&quot; rel=&quot;nofollow&quot;&gt;
        &lt;img src=&quot;https://camo.envatousercontent.com/e94b14a79c16b032d714e6ae02e68855664d6b58/68747470733a2f2f692e696d6775722e636f6d2f324a50505439492e676966&quot; alt=&quot;Image 1&quot; /&gt;
      &lt;/a&gt;
    &lt;/td&gt;
    &lt;td&gt;

      &lt;a href=&quot;https://wa.me/+919624767583?text=Game&quot; rel=&quot;nofollow&quot;&gt;
        &lt;img src=&quot;https://camo.envatousercontent.com/8443fe3ca14b1724b56510b27b185bad475fd4b2/68747470733a2f2f692e696d6775722e636f6d2f6953697a64314c2e676966&quot; alt=&quot;Game&quot; /&gt;
      &lt;/a&gt;
    &lt;/td&gt;
    &lt;td&gt;

      &lt;a href=&quot;https://wa.me/+919624767583?text=Game&quot; rel=&quot;nofollow&quot;&gt;
        &lt;img src=&quot;https://camo.envatousercontent.com/a8e359029e77e6ceb90036341892e92301aac65e/68747470733a2f2f692e696d6775722e636f6d2f754755796e6e442e676966&quot; alt=&quot;Image 3&quot; /&gt;
      &lt;/a&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;

	&lt;p&gt;Puzzlix is a modern and addictive HTML5 puzzle game where players drag and place colorful shapes into the grid to complete challenging levels. Designed with smooth animations, responsive gameplay, engaging sound effects, and a vibrant UI, this game delivers a fun brain-training experience for both kids and adults.&lt;/p&gt;


	&lt;p&gt;Built using pure HTML5, CSS, and JavaScript, Puzzlix works seamlessly across desktop, tablet, and mobile devices without any external frameworks.&lt;/p&gt;


	&lt;p&gt;Game Features&lt;/p&gt;


	&lt;p&gt;✅ Beautiful modern UI design&lt;/p&gt;


	&lt;p&gt;✅ Smooth drag &amp;#38; drop gameplay&lt;/p&gt;


	&lt;p&gt;✅ Fully responsive mobile-friendly layout&lt;/p&gt;


	&lt;p&gt;✅ Multiple handcrafted puzzle levels&lt;/p&gt;


	&lt;p&gt;✅ Animated transitions &amp;#38; effects&lt;/p&gt;


	&lt;p&gt;✅ Interactive sound effects using Web Audio API&lt;/p&gt;


	&lt;p&gt;✅ Level unlock system&lt;/p&gt;


	&lt;p&gt;✅ Star rewards &amp;#38; coin system&lt;/p&gt;


	&lt;p&gt;✅ Success animations &amp;#38; confetti effects&lt;/p&gt;


	&lt;p&gt;✅ Lightweight and optimized performance&lt;/p&gt;


	&lt;p&gt;✅ Easy to customize and expand&lt;/p&gt;


	&lt;p&gt;✅ Clean and well-structured source code&lt;/p&gt;


	&lt;p&gt;✅ No external game engine required&lt;/p&gt;


	&lt;p&gt;Technologies Used&lt;/p&gt;


	&lt;p&gt;HTML5&lt;/p&gt;


	&lt;p&gt;CSS3&lt;/p&gt;


	&lt;p&gt;Vanilla JavaScript&lt;/p&gt;


	&lt;p&gt;Puzzlix is fully compatible with all modern browsers and devices, including:&lt;/p&gt;


	&lt;p&gt;Google Chrome&lt;/p&gt;


	&lt;p&gt;Mozilla Firefox&lt;/p&gt;


	&lt;p&gt;Safari&lt;/p&gt;


	&lt;p&gt;Microsoft Edge&lt;/p&gt;


	&lt;p&gt;Opera&lt;/p&gt;


	&lt;p&gt;Mobile Chrome&lt;/p&gt;


	&lt;p&gt;Mobile Safari&lt;/p&gt;</content>
			<author>
			  <name>k29solutions</name>
			</author>
		  </entry>
	  </feed>