This topic has 8 replies, 2 voices, and was last updated 3 hours, 21 minutes ago ago by Tony Rodriguez
Please remove the unnecessary details in checkout page, as it’s a digital product, i only need the name and phone number.
Hello, @uttam pradhan,
Thank you for contacting us and for using XStore.
To remove the unnecessary fields on the checkout page, we kindly request you to review and implement the custom code.
To remove the City & State fields, please add the following code under functions.php file locates in your child theme:
add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );
// Our hooked in function - $fields is passed via the filter!
function custom_override_checkout_fields( $fields ) {
unset( $fields['billing']['billing_city'] );
unset( $fields['billing']['billing_state'] );
return $fields;
}
You can remove more fields from this list:
billing_first_name
billing_last_name
billing_company
billing_address_1
billing_address_2
billing_city
billing_postcode
billing_country
billing_state
billing_email
billing_phone
We trust this will assist you in achieving the desired outcome. Should you have any further questions or require additional support, please do not hesitate to reach out.
Best regards,
The 8Theme Team
Didn’t work sir, please do something from your end, i have shared you the login details.
Hello, @uttam pradhan,
Thank you for providing us with the wp-admin access.
We are pleased to inform you that the issue has been successfully resolved. Kindly review your website after clearing your browser cache to ensure everything is functioning as expected.
For your reference, we have included images in the private content area.
Should you have any further questions or require additional assistance, please do not hesitate to reach out.
Best regards,
The 8Theme Team
Thank You so much sir,!!
I would like to add a ‘Buy Now’ button not ‘add to cart’ button on this page that redirects directly to the checkout page instead of the cart page.
Please help 😣 🙏
Hello, @uttam pradhan,
Thank you for your response.
Upon reviewing your website, we noticed that the page form you provided comes from the Tutor LMS plugin.
If you wish to add a ‘Buy Now’ button there, You need to contact the support of the tutor plugin, you are using, to get further assistance.
We hope this information proves helpful. Should you have any additional questions, please do not hesitate to contact us.
Best regards,
The 8Theme Team
without Tutor LMS plugin, can we do the same features by sxtore theme. ?? How to make a course selling page by xstore which will look very professional.
Hello, @uttam pradhan,
You can create a course-selling page using XStore. For example, you may refer to the following demo:
https://xstore.8theme.com/elementor/demos/online-courses/product/database-sql-for-computer-science-technologies/
Additionally, we have recorded a video for your reference. Kindly take a moment to watch it. The video link has been provided in the private content area.
Should you have any questions or require further assistance, please do not hesitate to reach out.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up