Woocommerce issues

  • Posted in : Renovatio
  • conclavio
    Participant

    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.

    serkan
    Moderator

    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?
    Thanks

    conclavio
    Participant

    now, the ‘Submit order” isn’t shown on mobile. I have already used the provided code.

    serkan
    Moderator

    Hi,
    Could you please share a screenshot for me?
    I see that everything look okay on my side.
    Thanks

    WebGal
    Participant

    I 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?

    serkan
    Moderator

    Hi,
    I will discuss this issue with our developer and I will keep you updated.
    Thanks

    WebGal
    Participant

    When do you think we will have an answer?

    serkan
    Moderator

    Hi,
    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 regards

    ahmetsali
    Keymaster

    Hi, 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.

    WebGal
    Participant

    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.

    ahmetsali
    Keymaster

    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.

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register