-
AuthorPosts
-
November 12, 2018 at 12:53 pm #1032569
Hi,
currently it is not possible with your theme to change the quantity of a product in the cart of a mobile screen.
Is there a reason why this is not possible?
Do you want to change this in future? I would be happy ;-)Thanks,
MattNovember 15, 2018 at 3:22 pm #1033994Hey Matt,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .responsive .shop_table .product-quantity { display: block !important; max-width: 83px; } .responsive .shop_table .product-quantity input[type="button"] { display: none !important; } }
Hope it helps.
Best regards,
NikkoJuly 8, 2019 at 10:06 am #1116602Hi, thank you.
It now shows a field where the customer can manually change the number of products (by typing in the number he wants).
Is it also possible to show a “+” and “-” button to change the number or is this not possible because of the limited space?Thanks
July 8, 2019 at 10:52 am #1116616There is a small layout problem with the border-lines around the field “Anzahl” (quantity).
Please check the attached screenshot. Can you please check this?Thanks for your feedback.
July 8, 2019 at 11:43 am #1116628Is it also possible to show the total amount in the same row, after the customer changed the quantity of products.
Is it planned to change these things into a standard function to make the cart more appropiate for mobile use? I think this is also important for other shops.
Thanks
July 9, 2019 at 5:47 am #1116896Hi flipstar99,
To show + and – button and also the border issue, please replace the code I gave with:
@media only screen and (max-width:767px) { .responsive .shop_table .product-quantity { display: table-cell !important; max-width: 83px; } .responsive .shop_table .product-quantity input[type="button"] { display: block !important; border: 1px solid #e1e1e1 !important; } }
As for the total I think it is too narrow to show it, so it isn’t possible with the current layout.
We will post this as a feature suggestion :)Best regards,
NikkoJuly 10, 2019 at 11:27 am #1117378Hi, thanks, it works.
Do you know, when this new feature (total amount) can be implemented in usual time frames?Thanks!
July 10, 2019 at 1:01 pm #1117433Hi,
Usually new features are added in order of urgency and requests. Unfortunately there is no definitive way of telling exactly when it will be implemented.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.