Single product page problems - by python1564

This topic has 36 replies, 5 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp

  • Avatar: jnunoalves
    jnunoalves
    Participant
    February 24, 2015 at 19:38

    Here it is:
    http://imgur.com/9TBvD71

    Tks

    José

    Avatar: python1564
    python1564
    Participant
    February 25, 2015 at 03:16

    I just upgraded to version 2.6.1 and the wishlist bug is still present. I still can’t remove the item from the wishlist in firefox, and the items do not show up in the wishlist in IE.

    Avatar: python1564
    python1564
    Participant
    February 25, 2015 at 03:47

    I just noticed that when I hover over the X to remove the product, in the bottom left corner of the browser that shows me what the link is pointing to it shows javascript:void(0)

    Avatar: toolbox
    toolbox
    Participant
    February 25, 2015 at 03:51

    @Robert Hall

    Did you make changes to the custom css in my website? If so, the double lightbox is still an issue, I don’t think I can see any observable change.

    There are also two “proceed to checkout” buttons in the shopping cart.

    Another issue is that there is a shipping error message that reads, “No shipping methods were found; please recalculate your shipping or continue to checkout and enter your full address to see if there is shipping available to your location.”

    Were any of these fixed with the new template that was released today?

    Thanks so much for all of your help with this.

    Avatar: Eva
    Eva Kemp
    Support staff
    February 25, 2015 at 12:30

    Hello @toolbox,

    You’re using old theme version and the latest version of Woocommerce plugin. There can be an issue. You must update the theme as well.
    Don’t forget to create a back up before update!

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Support staff
    February 25, 2015 at 14:38

    Hello @python1564,

    Please remove the file legenda/woocommerce/wishlist.php and check Wishlist page again.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: python1564
    python1564
    Participant
    February 25, 2015 at 15:49

    Thanks, that worked!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    February 25, 2015 at 16:00

    Hello @python1564,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: python1564
    python1564
    Participant
    February 25, 2015 at 17:42

    Ok, now I have new issues.

    1) When I add an item from the wishlist to the cart it remains in the wishlist even though I have “Remove the product from the wishlist if is been added to the cart” option enabled.

    2) On the Checkout page, on the Checkout Method tab the “Have a coupon?” banner is light blue and doesn’t match the rest of the layout.

    3) On the Checkout page, on the Billing Address tab the State dropdown box is white, and seems to have no formatting. The State dropdown on the Shipping Address tab is fine. This only happens on Firefox.

    4) On the Your Order tab the payment method box is white with grey text.

    Avatar: Eva
    Eva Kemp
    Support staff
    February 25, 2015 at 20:50

    Hello,

    1. We’re investigating this issue and will let you know the result as soon as possible.
    2. Add the following code in custom.css or style.css of your child theme:

    .woocommerce-info {
    background-color: #1E1E1E !important;
    }

    3. Please add this code in custom.css file:

    .select2-container .select2-choice {
      background-color: #1E1E1E;
    }
    .select2-results {
    background-color: #1E1E1E;
    }

    4. Use this code:

    .payment_methods {
     background-color: #151515;
    }
    .payment_methods li {
        border-bottom: 1px solid #151515;
    }
    .payment_methods li:first-child {
        border-top: 1px solid #151515;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: python1564
    python1564
    Participant
    February 26, 2015 at 03:53

    The billing address state dropdown is dark now, but the text is still black. I noticed that the dropdown is different than the one on the shipping address tab. Is there any way to use the same kind of dropdown for the state that is on the shipping address tab?

    Avatar: Eva
    Eva Kemp
    Support staff
    February 26, 2015 at 09:16

    Hello @python1564,

    Please try to add this code:

    .select2-search {
    background-color: #1E1E1E;
    }
    .select2-results {
     color: #6F6F6F;
    }

    Concerning removing items from Wishlist page you need disable “Ajax “Add to Cart”” in Theme Options > Single Product Page. Currently there is only such solution of this problem. Our developers are working on a new update.

    Sorry for inconveniences.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: python1564
    python1564
    Participant
    March 1, 2015 at 20:51

    Ok that all works. Still an issue though.

    1) The billing address state dropdown has a white border.

    2) In the shopping cart the Calculate Shipping text is black.

    Thanks!

    Avatar: Eva
    Eva Kemp
    Support staff
    March 2, 2015 at 12:50

    Hello,

    I’ve added this code in custom.css file:

    .woocommerce-shipping-calculator a {
        color: white;
    }
    .select2-container .select2-choice {
      border: 1px solid #3D3D3D;
    }

    Please check the site now.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: python1564
    python1564
    Participant
    March 2, 2015 at 15:02

    Everything looks perfect now, thank you so much!

    Avatar: Eva
    Eva Kemp
    Support staff
    March 2, 2015 at 16:59

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • 1 2
    Viewing 36 results - 21 through 36 (of 36 total)

You must be logged in to reply to this topic.Log in/Sign up

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