• Hello,

    I’m having issues with the WooCommerce Product Categories widget.
    I’m trying to make a custom order of the Product categories but every time I change the Order by nothing happens, the widget just orders them alphabetically. I’ve tried to add the Categories with my custom order and I also changed the order under WooCommerce-Products-Categories by drag and dropping them in the order I need.

    I found this line of code under the wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-categories.php
    do I have to change something in this .php file?

    CODE:

    'orderby' => array(
    				'type'  => 'select',
    				'std'   => 'name',
    				'label' => __( 'Order by', 'woocommerce' ),
    				'options' => array(
    					'order' => __( 'Category Order', 'woocommerce' ),
    					'name'  => __( 'Name', 'woocommerce' )
    				)
    			),

    I’ve provided screenshots for this issue:
    The widget on the site: https://ibb.co/eyTepv
    The order under WooCommerce-Products-Categories: https://ibb.co/c2xuNF
    The settings of the widget: https://ibb.co/mBLs9v

    Thank you in advance and best regards!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your widget doesn’t look like the WooCommerce product categories widget. What you have is the Visual Composer product categories widget. Is quite different and will be running on its own code, not on WooCommerce code. www.remarpro.com forum members don’t have access to commercial products. You’ll need to approach the vendor’s techs at wpbakery.com for support with that.

    Thread Starter kmaric69

    (@kmaric69)

    Hello lorro,

    Yes I’m using Visual Composer and the widget for WooCommerce products.
    Thank you for your reply, I will contact the Visual composer support team for this issue.

    Best regards,
    Kristijan Mari?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product categorijes widget custom order’ is closed to new replies.