-
AuthorPosts
-
October 17, 2018 at 9:26 am #1022642
Hi
My view cart button on a mobile does not show up. It’s ok on a PC. I have tried to work out the issue but it just does not seem to work for me.
Regards
RichardOctober 18, 2018 at 4:05 pm #1023410Hey Richard,
I have checked on it on my mobile phone, after adding a product by clicking the “Add to cart” and View cart button shows up properly.
Is this already fixed? if not try clearing out the browser cache on your mobile phone.Best regards,
NikkoOctober 19, 2018 at 5:57 am #1023767Hi Nikko
I have cleared the cache but it still does not show any button that can be pressed to go to the cart. Also it is my customer who has complained. If you go to “view details” on the product screen and then add a product to the cart you can then see the button “view cart”. Not sure how this can be fixed.
Regards
RichardOctober 19, 2018 at 4:18 pm #1023996Hi Richard,
Just to make sure we are talking on the same page, I have posted an example of product page where View Cart shows after clicking on Add to Cart button.
Is the View Cart not visible in this page on mobile after clicking on Add to Cart? if it’s in other page, please post the link in private content.Best regards,
NikkoOctober 22, 2018 at 7:22 am #1024705HI Nikko
Thanks for your reply. I have added a few pics on Dropbox (see link) “Firstpage” shows the first page of the website on the mobile. If you click the Menu and choose large filter in the top bar then “Add to cart” of one of the filters it states that the product has been added BUT there is no button to go to the cart. If you click the “Show Details” button instead you go to the “Details page” and scroll down then click “Add to cart” it shows a green screen with “view cart”. I need to see that “View cart” on the first page. Hope that is not too confusing.Regards
RichardOctober 22, 2018 at 3:16 pm #1024902Hi Richard,
I think you’re referring on the icon cart on top which shows the Cart page.
Can you try going to Enfold > Shop Options > Header Shopping Cart Icon set to: Always Display attached to the main menu and Save.
Let us know if this helps.Best regards,
NikkoOctober 22, 2018 at 11:25 pm #1025174Hi Nikko
That does work but it effects the PC monitor as I have the coding below to move and enlarge the View Cart button. It also makes it very small. Also on the mobile it forces the menu bars across to the left over the logo. So anything I do to the view cart button on the menu is going to effect the mobile page. Forcing one is going to effect the other. Ok so I know now what the issue is what I have to do is come up with a work around./* Move Cart Drop Down Box*/ .cart_dropdown { position: relative; left: 1450px!important; top:130px; }
Thank you
Regards RichardOctober 23, 2018 at 7:15 am #1025257Hi Richard,
Glad that you have come up with a work around. :)
Let us know if you need further assistance or if we can close the thread.Best regards,
NikkoOctober 26, 2018 at 6:20 am #1026636Hi Nikko
I have changed the coding so that the shopping cart symbol with the number of products added to the cart shows up on a mobile top right of screen BUT whereas I can click the symbol on the desktop I cannot seem to do the same with my finger on the mobile. Also I need to enlarge the symbol a bit. Can you help?
Regards
RichardOctober 27, 2018 at 5:55 pm #1027125Hi Richard,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #menu-item-shop .cart_dropdown_first span { font-size: 28px; } .responsive #top .cart_dropdown { z-index: 10; } }
Hope it helps.
Best regards,
NikkoOctober 28, 2018 at 7:12 am #1027227Hi Nikko
Worked great thank you.
Regards RichardOctober 29, 2018 at 8:01 am #1027392Hi Richard,
Glad that we could help :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘View Cart button’ is closed to new replies.