Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Want to move Enter Pincode field and button below add to cart button

Viewing 3 reply threads
  • Author
    Posts
    • #41166
      ashpan0369
      Support Expired

      He, I want to move Enter Pincode field and button below add to cart button in single product page.

      Attachments:
      You must be logged in to view attached files.
    • #41168
      Harry
      Support Expired

      Hi Asphan,

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

      add_action( 'wp_head', 'remove_my_action' );
      function remove_my_action(){
         remove_action('woocommerce_single_product_summary', 'shiprocket_show_check_pincode', 20);
         add_action('woocommerce_after_add_to_cart_form', 'shiprocket_show_check_pincode', 20);
      }

      Kind regards

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

    • #41202
      ashpan0369
      Support Expired

      Hi,

      1. How to add padding in between add to cart button and pincode.
      2. How to reduce size or set specific size of pincode field or

      Fitted Bodice Jacquard Over-Skirt Dress #1173

       

       

      Attachments:
      You must be logged in to view attached files.
    • #41208
      Harry
      Support Expired

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      form.cart {
      	margin-bottom: 20px;
      }
      #shiprocket_pincode_check {
      	width: 155px;
      }

      Kind regards

      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.