Forum Replies Created
-
AuthorPosts
-
Hello,
Please send the admin web account for me, I will check and try to help you.
I can’t login to the admin dashboard, please recheck your account: https://prnt.sc/1f7a6ei2PqOC
I still can’t login to the admin dashboard, please recheck: https://prnt.sc/j0NkVrY4iDCz
Ok, let me know if you need to help.
Oh no
You cannot customize this way.
This search form only supports searching by compatibility attributes that we added before.
If you want to customize the search by product brand, product category, product model, you will have to completely customize this search form in both php and js code.
In general, this customization is quite complicated and not the way you are doing itThis reply has been marked as private.I fixed this issue, please recheck your site.
Have you made code customizations to fix this Compatibily search function?
I see you are writing a lot of custom js and php code, please check your code customizations and leave them as default.Ok, let me know if you need to help.
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
I fixed this issue, please recheck.
Please follow the guide here: https://leebrosusthemes.gitbook.io/majextic/woocommerce/vehicle-attributes-config
I can’t login to the admin dashboard, please recheck your account: https://prnt.sc/tiN5oV4fQ3ip
Yes, I have made these customizations in your child-theme.
I can’t find your username, please resend it to me
-
AuthorPosts