Tagged: x
-
AuthorPosts
-
March 28, 2016 at 12:59 pm #855401
I am opting to have the “Add to cart” action just update the cart without taking the visitor to the cart page. I have done this by changing the default settings in WC from “Redirect to the cart page after successful addition” to “Enable AJAX to cart buttons archives”. However, now when you add somethign to the cart, the page reloads and 1-4 large images show up at the top forcing you to have to scroll way down the page to continue to shop. Why? What is wrong?
Many thanks,
HoustonMarch 28, 2016 at 8:33 pm #855886Hey Houston,
For us to begin investigating, please backup your site and disable all your third party plugins and customizations. Also, please provide us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
March 28, 2016 at 9:11 pm #855935I deactivate all plugins except for woocommerce related plugins and the problem persists.
March 28, 2016 at 9:13 pm #855938Hi there,
Thanks for updating the thread! Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
March 28, 2016 at 9:15 pm #855943This reply has been marked as private.March 28, 2016 at 9:18 pm #855949Previous upload was too big so here is the screen shot.
http://grab.by/P5csMarch 29, 2016 at 5:22 am #856530Hi Houston,
Ajax add to cart only works on archive (main shop and product category) pages. It won’t work when you add a product to cart from a single product page, e.g., http://184.154.245.129/product/andrea-skirt/. This is a default behavior of WooCommerce. As for the large image, you can remove it using following CSS code under Custom > CSS in the Customizer:
.woocommerce-message .button img { width: 16px; display: none; }
Thanks!
March 29, 2016 at 8:54 am #856826I am looking for a way to add something to the cart without having to go to the cart page afterwards. I just want to be able to add an item to the cart and update the cart at the top of the page but stay on the same page. I thought this was ow it was done.
March 29, 2016 at 9:20 am #856879Afetr looking at this again and turning on all the plugins I deactivated, it seems to work just fine. Not sure what you did but thank you. Did you guys go in and change the css?
Many thanks,
HoustonMarch 29, 2016 at 2:04 pm #857324Hi Houston,
No we didn’t add the changes as we can only suggest them for you to try. Glad to hear it’s working now.
-
AuthorPosts