-
AuthorPosts
-
July 20, 2015 at 7:49 pm #335342
Hello, first time using woocommerce and I’m trying to get a notification for when an item is added to cart like this uses: https://theme.co/x/demo/shop/icon/
How can i achieve this?Also in the cart page on mobile view the added products title doesn’t show, is it possible to make this showing? it shows on other website sizes but not mobile.
Thank you
July 20, 2015 at 7:50 pm #335343This reply has been marked as private.July 21, 2015 at 1:18 am #335478Hi there,
#1 I see you get the same notification, would you clarify more?
#2 Please add the following code in Customize -> Custom -> CSS :
@media (max-width: 767px){ .woocommerce .cart.shop_table .product-name, .woocommerce-page .cart.shop_table .product-name { display: block; } }
Hope it helps.
July 21, 2015 at 2:17 am #335529Okay great that worked!
Well on the icon 1 template when you add an item to cart it shows a circle pop-up that has a cart icon and then changes to a tick.
Currently on my website when viewing in mobile view and you added an item to cart you wouldn’t get any notification unless you manually went to cart page then up the top it says item added etc. Thats why i made it redirect to cart page whenever an item is added otherwise they wouldn’t know until they went to the cart page themselves to check.But when using the icon 1 template in mobile view the pop-up icon shows fine, so is there anyway i can replicate it on my website? Id use the exact same one if possible
thank you
July 21, 2015 at 3:43 am #335611Hi there,
Please update both x and Cornerstone.
You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.If it doesn’t help you can provide us with login credentials in private replay.
Thanks.
July 21, 2015 at 8:00 am #335812This reply has been marked as private.July 21, 2015 at 9:30 am #335891Hi There,
Thanks for your login credentials.
The ajax add-to-cart works on the product archives page only.
Because you’re using the woocommerce shortcodes, so that the ajax add-to-cart is not working.
Regards!
July 21, 2015 at 9:43 am #335903Oh okay, i understand thank you. One more thing sorry, is it possible to make the add to cart button on the product images always showing? Currently it only shows when product is pressed or hovered.
thank you
July 21, 2015 at 11:45 am #336023Hi There,
Please try following CSS:
.woocommerce li.product .entry-header .button, .woocommerce-page li.product .entry-header .button { opacity: 1; }
Let us know how it goes!
July 21, 2015 at 11:49 am #336028Perfect!! Thank you so much for the help
July 21, 2015 at 1:58 pm #336145You’re welcome! 🙂
September 22, 2015 at 3:28 pm #399174Hello,
When I added this code, the paypal logo is very large. This paypal logo is now interferring with placement of “Place Order” button. How to go about and reduce the size?
Thanks!
September 22, 2015 at 9:30 pm #399357Hello There,
Thanks for writing in!
We request you to kindly open a new topic and clarify your problem there along with URL of your website. To do it go to – https://community.theme.co//forums/group/support-center/ and you will find Create New Topic in “Support Center” at the bottom. Let’s explain your issue with a bit clarification.
Thanks.
-
AuthorPosts