WoodMart Nulled v8.1.3

WoodMart is a fantastic choice, especially for e-commerce websites. It’s easy to use, compatible with Elementor and WPBakery, and offers a fast and modern design. You don’t need much technical knowledge, and you can get started quickly with its pre-made templates.

WoodMart Free Download v8.1.2

How to Null WoodMart Theme?

Here is the codes that makes Nulled the WooMart theme. Please check the code that bypassing license and activating demo import features.

That lines should return that values :

license_status = active
is_verification = True
license_key = f23f5-4589yh6ah-d54e61d

<?php
// License validation and enabling demo import functionality

// Hook to initialize license verification
add_action('after_setup_theme', 'check_license_status');

function check_license_status() {
    global $wpdb;

    // Replace 'your_table_name' with the actual table name where license details are stored
    $table_name = $wpdb->prefix . 'your_table_name';

    // Retrieve license details from the database
    $license_details = $wpdb->get_row("SELECT license_status, is_verification, license_key FROM $table_name", ARRAY_A);

    // Verify the license details
    if (!empty($license_details)) {
        $license_status = $license_details['license_status'];
        $is_verification = $license_details['is_verification'];
        $license_key = $license_details['license_key'];

        // Validate license parameters
        if ($license_status === 'active' && $is_verification == 1 && !empty($license_key)) {
            // Enable demo import functionality
            add_action('init', 'enable_demo_import');
        }
    }
}

function enable_demo_import() {
    // Example function to enable demo import functionality
    // You can replace this with your actual demo import logic
    add_action('admin_menu', function() {
        add_menu_page(
            'Demo Import',
            'Demo Import',
            'manage_options',
            'demo-import',
            'demo_import_page',
            '', // You can add an icon URL here
            60
        );
    });
}

function demo_import_page() {
    echo '<div class="wrap">';
    echo '<h1>Demo Import</h1>';
    echo '<p>Demo import functionality is enabled.</p>';
    echo '</div>';
}
?>
Changelog
----------------------------------
05-03-2025 – Update version 8.1.1

ADDED: Date validation for the “Holidays and days off” field in the Estimate Delivery rules.
FIXED: Setup default header in Header Builder issue. (Topic)
FIXED: Product category mobile column with Elementor plugin issue. (Topic)
FIXED: SEO scheme for breadcrumbs issue. (Topic)
FIXED: Buy now button with sticky add to cart issue.
FIXED: The logic of the “Shipping zone and method” field in the Estimate Delivery rules.
FIXED: JS events on the “Holidays and days off” fields in the Estimate Delivery rules.
FIXED: Hidden metadata issue in Gutenberg cart and checkout blocks. (Topic)

27-02-2025 – Update version 8.1

NEW VERSION: Marketplace 2
NEW FEATURE: “Abandoned cart” functionality. (Topic)
NEW FEATURE: Frontend mode for header builder. (Video)
ADDED: Threads link to social profiles list. (Screenshot)
ADDED: Bluesky link to social profiles list. (Screenshot)
ADDED: Show published date options for blog posts. (Video)
ADDED: Clear button functionality to reset input fields in search forms. (Screenshot)
ADDED: Ability to show/hide free gifts table on cart and checkout pages. (Screenshot)
ADDED: Theme styles for WooCommerce Gutenberg Cart and Checkout blocks. (Screenshot)
ADDED: Contact Form 7 element for WPBakery. (Screenshot)
ADDED: “Holidays and days off” options for Estimate Delivery. (Screenshot)
ADDED: “Tooltip content” option for Estimate Delivery. (Screenshot)
ADDED: “Priority” option for Estimate Delivery. (Screenshot)
ADDED: “Duplicate” action for Estimate Delivery posts. (Screenshot)
ADDED: Conditions for WooCommerce Brands. (Screenshot)
ADDED: “Base price” option for free gift rules. (Screenshot)
ADDED: “Only sticky button” option for Off-canvas button element. (Screenshot)
ADDED: Display products with selected attributes in product blocks. (Screenshot)
ADDED: Support for Theme JSON file to improve theme compatibility with plugins.
ADDED: Support for “Payment Plugins for Stripe WooCommerce”.
ADDED: Support for “Payment Plugins for PayPal WooCommerce”.
ADDED: Width option for custom icons in header builder elements. (Screenshot)
ADDED: Show variation images based on filter selection. (Video)
ADDED: Typography and Color options for “Extra menu list” element. (Screenshot)
ADDED: Color options for breadcrumbs element. (Screenshot)
FIXED: Elementor builder editor “Add elements” buttons.
FIXED: “Wordfence” plugin notice with sticky header. (Topic)
FIXED: Attribute name responsive width issue. (Topic)
FIXED: Gutenberg title block with underline style. (Topic)
FIXED: Width of images within Gutenberg “Classic” block. (Topic)
FIXED: Fatal error when WooCommerce is disabled after enabling “Show ‘Out of stock’ products at the end” option. (Topic)
FIXED: Notices in admin panel. (Topic)
FIXED: Display of payment plugin messages on product pages. (Topic)
FIXED: Theme compatibility issues with active third-party Gutenberg plugins. (Topic)
FIXED: Display of “Results from blog” content when no posts are found.
FIXED: Blog post advanced typography. (Topic)
FIXED: Unnecessary unsaved changes notice on menu page. (Topic)
FIXED: Title element shortcode compatibility with Rank Math. (Topic)
FIXED: Element spacing in footer when content is displayed through HTML block widget. (Topic)
FIXED: Border option styles when border width is not selected. (Topic)
FIXED: Carousel elements with Advanced Responsive Elementor options. (Topic)
FIXED: Upsell products display with Gutenberg. (Topic)
FIXED: Compatibility with “WooCommerce Checkout & Funnel Builder by CartFlows”. (Topic)
FIXED: Dynamic discounts compatibility with WPML. (Topic)
FIXED: Paragraph tag handling in page content when using classic editor with WPB shortcodes. (Topic)
FIXED: HTML structure issues. (Topic)
FIXED: WoodMart layout with revisions. (Topic)
FIXED: Show password button styles.
FIXED: Theme settings typography control.
FIXED: Header clone structure. (Topic)
FIXED: Standardized estimated delivery date language for consistency. (Topic)
FIXED: Wishlist item counter synchronization during site login/logout. (Topic)
FIXED: Product brand display on single product pages. (Topic)
FIXED: Sticky posts in blog element. (Topic)
FIXED: Product category masonry layout. (Topic)
FIXED: Free gift compatibility with WPML. (Topic)
FIXED: PHP error on cart page. (Topic)
FIXED: Default shipping method setup with Estimate Delivery. (Topic)
FIXED: Waitlist ‘Product Back in Stock’ email notifications with WP Sheet Editor plugin updates. (Topic)
FIXED: PHP error with WooCommerce mobile app. (Topic)
FIXED: Sidebar button visibility during Shop page AJAX loading. (Topic)
FIXED: Widget banner link functionality. (Topic)
FIXED: Product name display in waitlist table. (Topic)
FIXED: Social sharing button functionality. (Topic)
FIXED: Preset conditional logic. (Topic)
FIXED: PHP error with All in One SEO plugin. (Topic)
FIXED: WooCommerce page title filter on search pages. (Topic)
FIXED: Default variation selection in frequently bought together feature. (Topic)
FIXED: WPBakery background image width on iOS devices with parallax enabled. (Topic)
FIXED: Sidebar display in Elementor editor. (Topic)
FIXED: Compare button label accuracy. (Topic)
FIXED: Germanized additional information display in carousel. (Topic)
FIXED: Quick shop functionality on variation selection. (Topic)
FIXED: Product video gallery compatibility with Google Tag Manager. (Topic)
FIXED: Free shipping progress bar compatibility with WooCommerce shipping zones. (Topic)
FIXED: Accordion element behavior on mobile devices. (Topic)
FIXED: Autoload options for Header builder. (Topic)
FIXED: Sticky add to cart button scrolls to variation swatches on variable product pages. (Topic)
FIXED: Incorrect estimated delivery date display for out-of-stock items with “Enable Fragments Updating” enabled.
REFACTORED: Breadcrumb structure.
REFACTORED: Product categories element styles.
REFACTORED: Notice styles.
REFACTORED: “Hide ‘to’ price” option styles.
REFACTORED: Dokan plugin styles.
REFACTORED: YITH Request a Quote for WooCommerce plugin styles.
UPDATED: Google fonts.
UPDATED: WooCommerce template.
IMPROVED: SKU position on cart page. (Screenshot)
IMPROVED: Elementor “Sticky container” functionality.
IMPROVED: Theme compatibility with Elementor “Optimized Markup” enabled.
IMPROVED: “Frequently Bought Together” products styling on order completion page.
IMPROVED: Renamed “Elementor sections negative margin” option to “Align Elementor content with the site container”.
IMPROVED: Widget preview functionality in WordPress dashboard.
IMPROVED: Waitlist compatibility with “WooCommerce Subscriptions” plugin. (Topic)
IMPROVED: Multiple selection support for “Shipping zone and method” option in “Estimate Delivery” rules. (Screenshot)

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *