Home › Forums › WoodMart support forum › skip shopping cart
skip shopping cart
- This topic has 5 replies, 2 voices, and was last updated 2 years, 9 months ago by Elise Noromit.
-
AuthorPosts
-
March 17, 2022 at 7:54 pm #361795
giannisthParticipanthello,
1. is there a way to skip shopping cart page and go directly to the checkout?
i have tried to add this line at functions.php but with no success. is there some settings i should apply?
/*redirect to checkout page*/
add_filter(‘add_to_cart_redirect’, ‘ql_skip_cart_page’);
function ql_skip_cart_page () {
global $woocommerce;
$redirect_checkout = $woocommerce->cart->get_checkout_url();
return $redirect_checkout;
}
2. from where do i change the titles here https://i.imgur.com/uIjqKji.png ? e.g instead of “SHOPPING CART” to change it to “my bag” etc?
3. After checkout has been completed and the customer is being redirected to “thank you your order has been recieved”…is there a way to add a button link on this page and some extra text ?
thank youMarch 18, 2022 at 2:13 am #361867
Elise NoromitMemberHello,
You can enable the sidebar shopping cart, it would appear and disappear, and as soon as the visitor clicks the shopping cart, he sees two buttons: shopping cart and checkout, and he can skip the shopping cart.
Please insert the site admin access into the Private content below the message area. I will check the current settings and tell you how to configure them.
Best Regards
March 18, 2022 at 7:13 am #361895
giannisthParticipantHi,i do not wish to use any sidebar. I just wish the user to add product in cart and proceed directly to checkout page.
Do i need to apply any changes to xtemos dashboard,or even disable it if needed. I just need this finctionality.
As i said before,i apply the above code but it does not apply. Is this due to the extemos?March 18, 2022 at 11:40 am #362022
Elise NoromitMemberHello,
By default, Woocommerce does not provide the option. You will need to search for a plugin. We have not tested any with our theme, thus we can hardly recommend any.
If you have any questions please feel free to contact us.
Best Regards
March 18, 2022 at 12:56 pm #362059
giannisthParticipantOk.
What about questions 2 and 3 please?March 19, 2022 at 1:25 am #362201
Elise NoromitMemberHello,
The page title is generated from the real page title. The settings are provided in the Theme Settings > General.
As for the Thank you page, you can add your custom content to the Theme Settings > Shop > Thank you page.
You can create an HTML block and insert your custom page: https://xtemos.com/docs-topic/html-blocks-usage/
If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register