After change domain - by c4dude - on WordPress WooCommerce support

This topic has 42 replies, 3 voices, and was last updated 7 years, 11 months ago ago by Jack Richardson

  • Avatar: c4dude
    c4dude
    Participant
    April 25, 2016 at 09:34

    paypal:
    check out page, when customer choose paypal, next step would go to paypal payment page, i dont want that.
    http://a1.qpic.cn/psb?/V12RB0iT1qVCAb/ulL6Gwc9XUB8*DO4rE*.uTGqzYEJV6khew8u4MUwzF4!/m/dHABAAAAAAAAnull&bo=3wHJAAAAAAAFBzM!&rf=photolist&t=5

    i want paypal payment option work the same as rest. it stays at the site rather than going to paypal payment page

    billing address
    check out page, no billing address shown or to be filled in, only shipping address

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 25, 2016 at 10:51

    Hello,

    Sorry, but paypal feature isn’t related to the theme, but to Woocommerce.
    You can ask their support regarding your query.

    How to remove Billing fields please read here:
    http://www.wpmayor.com/how-to-remove-the-billing-details-from-woocommerce-checkout/

    Best regards,
    Jack Richardson.

    Avatar: c4dude
    c4dude
    Participant
    May 3, 2016 at 09:44

    after i did the code, now my site cant be visited~!!!!!

    Avatar: c4dude
    c4dude
    Participant
    May 3, 2016 at 12:11

    i want to show you what code i filled in, but the link keeps loading, i couldnt..
    you can view what i typed in from the link:
    http://www.wpmayor.com/how-to-remove-the-billing-details-from-woocommerce-checkout/

    I followed the instruction to add that code to function.htp
    then my site is blank

    Avatar: c4dude
    c4dude
    Participant
    May 3, 2016 at 12:44

    i placed this code in your theme’s functions.php file.

    <?php

    add_filter( ‘woocommerce_checkout_fields’ , ‘custom_override_checkout_fields’ );

    function custom_override_checkout_fields( $fields ) {
    unset($fields[‘billing’][‘billing_first_name’]);
    unset($fields[‘billing’][‘billing_last_name’]);
    unset($fields[‘billing’][‘billing_company’]);
    unset($fields[‘billing’][‘billing_address_1’]);
    unset($fields[‘billing’][‘billing_address_2’]);
    unset($fields[‘billing’][‘billing_city’]);
    unset($fields[‘billing’][‘billing_postcode’]);
    unset($fields[‘billing’][‘billing_country’]);
    unset($fields[‘billing’][‘billing_state’]);
    unset($fields[‘billing’][‘billing_phone’]);
    unset($fields[‘order’][‘order_comments’]);
    unset($fields[‘billing’][‘billing_address_2’]);
    unset($fields[‘billing’][‘billing_postcode’]);
    unset($fields[‘billing’][‘billing_company’]);
    unset($fields[‘billing’][‘billing_last_name’]);
    unset($fields[‘billing’][‘billing_email’]);
    unset($fields[‘billing’][‘billing_city’]);
    return $fields;
    }

    Avatar: c4dude
    c4dude
    Participant
    May 3, 2016 at 12:50

    Lana, you might have placed that code inside the braces of already existing code in theme’s functions.php. I did that too and “fucked up my site” anyway, i undo the modification via ftp and added the whole code outside the braces of the already existing code. That did the job.

    below words are from others who had the same issue, but can you teach me how to undo the modification via ftp please?

    Avatar: c4dude
    c4dude
    Participant
    May 3, 2016 at 14:05

    it is working now, did you do anything?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 3, 2016 at 14:40

    Hello,

    We didn’t make any changes.
    Is your problem solved now?

    Best regards,
    Jack Richardson.

    Avatar: c4dude
    c4dude
    Participant
    May 3, 2016 at 14:54

    site is working now, but shipping address doesnt work.
    can you advise pls

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 3, 2016 at 16:19

    Hello,

    I’ve commented the line unset($fields['order']['order_comments']); in functions.php file.
    Please check Shipping Address section now.

    Best regards,
    Jack Richardson.

    Avatar: c4dude
    c4dude
    Participant
    May 4, 2016 at 06:46

    still shipping address is not working,”shipping address’ can be seen, but when click it, shows nothing.

    Avatar: c4dude
    c4dude
    Participant
    May 4, 2016 at 07:21

    besides that, new problem is just found.
    when i log out, it shows a box saying: this site required your username and password, what you build with this site is not private connection? what is that account name and password? i tried my log in account, doesnt work, if i choose cancel, it would shows a page: 401 Authorization Required

    Avatar: c4dude
    c4dude
    Participant
    May 4, 2016 at 07:32

    I just tried to register my site with a new account and found out there is no space to fill in shipping address, and i can fill in billing address still, then when i go to workout page, there is no billing address, no shipping address content. Do you know the default setting at first place? then i would like just do the same as how it was
    thanks

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 4, 2016 at 08:20

    Hello,

    The authorization form was set up by you or your hosting provider. We didn’t create it. Ask your hosting provider support about it.
    Shipping Address section shows Notes form:
    http://storage9.static.itmages.com/i/16/0504/h_1462346276_8354106_cec0368209.jpeg

    Concerning new account registration you have to contact Woocommerce support.

    Best regards,
    Jack Richardson.

    Avatar: c4dude
    c4dude
    Participant
    May 4, 2016 at 10:41

    hosting company only allows my site to be shown on line, they didnt set anything like this.

    like my revolution slider, when there is something wrong, you can fix it, now it is the same , it is workout page (shipping address issue)

    sorry, because you are the only one i can go ask for help, hosting company already told me they cant do it yesterday.

    if you can help or advise, pls~~~~~~~~
    thanks

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 4, 2016 at 11:22

    Hello,

    Please provide FTP credentials.
    Show on a screenshot what you want to achieve with shipping address section.

    Best regards,
    Jack Richardson.

    Avatar: c4dude
    c4dude
    Participant
    May 4, 2016 at 12:24

    ok
    as you sent the screenshot, the shipping address only show title, no shippig address content to be seen, i just need it work normally, people can fill in shipping address, can see their shipping address.

    thanks very much

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 4, 2016 at 13:10

    Hello,

    What is the username to cpanel?

    Best regards,
    Jack Richardson.

    Avatar: c4dude
    c4dude
    Participant
    May 5, 2016 at 02:47

    banana

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    May 5, 2016 at 10:56

    Hello,

    Additional authorization was enabled in your cpanel in “Human Verification” section http://storage9.static.itmages.com/i/16/0505/h_1462441996_2578702_f814abb230.jpeg . I’ve disabled it for your site.
    Your hosting provider support should know more about cpanel features as they provide it to you.

    Also I’ve enabled shipping in Woocommerce > Settings > Shipping.

    Please check the Checkout page now.

    Best regards,
    Jack Richardson.

  • 1 2 3
    Viewing 40 results - 21 through 40 (of 42 total)

The issue related to '‘After change domain’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.