This topic has 11 replies, 3 voices, and was last updated 8 months ago ago by Andrew Mitchell
Hi
Just using one of my other licences to create a new store and have noticed that when installed demo theme, the filters is different.
Please see private as I cannot display the sites that I refer to so please keep this private and do not give away our domain / site info publicly.
Thanks for any help.
Also, can you please clarify how we disable the attributes from being visible here (in the shop page layout) as no need for them here – see image attached.
Thank you 🙂
Hello, @Niddy,
Thank you for contacting us and for using XStore.
Please check the private content area.
Best regards,
The 8Theme Team
Additionally, how do we change the inner text in the flyout cart so it reads basket and not cart?
See image – thanks
Hi
Thank you for the speedy response – I know how to set the active filter and have activated it however the checkbox element is missing – see image attached.
This is why I asked what has changed?
I will look at the attributes now – thanks again 🙂
Hello, @Niddy,
Please check the private content area.
Best regards,
The 8Theme Team
Awesome thank you – all sorted with filters now.
Last query – how to change the cart inner text to “No products in the Basket” – it currently reads “No products in the cart.”.
Will this hook be ok if it is not a setting?
remove_action( 'woocommerce_cart_is_empty', 'wc_empty_cart_message', 10 );
add_action( 'woocommerce_cart_is_empty', 'custom_empty_cart_message', 10 );
function custom_empty_cart_message() {
$html = '<div class="col-12 offset-md-1 col-md-10"><p class="cart-empty">';
$html .= wp_kses_post( apply_filters( 'wc_empty_cart_message', __( 'Insert Empty Cart Message Here', 'woocommerce' ) ) );
echo $html . '
</div>';
}
Thanks again – awesome help. 🙂
Hello, @Niddy,
Please check the private content area.
Best regards,
The 8Theme Team
Hi
Thanks for this – please see private….
all sorted – thaniks for your help 🙂
Dear Niddy,
We hope you’re reveling in the experience our theme brings! Your enthusiasm is what fuels our passion. Would you be so kind as to channel that energy into a 5-star rating on ThemeForest? Your feedback is the spark that lights our way!
Click here to spread the love: https://themeforest.net/downloads
Thank you for being an integral part of our journey!
Best Regards,
The 8Theme Team
The issue related to '‘Sidebar filter doesn’t have the clear all filters option anymore – has something changed?’' has been successfully resolved, and the topic is now closed for further responses