1) We do not have an option for search page templates, so you would have to use some plugin for that, but we cannot recommend any other plugins except the ones we support.
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
Comments
Hi,
1) We do not have an option for search page templates, so you would have to use some plugin for that, but we cannot recommend any other plugins except the ones we support.
https://support.muffingroup.com/documentation/bundled-plugins/#compatibility
2) Same as in point one. We are working on cart and checkout templates but I cannot tell when they will be out as they are still in development.
Best regards
Maybe you have some code snippet to add into child theme?
We need only Name, Surname , mob nr. and email.
I think this code solved problems:
/**
Remove all possible fields
**/
function wc_remove_checkout_fields( $fields ) {
// Billing fields
unset( $fields['billing']['billing_company'] );
unset( $fields['billing']['billing_state'] );
unset( $fields['billing']['billing_address_1'] );
unset( $fields['billing']['billing_address_2'] );
unset( $fields['billing']['billing_city'] );
unset( $fields['billing']['billing_postcode'] );
// Shipping fields
unset( $fields['shipping']['shipping_company'] );
unset( $fields['shipping']['shipping_state'] );
unset( $fields['shipping']['shipping_address_1'] );
unset( $fields['shipping']['shipping_address_2'] );
unset( $fields['shipping']['shipping_city'] );
unset( $fields['shipping']['shipping_postcode'] );
return $fields;
}
add_filter( 'woocommerce_checkout_fields', 'wc_remove_checkout_fields' );
I am happy that you fond the solution.
Can I help you with anything else?
Best regards
I think is done for a while, will wait later for updates. Can we subscribe or check somehow whats new or upcoming in new releases?
We do not have anything like this, but we will consider adding some pages with upcoming features.
Best regards