Tagged: Cart, woocommerce
-
AuthorPosts
-
September 30, 2014 at 6:49 pm #327510
I have the Enfold theme running on my site, together with WooCommerce 2.1, and I noticed that, on mobile, there is no way to go to the cart or to the checkout after adding a product. You can check this by opening the site directly:
- Go to http://aelia.co
- Add any product to the cart
- An icon appears on the product, indicating that it has been added to the cart, but then there is no way to view the cart and complete the purchase
Did I forget to configure something?
September 30, 2014 at 7:07 pm #327521By the way, there is no link to the cart on your demo site either, if you visit it using a mobile phone.
October 1, 2014 at 11:55 pm #328564Hi!
As far as I know that is an intentional part of the design since mobile doesn’t have enough room for it.
What you’ve done now is what I would typically suggest. I’ll also tag the topic for Kriesi so he can take a look and see about building in a secondary solution.
Regards,
DevinOctober 2, 2014 at 8:48 am #328733I tested this on our website http://www.neulinger.at. I added a link to the cart in the menu under “Onlineshop” and there i can complete the purchase.
But i think it would be nice if Enfold (on mobile devices) for example automatically inserts the cart under the menu if something is added.October 2, 2014 at 10:57 am #328825@Devin If I may, I would like to provide some constructive criticism.
1. There is space for a cart icon on mobile. See screenshot taken with a very small window size:
.The only issue I see is if someone uses a huge logo, but that could easily be fixed by scaling it down.
2. Enfold clearly supports WooCommerce out of the box, therefore it was designed to do it. Having built-in support for a shopping cart, but leaving out the cart itself (which is, perhaps, the most important thing), on mobile platforms (used by an average of 45% of visitors) seems a choice that should be reviewed.
October 2, 2014 at 10:44 pm #329308I definitely do not disagree :)
The visual in the header wouldn’t work for the vast majority of users however. I think something built into the menu would be a stronger solution even though it would take a second click. Either that or a top level bar that shows up only on mobile.
October 3, 2014 at 1:20 am #329383Not sure if this is what you’re talking about or if it’s related, but on the mobile phone size both portrait and landscape, there is a huge blank space where the woo commerce product page w/ description and “add to cart” should be. I can also see this in action when I reduce my desktop browser width down to mobile phone size.
About 75% of my users are on mobile phones and cannot purchase products. Is there a fix in the mix or a temporary work around? I can’t skip the product page and link directly to check-out since the description has a long list of important venue info.
Running the latest: WP 4.0, Enfold 3.0, Woo Commerce 2.2.4.
Thanks!
- This reply was modified 10 years, 1 month ago by codemode.
October 3, 2014 at 9:11 pm #329895Hey!
That is unrelated to this but you can fix it with:
@media only screen and (max-width: 767px) { .single-product-summary { overflow: visible; } }
Best regards,
DevinOctober 5, 2014 at 12:35 am #330349 -
AuthorPosts
- The topic ‘[Enfold + WooCommerce] No link to the cart or checkout on mobile’ is closed to new replies.