• Hello!
    Could anyone tell me how could I add delivering address to the checkout? It only shows to registration address while on checkout. Say go to http://www.sneasy.lt/?product=telefono-dekliukas-iphone-55sse after that select the model and press į krepšelį. Then press peržiūrėti krepšelį. As you can see there is only one address – the registration one.
    Also could someone say what do i need to do, to make the product picture smaller? Say double or triple the size it is now
    Of course, the site name is http://www.sneasy.lt
    Thanks in advance,
    Jacob

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi frostbitelt,
    For adding delivering address on checkout page.
    Follow the step :
    1. Login to dashboard
    2. Goto WooCommerce > Settings
    3. Select Shipping Tab
    4. Under Shipping option you can find a heading “Shipping Destination”
    5. Select anyone option from first two option
    6. Click on Save Changes button.

    Now go to checkout page and you can find the delivering address on checkout page.

    For resizing the image add following css in your theme’s style.css file

    .attachment-shop_single.wp-post-image {
        max-width: 50%;
        width: 100%;
    }

    Hope it will works
    Thanks

    Thread Starter frostbitelt

    (@frostbitelt)

    I tried what you said for me to do, but nothing ultimately changed. My style.css currently looks like this https://gist.github.com/anonymous/3330e829f245a9f11d83a412ea26fdb8

    [Moderator Note: Bumps removed per forum rules.]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce checkout product picture size’ is closed to new replies.