Forum Replies Created
-
AuthorPosts
-
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
Please take a screenshot of this block, I can’t find it on your shop page
I fixed this issue, please recheck.
To turn off the display of error warnings, please see instructions here: https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
Your explanation is very difficult to understand.
Do you mean the order received page will display the Shipping field like this? https://prnt.sc/YqcR1NEfUmssSorry for the late response.
Please send the Admin web account for me, I will check and try to help you.
To quickly solve this problem, please copy these files from main-theme to child-theme, then correct the latest version.
Ex: copy the file milano/woocommerce/archive-product.php to milano-child/woocommerce/archive-product.php, then change version 3.4.0 => 8.6.0
Please send the Admin web account for me, I will check and try to help you.
1. You must use the Woo Variation Swatches plugin, then create attributes and use these attributes in the single product.
Then, go to http://wavestudiocloud.pl/wp-admin/customize.php?return=%2Fwp-admin%2Fadmin.php%3Fpage%3Dleebrosus
-> Woocommerce ->Product Block -> select Show Attribute: https://prnt.sc/b2Po5cfEM7DK2. I fixed this issue, please recheck.
I have just resolved this issue, please recheck your site.
-
AuthorPosts