-
AuthorPosts
-
November 10, 2016 at 3:11 pm #1252287
Hi ~ I’ve set up a linked product (cross sell) for this product: http://eww.academyofthehorse.com/product/water-well-hand-pump-4-to-25/
When is added to the cart, this product should theoretically show up: http://eww.academyofthehorse.com/product/water-well-hand-pump-extension-set/
but it doesn’t. I’m thinking I’m missing something simple?? Can you take a look:
November 10, 2016 at 3:12 pm #1252290This reply has been marked as private.November 10, 2016 at 10:27 pm #1252768Hi there,
Thanks for writing in! You need to enable the Cross Sell option under Appearance -> Customize -> WooCommerce -> Cart to display those products when you’re on the cart. I have enabled it for you, so that you will see the product now.
Thanks!
November 11, 2016 at 11:05 am #1253506You are so wonderful. Thank you!
November 11, 2016 at 12:07 pm #1253592You are most welcome. 🙂
November 11, 2016 at 12:13 pm #1253597Ok. That worked, but why isn’t there an add to cart button on these products? I don’t want people to leave the cart – I want them to simply add another product. This seems to be the standard woo-commerce set up, so again, I’m not sure what I did wrong. In the woo commerce documentation it shows it that way: https://docs.woocommerce.com/document/related-products-up-sells-and-cross-sells/ Also, can I have more information about these products than just the picture, name and price?
http://eww.academyofthehorse.com/cart/
This could be because I have some custom CSS: }.woocommerce li.product:hover .entry-header .button, .woocommerce-page li.product:hover .entry-header .button {
display: none;This was designed to keep the hover button showing on this page because I want people to learn more about the products first on this page: http://eww.academyofthehorse.com/product-category/water-well-hand-pumps/ Is it possible to have the short description on this page as well as the title?
Thanks a ton. I haven’t done a cart before so it’s all a bit new.
November 11, 2016 at 6:54 pm #1254005Hello There,
To be able to display the add to cart button in the related or up sells products, please update your code and use this instead:
.woocommerce li.product:hover .entry-header .button, .woocommerce-page li.product:hover .entry-header .button { display: none; } .woocommerce .related li.product:hover .entry-header .button, .woocommerce-page .related li.product:hover .entry-header .button, .woocommerce .up-sells li.product:hover .entry-header .button, .woocommerce-page .up-sells li.product:hover .entry-header .button { display: block; }
Hope this helps. Kindly let us know.
November 11, 2016 at 7:49 pm #1254087Thank you so much but that did not seem to change anything. Ideas?
November 12, 2016 at 12:31 am #1254234Hi there,
Looks like there is a broken element, it shows multiple instances of
<a></a>
within the product element. Would you mind providing your FTP login credentials as well?Thanks!
December 26, 2016 at 10:09 am #1304660Hello,
I am also having trouble with the cross sells showing up in the cart page, even though it is enabled with the customizer. For example, I set up cross sells with three products on this page: https://gthemattressguy.com/product/liquidation-cali-king/
I would like visitors to be able to add the cross sells to have an add to cart button within the cart section.
I will provide login credentials in a private message.
Thanks!
December 26, 2016 at 10:10 am #1304661This reply has been marked as private.December 26, 2016 at 10:12 am #1304663It seems that you have enabled under construction mode. Could you please provide us a way to access your site? so that we can check your site.
Thanks!
December 28, 2016 at 3:12 pm #1307590I disabled under construction so you should be able to access the site now!
Thanks!
December 28, 2016 at 9:16 pm #1308033Hello There,
Thanks for updating in! I have checked your site and it turns out that the related products and upsell product settings in the customizer were disabled. http://prnt.sc/dp5682
So I went ahead and enabled it. It is already showing now. Please check your site.
December 29, 2016 at 2:29 pm #1308977Hello,
Thanks for your response, however, that’s not what I was looking for. I want to enable cross sells in the cart only – not on the product page. Specifically, I would like metal frames and box springs to show up as “add-ons” or “related products” within the cart page. In that same screenshot, you’ll see that cross sells are turned on, but they are still not showing up in the cart.
Thanks in advance!
-
AuthorPosts