Home Forums Themes Support Gecko Cart in mobile and upsells/crossells

Viewing 3 reply threads
  • Author
    Posts
    • #27566

      Hello Harry,

      Is there any way in cart page to put recommended products below proceed to checkout buttons so as to speed up checkout procedure?

      Thanks!

    • #27567

      Hi Borbou,

      Please add below code to gecko-child > functions.php

      remove_action( 'woocommerce_cart_collaterals', 'woocommerce_cross_sell_display' );
      add_action( 'woocommerce_after_cart', 'woocommerce_cross_sell_display' );

      Regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #27569

      Harry thanks for quick reply!

      That worked like a charm, is it possible to change it only in mobile though? Coz i liked the cart page on pc 🙂

      Thanks!

    • #27576

      Hi,

      I’m sorry it can’t apply for only mobile.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.