one page checkout
This topic has 7 replies, 2 voices, and was last updated 19 hours, 28 minutes ago ago by Tony Rodriguez
one page checkout
Hello, @Art,
Thank you so much for purchasing our theme and contacting our support center.
1/ Kindly edit the checkout page using Elementor, Specifically, please add the “Checkout Page (Default)” widget and update it accordingly.
For your reference, we have provided an image in the private content area to assist you.
2/ We understand that you would like to modify the text or remove it, below the checkout button of the shopping cart, specifically the message that indicates the amount needed to spend to get free shipping.
Please read this article – https://www.8theme.com/documentation/docs/cart-checkout-progress-bar/
We hope this helps, If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
Hello i mean to make only one step check out no 3 steps
Also i forget to tell i deactivate all sales bosted and it shows again in my card
Hello, @Art,
Thank you for your response.
1/ A/ Kindly, navigate to XStore > Theme Options > Woocommerce > Checkout > These options let you change the appearance of the WooCommerce checkout. https://pasteboard.co/vWtcakuKs6Dl.png
1/ B/ 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.
2/ Also i forget to tell i deactivate all sales bosted and it shows again in my card
Kindly provide your site wp-admin access in the private content area so we can take a closer look at your settings and help you.
Thank you for your cooperation.
Kind Regards,
8theme team
i want the checkout page like this i send on photo
Hello, @Art,
Thank you for your response.
To create a checkout page similar to the one shown in the image you provided, you can utilize the “Checkout Page (Separated)” widget. Kindly follow these steps:
1. Edit the checkout page using Elementor.
2. Add the “Checkout Page (Separated)” widget to the page.
3. Configure the settings according to your specific requirements.
For your reference, please review the image provided in the private content area.
We hope this information is helpful. Should you have any further questions or require additional assistance, please do not hesitate to contact us.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up