This topic has 2 replies, 2 voices, and was last updated 3 months, 2 weeks ago ago by Luca Rossi
Hi,
There are some issues below to be addressed.
1: Please provide an option in shop page for “CLEAR ALL FILTERS” so whenever someone clicks on it then all the pre-applied filters should remove at once.
2: Need a “SHOP MORE” button when we open the cart. Already 2 buttons are coming but we need one more.
Suggest how to edit My account page fields.
Account Details –
1- Need to add the mobile number
2- User can add the Birthdate
3- User can add the Anniversary Date
4- Password Change section should remove.
5- Male , Female
Hi @Sahil,
1. Please use the Active Product Filters widget: https://prnt.sc/qVHC2v3XIUW4
2. Please add the following codes under functions.php file locates in your child theme:
add_action('woocommerce_widget_shopping_cart_buttons', 'n2t_woocommerce_widget_shopping_cart_buttons');
function n2t_woocommerce_widget_shopping_cart_buttons(){
?>
<a href="https://dipnik.com/shop/" class="button btn-checkout wc-forward">Shop More</a>
<?php
}
Suggest how to edit My account page fields.
Account Details –
1- Need to add the mobile number
2- User can add the Birthdate
3- User can add the Anniversary Date
4- Password Change section should remove.
5- Male , Female
Please create a feature request on our taskboard page: https://www.8theme.com/taskboard/.
Thank you!
You must be logged in to reply to this topic.Log in/Sign up