Tagged: , ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #541561

    On IE8, if you add an item to your cart, the qty that is hovering over the cart doesnt update – it stays at 0.

    http://screencast.com/t/GPjWoHQ69

    #542152

    Hi richardelectrix!

    That also happens to firefox and not IE only. I am on a Mac on FireFox. Most probably of the quote plugin.
    Can you please try disable all the plugins and make sure that if you press ” Add to Cart ” it is still not
    working properly?

    Thanks a lot

    Regards,
    Basilis

    #542215

    Hi

    On all the browsers I try it on (modern ones) there isn’t a number about the cart icon in the top right.

    I have only seen this on IE8.

    We are just using Woocommerce for the quoting – their standard cart plugin but have renamed all the fields to say cart.

    #543031

    Hey!

    Can you please try adding following code to Quick CSS

    .cart_dropdown .cart_subtotal { display: none !important; }

    Cheers!
    Yigit

    #543090

    Hi

    Do you know why the cart qty doesnt display on modern browsers?

    #544936

    Hey!

    What is the password to the site? I would like to check it but it requires a password.

    Regards,
    Ismael

    #545038

    Hi

    Are you referring to the front end or the back end?

    #545220

    Hi!

    Frontend logins please.

    Cheers!
    Yigit

    #545228

    Hi

    You could sign up for an account.

    Alternatively … see private

    #545241

    Hey!

    I tried to login, but did not work for me. I get:
    “403 Permission Denied!

    If trying to access WordPress Admin please note that it is currently locked down by IP address for security reasons. Please contact support to have your IP address allowed access, this will take just a few minutes.”

    Can you check please?

    Regards,
    Andy

    #545257

    Hi

    Are you trying to log into the admin??

    If so I will need your ip address.

    #546222

    Hi!

    Please edit config-woocommerce > woocommerce-mod.js file, look for the update_cart_dropdown function around line 51 and this line of code:

    cart_counter	= jQuery('.cart_dropdown#menu-item-shop .av-cart-counter'),
    

    .. replace it with:

    cart_counter	= jQuery('.cart_dropdown .av-cart-counter'),
    

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    #546349

    Hi

    What does this code do?

    Thanks

    #547335

    Hey!

    We use the correct selector. Please try it then come back to us after.

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.