CROP AND DOUBLE CALCULATION OF DELIVERY

Home Forums Evora – WordPress Theme CROP AND DOUBLE CALCULATION OF DELIVERY

This topic contains 9 replies, has 2 voices, and was last updated by  ab-themes 8 years ago.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #15412

    repirespeixoto
    Participant

    Can you help me to fix this problem with the delivery calculation (Picture attached)! Thanks

    #15437

    ab-themes
    Keymaster

    Hi,

    please give us your WordPress and FTP credentials so we can inspect what is going on and fix this problem.

    Kind regards

    #15478

    repirespeixoto
    Participant

    Ok, thank you! After you fixed can you tell me what was it?

    #15513

    ab-themes
    Keymaster

    Hi,

    we set the right side on the span3.

    in your woocommerce.css file on line 460 you have this code:

    .woocommerce .shipping_calculator, .woocommerce-page .shipping_calculator {
        width: 48%;
        float: right;
    }

    Remove width: 48%; and the form should look fine.

    Below that code paste this code:

    .shipping_calculator h2 {
        font-size: 18px !Important;
    }

    Now the title of calculator would be in one row and it look nice.

    Cheers

    #15652

    repirespeixoto
    Participant

    Sorry but I did what you told me but looks like nothing happened.. can you help me? Thanks

    #15769

    ab-themes
    Keymaster

    Hi,

    sorry for keep you waiting,

    we found out what caused the trouble.

    Your layout is looking like this:

    <table>
      <tr>
        <th>Firstname</th>
        <td>Eve</td>
      </tr>
    </table>

    and it should be looking like this:

    <table>
      <tr>
        <th>Firstname</th>
      </tr>
      <tr>
        <td>Eve</td>
      </tr>
    </table>

    every th or td should be wrapped inside tr.

    #15893

    repirespeixoto
    Participant

    Where i found this? You fixed? Because still looking the same.. =( and now the login area for visit despair!

    #15955

    ab-themes
    Keymaster

    Hi there,

    sorry for keep you waiting.

    The problem is in your cart-totals.php file.

    (you can find it here \wp-content\themes\evora\woocommerce\cart\cart-totals.php).

    As we see, in that file you made some customization or the problem is caused from some plugin that you install.

    So, unfortunately, from our side this required more customizations, but we do not support customization.

    If you want we can send you original cart-totals.php file in attachment.

    Kind regards

    #16065

    repirespeixoto
    Participant

    ok, can you send me the original cart-totals.php file?! And what about the login area on the header? It’s not avaiable anymore, after the changes it desapair.. thank you again

    #16075

    ab-themes
    Keymaster

    Hi,

    yes, we just activated your WooCommerce plugin and now you can see login area :)

    We sending you original cart-totals.php file in the attachment.

    Cheers

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘CROP AND DOUBLE CALCULATION OF DELIVERY’ is closed to new replies.