Plugin Directory

Changeset 2992103

Timestamp:
11/08/2023 01:59:15 PM (9 months ago)
Author:
aslamdoctor
Message:

Version 4.2.0

  • Make plugin compatible with HPOS ( High-Performance Order Storage )
  • tested with wordpress version 6.4
  • tested with woocommerce version 8.2.1
Location:
rearrange-woocommerce-products/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rearrange-woocommerce-products/trunk/readme.txt

    r2951257 r2992103  
    44Tags: woocommerce, ecommerce, product, reorder, rearrange, sort, sortbycategory, Woo
    55Requires at least: 4.6
    6 Tested up to: 6.3
    7 Stable tag: 4.1.7
     6Tested up to: 6.
     7Stable tag: 4.
    88Requires PHP: 7.4.0
    99License: GPLv3 or later License
    1010URI: http://www.gnu.org/licenses/gpl-3.0.html
    1111
    12 Easily Rearrange Woocommerce Products on Your Shop Page
     12Revamp Your Shop Page with Rearrange WooCommerce Products Plugin
    1313
    1414== Description ==
    1515
    16 Introducing Rearrange Woocommerce Products: The Ultimate Plugin to customize Your Shop Page Sort Order
    17 
    18 Enhance your Woocommerce shopping experience with Rearrange Woocommerce Products, a powerful plugin designed to give you complete control over the sort order of your products. Whether you want to rearrange the default sort order or customize it based on specific categories, this plugin has got you covered.
    19 
    20 With its intuitive "drag & drop" functionality, Rearrange Woocommerce Products makes it incredibly easy to reorder your products. Say goodbye to tedious manual sorting - simply drag and drop your products into the desired positions effortlessly.
    21 
    22 Experience seamless navigation and improved user engagement by optimizing your shop page's sort order. Download Rearrange Woocommerce Products now and revolutionize the way you showcase your products.
    23 
    24 
    25 == Features ==
    26 
    27 * Effortlessly Sort Products with Drag-and-Drop: Experience the convenience of our intuitive drag-and-drop feature, allowing you to effortlessly arrange your Woocommerce products in the desired order.
    28 * Customizable Sorting by Product Category: Take control of your product organization by sorting them based on specific categories. Our plugin provides you with the flexibility to sort products according to your unique requirements.
    29 * Swiftly Sort Multiple Products at Once: Say goodbye to time-consuming manual sorting. With our plugin's advanced functionality, you can easily select multiple products with a single click and swiftly sort them simultaneously, saving you valuable time and effort.
    30 
    31 To use this plugin, please make sure that Woocommerce is installed and Activated.
     16Discover the Ultimate Solution to Customize Your Shop Page Sort Order
     17
     18Enhance your WooCommerce shopping experience with the Rearrange WooCommerce Products plugin. This powerful tool gives you full control over your product sorting, allowing you to tailor the shopping experience to your customers' needs. Whether you need to adjust the default sort order or create custom sorting for specific categories, this plugin has you covered.
     19
     20Our intuitive "drag and drop" functionality makes reordering your products effortless. Say goodbye to manual sorting - rearrange your products with ease.
     21
     22Optimize your shop page's sorting order for a smoother navigation experience and increased user engagement. Download Rearrange WooCommerce Products today to revolutionize your product presentation.
     23
     24
     25== Explore the benefits of Rearrange WooCommerce Products: ==
     26
     27* Customize your shop page sort order effortlessly.
     28* Optimize navigation and enhance user engagement.
     29* Simple "drag and drop" functionality.
     30* Say goodbye to manual sorting.
     31* Improve your product presentation and boost sales.
     32
     33** Before using this plugin, ensure that WooCommerce is properly installed and activated on your website. **
    3234
    3335== Important Notes ==
    3436
    35 1. If you are using any page builder plugin to display Products, this plugin may not work. Advice to consult page builder plugin developers for same.
    36 2. Products rearranging CAN NOT be undone after deactivating or deleting the plugin if you are doing sorting on all products.
    37 3. Products rearranging WILL BE undone after deactivating or deleting the plugin if you are doing sorting on products by categories.
     371. If youe.
     382. .
     393. .
    3840
    3941== Installation ==
     
    8890
    8991== ChangeLog ==
     92
     93
     94
     95
     96
    9097
    9198= Version 4.1.7 =
  • rearrange-woocommerce-products/trunk/rearrange-woocommerce-products.php

    r2951257 r2992103  
    44 * Plugin URI: https://wordpress.org/plugins/rearrange-woocommerce-products/
    55 * Description: a WordPress plugin to Rearrange Woocommerce Products listed on the Shop page
    6  * Version: 4.1.7
     6 * Version: 4.
    77 * Author: Aslam Doctor
    88 * Author URI: https://aslamdoctor.com/
     
    1414 *
    1515 * WC requires at least: 4.3
    16  * WC tested up to: 8.0.1
     16 * WC tested up to: 8..1
    1717 *
    1818 * License: GNU General Public License v3.0
     
    6969
    7070            add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), array( $this, 'add_settings_link_under_plugins_page' ) );
     71
     72
    7173        }
    7274
     
    9294        }
    9395
     96
     97
     98
     99
     100
     101
     102
     103
     104
    94105
    95106        /**
    96107         * Add "Rearrange" link under plugins list
    97108         *
    98          * @param [array] $links Array of links.
     109         * @param [array] $s.
    99110         * @return array
    100111         */
     
    120131
    121132            $pagenow = sanitize_text_field( $_REQUEST['page'] );
    122 
    123             // die($pagenow);
    124133
    125134            if ( 'rwpp-page' !== $pagenow && 'rwpp-sortby-categories-page' !== $pagenow && 'rwpp-troubleshooting-page' !== $pagenow ) {
Note: See TracChangeset for help on using the changeset viewer.