-
AuthorPosts
-
November 24, 2015 at 1:21 pm #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.
November 25, 2015 at 7:23 am #542152Hi 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,
BasilisNovember 25, 2015 at 9:22 am #542215Hi
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.
November 26, 2015 at 12:08 pm #543031Hey!
Can you please try adding following code to Quick CSS
.cart_dropdown .cart_subtotal { display: none !important; }
Cheers!
YigitNovember 26, 2015 at 1:12 pm #543090Hi
Do you know why the cart qty doesnt display on modern browsers?
December 1, 2015 at 2:37 am #544936Hey!
What is the password to the site? I would like to check it but it requires a password.
Regards,
IsmaelDecember 1, 2015 at 10:43 am #545038Hi
Are you referring to the front end or the back end?
December 1, 2015 at 2:59 pm #545220December 1, 2015 at 3:02 pm #545228Hi
You could sign up for an account.
Alternatively … see private
December 1, 2015 at 3:11 pm #545241Hey!
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,
AndyDecember 1, 2015 at 3:21 pm #545257Hi
Are you trying to log into the admin??
If so I will need your ip address.
December 3, 2015 at 4:05 am #546222Hi!
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,
IsmaelDecember 3, 2015 at 11:52 am #546349Hi
What does this code do?
Thanks
December 5, 2015 at 5:54 am #547335 -
AuthorPosts
- You must be logged in to reply to this topic.