-
Posted in : Renovatio
-
We have the following issues with woocommerce functionality
1. “Submit order” button in checkout page is not shown because it is hidden. If we change visibility with css, the order is submitted but the user gets an error on the checkout page that “something critical has happened”.
2. When we cancel the order from the admin, the stock value is not updated for the order’s products.
Hi,
Could you please try to use these custom css codes;.wc-block-cart .wc-block-cart__submit-container { background-color: #000; } .wc-block-components-button:not(.is-link) .wc-block-components-button__text { color: #fff; } .components-button { background: #000 !important; visibility: visible !important; }If there is a problem with the stock update, can you discuss this with woocomerce support?
Thanksnow, the ‘Submit order” isn’t shown on mobile. I have already used the provided code.
Hi,
Could you please share a screenshot for me?
I see that everything look okay on my side.
ThanksI tried to customize the store for the mobile view, but it didn’t work. The “customize section” seems that it doesn’t work at all in shop. I want two columns for product catalogue for mobile view. 24 products per page with two columns & for mobile and 24 products per page with columns for desktop. Could you please help me?
Hi,
I will discuss this issue with our developer and I will keep you updated.
ThanksHi,
The developer will respond in the order of urgent action. I have also conveyed the urgency of this your topic. Theme updates are also ongoing on a daily basis. We will return as soon as possible. Sincerely regardsHi, unfortunately it is not possible to make the shop grid two columns on mobile, it is a single column by default on mobile. You may try a dedicated shop plugin for further customizing such as ShopEngine
https://wordpress.org/plugins/shopengine/
Cheers.
Hello, I have used many themes and it’s the first time that I ‘m facing this problem. Could you please provide me something more helpful? I renewed my subscription for the support only for this reason, I suppose you can provide me a part of code in order to resolve this problem. Thank you very much in advance.
Hi, it may not be ideal but you can try this custom CSS code;
@media screen and (max-width:768px) { .woocommerce-shop .blog-grid-wrap .hentry { width: 50% !important; } .woocommerce-shop .blog-grid-wrap .hentry h2.entry-title { font-size: 13px; } }Cheers.
You must be logged in and have valid license to reply to this topic.