Plugin Directory

Changeset 3318553


Ignore:
Timestamp:
06/27/2025 02:14:35 AM (9 months ago)
Author:
brainywpbd
Message:

ecommerce module added with pricing hide feature

Location:
minifly
Files:
37 added
3 edited

Legend:

Unmodified
Added
Removed
  • minifly/trunk/assets/css/admin-style.css

    r3315587 r3318553  
    2323    display: block !important;
    2424}
     25
     26.sapmfly-page-heading {
     27    margin-top: 30px;
     28}
     29
     30/* WooCommerce related CSS goes here */
     31.sapmfly-woocommerce-not-activated {
     32    background-color: #fff4e5;
     33    border: 1px solid #ffc107;
     34    border-radius: 8px;
     35    padding: 12px 16px;
     36    color: #8a4b00;
     37    font-weight: 500;
     38    margin-bottom: 20px;
     39    display: inline-block;
     40}
  • minifly/trunk/minifly.php

    r3315587 r3318553  
    44 * Plugin URI:        https://brainywp.com/minifly/
    55 * Description:       Minifly is your favorite, lightweight companion for better performance. Supercharge your site with tiny tools that make a big difference.
    6  * Version:           1.0.6
     6 * Version:           1.0.7
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.2
     
    7676    add_submenu_page(
    7777        $sapmfly_parent_slug,
    78         esc_html__('User Setup', 'minifly'),
    79         esc_html__('User Setup', 'minifly'),
     78        esc_html__('Website', 'minifly'),
     79        esc_html__('Website', 'minifly'),
    8080        $sapmfly_capability,
    8181        $sapmfly_parent_slug,
     
    8585    add_submenu_page(
    8686        $sapmfly_parent_slug,
    87         esc_html__('Admin Setup', 'minifly'),
    88         esc_html__('Admin Setup', 'minifly'),
     87        esc_html__('Dashboard', 'minifly'),
     88        esc_html__('Dashboard', 'minifly'),
    8989        $sapmfly_capability,
    90         $sapmfly_parent_slug . '-admin-setup',
     90        $sapmfly_parent_slug . '-admin',
    9191        'sapmfly_admin_setup'
     92    );
     93
     94    add_submenu_page(
     95        $sapmfly_parent_slug,
     96        esc_html__('eCommerce', 'minifly'),
     97        esc_html__('eCommerce', 'minifly'),
     98        $sapmfly_capability,
     99        $sapmfly_parent_slug . '-store',
     100        'sapmfly_ecommerce_setup'
    92101    );
    93102
     
    103112    add_submenu_page(
    104113        $sapmfly_parent_slug,
    105         esc_html__('Advanced Tools', 'minifly'),
    106         esc_html__('Advanced Tools', 'minifly'),
     114        esc_html__('Power Tools', 'minifly'),
     115        esc_html__('Power Tools', 'minifly'),
    107116        $sapmfly_capability,
    108117        $sapmfly_parent_slug . '-more-tools',
     
    156165    'user/features/dark-mood.php',
    157166    'admin/admin-settings.php',
     167    'ecommerce/ecommerce.php',
    158168
    159169    // White label options
  • minifly/trunk/readme.txt

    r3315587 r3318553  
    1 === Minifly - Supercharge your site with tiny tools that make a big difference ===
     1=== Minifly - Site Enhancement,  White label and Custom Dashboard Solution ===
    22Contributors: brainywpbd
    33Tags: custom dashboard, white label, admin tools, WooCommerce option, theme customization, minifly
    44Requires at least: 5.2
    55Tested up to: 6.8
    6 Stable tag: 1.0.6
     6Stable tag: 1.0.7
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    3131* **Hide WordPress help option**
    3232
    33 Other Features at Minifly
     33## Other Features at Minifly
    3434
    3535* **Disable all comments** - You can now disable all the comments in a single click. This helps protecting spam comments. We are working on the filtering spam comments at this moments.
     
    3737
    3838[**Minifly Pro**](https://brainywp.com/minifly/#features) is under development. You can [**subscribe to Minifly pro**](https://brainywp.com/minifly/) to get early notifications and update.
     39
     40## eCommerce store features at Minifly
     41
     42Get WooCommerce essential features to take control over default option. Let your website fly over the Competitor website with the following solution.
     43
     44* **Hide Product Price** - You can hide the product pricing in a single click. This features allows WooCommerce store owner to create a exclusive shopping experience for the customers.
     45
    3946
    4047##If you find the plugin helpful, please consider rating us.##
Note: See TracChangeset for help on using the changeset viewer.