HomePage Forums Themeforest Majextic – Auto Parts Store WooCommerce Theme Majextic Search Compatibility

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10855
    Avatardcraba
    Support Expired

    I need to now how to Edit Majextic Search Compatibility

    #10858

    Please add this custom code to file functions.php( child-theme):

    add_filter('majextic_admin_fields_filter_vehicle', 'majextic_admin_fields_filter_vehicle_custom');
    function majextic_admin_fields_filter_vehicle_custom(){
    return array(
                array(
                    'type'        => 'year',
                    'slug'        => 'produced',
                    "label"       => "Year",
                    'placeholder' => esc_html__('Choose Year', 'majextic'),
                ),
                array(
                    'type'        => 'text',
                    'slug'        => 'make',
                    "label"       => "Make",
                    'placeholder' => esc_html__('Select make', 'majextic'),
                ),
                array(
                    'type'        => 'text',
                    'slug'        => 'model',
                    "label"       => "Model",
                    'placeholder' => esc_html__('Select model', 'majextic'),
                ),
                array(
                    'type'        => 'text',
                    'slug'        => 'part',
                    "label"       => "part",
                    'placeholder' => esc_html__('Select part', 'majextic'),
                ),
            );
    }
    ///You can sort, change the name, remove array field or position of these fields
    #10860
    Avatardcraba
    Support Expired

    I have to add that code to this file and reinstal the theme???
    function.php

    #10861
    Avatardcraba
    Support Expired

    here is the link to the img
    imagen-template

    #10862
    Avatardcraba
    Support Expired

    where do I modify the lists from that search menu??

    #10864
    Avatardcraba
    Support Expired

    i already managed to modify the Majextic Search Compatibility, I need to modify the word “GO” and also I dont know ehere to add the “year” lists.

    nova-pag

    #10871

    Please send the WordPress admin web account for me, I will check and try to help you.

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.