• Resolved sathish88

    (@sathish88)


    Good Morning. First of all, thanks for your wonderful plugin. We are doing a research for analysing the illegal online medicines in the market and we are using Jigoshop as shopping cart tool. As a data protection, we don’t want users to enter the shipping and billing details in the checkout page. Is there a way to eliminate this. We only want to record the order details and then when they click place order in the checkout page, they will be redirected to the thanks page showing them the awareness page and their permission to use the data. Your support will be highly appreciated.

    https://wordpress.org/plugins/jigoshop/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You can use the Checkout Fields Manager extension to remove all the billing and shipping methods in checkout. However, proceeding an order will generate some errors on the Thank you page but the order will be listed in Jigoshop -> Orders in the administrator panel. Asking for user data after making an order is not possible.

    Thread Starter sathish88

    (@sathish88)

    Thank you very much for your reply. I found an alternative way to achieve the solution.

    STEP : 1

    I REMOVED THE FOLLWING CODE FROM FORM.PHP

    <div class="col2-set" id="customer_details">
    		<div class="col-1">
    
    			<?php do_action('jigoshop_checkout_billing'); ?>
    
    		</div>
    		<div class="col-2">
    
    			<?php do_action('jigoshop_checkout_shipping'); ?>
    
    		</div>
    
    </div>

    STEP : 2

    I changed the validity of the fields from True to False in Jigoshop_checkout.class.php in class directory.

    The main disadvantage is I can’t update the Jigoshop plugin but for y project it is not required.

    Thank you for sharing your solution with us, Good to hear the problem is solved!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing shipping and billing details’ is closed to new replies.