Please remove the unnecessary details in checkout page

This topic has 8 replies, 2 voices, and was last updated 3 hours, 21 minutes ago ago by Tony Rodriguez

  • Avatar: uttam pradhan
    uttam pradhan
    Participant
    December 29, 2024 at 13:27

    Please remove the unnecessary details in checkout page, as it’s a digital product, i only need the name and phone number.

    Content is visible for topic creator and
    support staff only.
    7 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 30, 2024 at 07:09

    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

    Avatar: uttam pradhan
    uttam pradhan
    Participant
    December 30, 2024 at 10:54

    Didn’t work sir, please do something from your end, i have shared you the login details.

    Content is visible for topic creator and
    support staff only.
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 30, 2024 at 12:08

    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

    Content is visible for topic creator and
    support staff only.
    Avatar: uttam pradhan
    uttam pradhan
    Participant
    December 31, 2024 at 03:27

    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 😣 🙏

    Content is visible for topic creator and
    support staff only.
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 31, 2024 at 05:54

    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

    Avatar: uttam pradhan
    uttam pradhan
    Participant
    December 31, 2024 at 17:36

    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.

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    January 1, 2025 at 06:24

    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

    Content is visible for topic creator and
    support staff only.
  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.