- This topic has 12 replies, 3 voices, and was last updated 6 years, 4 months ago by
Kim.
-
AuthorPosts
-
November 23, 2019 at 3:18 am #1073544
Kim
Hi there, we are finishing our new site ๐ and faced some issues with Woocommerce.
1. Add to cart panel doesn’t show on every site:
Working Example (External/Affiliate product)
Not working example (Simple product virtual and digital)2. I’ve set the product columns to “2” for mobile, looks good in the customizer. But on my iPhone for example they right column breaks out.
Screenshot
Shop page3. When a product is added to cart on the shop page on mobile the “added to cart” messages seems to conflict with the “add to top” button.
Screenshot
Shop page4. How can I make the add to cart button on the product pages full width? At the moment the text breaks in two lines.
Screenshot
Example5. Images on related products are quite small on mobile.
Screenshot
ExampleSorry, for having so many questions.I hope you can help me with some of them!
November 23, 2019 at 8:37 am #1073968Tom
Lead DeveloperLead DeveloperHi there,
1. Strange, it should definitely work with standard products. Is there anything special/custom about this product? What if you turn off your other plugins?
2. Try adding this:
#wc-column-container .product { overflow: hidden; }3. What kind of solution would you want here? That panel disappears as soon as you start to scroll again, which reveals the back to top button. The only other option is to permanently move the back to top button on mobile.
4. Give this a shot:
@media (max-width: 768px) { .woocommerce div.product form.cart .button { width: 100%; } }5. I’m not seeing this – did you get it sorted?
Thanks for linking to all the examples – hope this helps! ๐
November 24, 2019 at 5:07 am #1074552Kim
Hi Tom,
many thanks for your time and support!
1. It’s definitely not working on all our “Simple products / virtual and digital”. I’ve disabled the audio player plugin used on this product, but the issue remains. Nothing special added further compared to the other products.
2. Working ๐
3. I’ve made a new Screenshot where you can see better what I mean. There is a “circle” upon the added to cart bar (I assume it’s the back to top button)
New Screenshot4. Working ๐
5. Cleared the phones cache again and the issue is gone now
Best regards
MaikeNovember 24, 2019 at 8:43 am #1074962Tom
Lead DeveloperLead DeveloperHi there,
1. Do you have another site you can test this on, possibly? There must be something conflicting on this one site, so we need to figure out what it is exactly.
3. Aha, this looks like a bug in 1.9.0 when using the SVG option – will get it fixed in 1.9.1 this week ๐
November 25, 2019 at 12:20 am #1075595Kim
Hi Tom, ok will test it the next weekend and get back to you then!
Best regards!
December 2, 2019 at 9:11 pm #1090920Kim
Hi Tom,
getting back to the first issue – I’ve deactivated all plugins but the error remains. The “Add to cart panel” doesnโt show on simple products which are marked as virtual and digital.
Best regards!
December 3, 2019 at 3:05 am #1091285David
StaffCustomer SupportHi there,
in the Downloadable product under Inventory do you have the
Sold Individually ‘Enable this to only allow one of this item to be bought in a single order’ – Checked ?
December 3, 2019 at 11:13 am #1092140Kim
Yes, that’s checked!
December 3, 2019 at 1:47 pm #1092310David
StaffCustomer SupportThen it looks like you found a bug ๐ ๐
Can you confirm by unchecking that option on one of the products and see if the panel appears.December 3, 2019 at 7:57 pm #1092542Kim
It’s a bug! When it’s unchecked it works as it should.
December 4, 2019 at 11:07 am #1093564David
StaffCustomer SupportWe’ll take a look at whats causing the problem – hopefully something simple to fix.
December 5, 2019 at 9:47 am #1094855Tom
Lead DeveloperLead DeveloperThanks for reporting this! Will get it fixed in GPP 1.10 ๐
December 5, 2019 at 8:13 pm #1095320Kim
Great! Thank you ๐
-
AuthorPosts
- You must be logged in to reply to this topic.