WooCommerce questions and XStore - by MichaelB

This topic has 3 replies, 2 voices, and was last updated 4 years, 1 months ago ago by MichaelB

  • Avatar: MichaelB
    MichaelB
    Participant
    January 27, 2021 at 02:00

    1) I am using the /demos/2/niche-market/ and I have no ’empty cart contents’ on the sidebar or at the checkout.

    2) How do I remove the “YOU MAY BE INTERESTED IN…” section from the sidebar. Link: https://prnt.sc/xohjkf

    3) Regarding point 2, is there a way to only show “YOU MAY BE INTERESTED IN…” in the checkout and not the sidebar.

    4) How do you enable the buttons in the sidebar to show rather than having to hover over the item to show. I refer to quantity and trash icon etc… Link: https://prnt.sc/xohnvt

    5) There may be a bug when you add Google Pay on WooCommerce. When at the checkout you can pay by Google Pay without filling in the billing information. PayPal rightly so asks for billing information. Link: https://prnt.sc/xohnvt – If I click pay by Google Pay it allows me to do so (without adding billing information) although when you go on XStore theme options you will see I have required fields i.e. address line etc… Please test and raise with your developers.

    6) Is there anything in this theme that lets me edit the checkout page i.e. remove fields and edit text such as “apartment”. Would be nice to remove the additional notes section! I gave a few examples so would appreciate answers to each and then a generic answer on the editing process you have for the WooCommerce checkout page.

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Participant
    January 27, 2021 at 19:57

    Hello,

    1) Sorry, don’t understand your issue. Could you, please, explain in more detail or provide screenshots for better understanding?

    2) Go to Theme Options > Header builder > Cart > disable Linked products https://prnt.sc/xq08mm

    3) Disable option in the cart header builder element. Cart page displays Crossells products automatically.

    4) If you want to show the q-ty and remove item button even without hover then add the below code to Theme Options > Custom CSS

    .product_list_widget .quantity-wrapper {
        position: relative;
        transform: none;
        height: auto;
    }
    .product_list_widget .quantity-wrapper span.quantity {
        display: none;
    }
    .product_list_widget li:not(:hover) .quantity-wrapper,
    .header-wrapper .et-off-canvas .cart-widget-products li:not(:hover) .remove {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    5) Google Pay is not theme feature. Our theme does not have any additional options for the payment gateways, these options https://prnt.sc/xq1bjj are default WooCommerce options, not theme options, you can enable the default theme and check from Appearance > Customizer. Contact Stripe For WooCommerce plugin developers about Google Pay
    option of their plugin.

    6) No, our theme does not have options for this. You may try the Checkout Manager plugin.

    Regards

    Avatar: MichaelB
    MichaelB
    Participant
    January 27, 2021 at 20:44

    What a fantastic response.

    Thank you!

    1) I no longer need this question answering as you fixed with your other answers. FYI: https://prnt.sc/xq08mm enabling view cart button fixed my issue.

    2) All sorted. Thanks!

    3) All sorted. Thanks!

    4) All sorted. Thanks!

    5) Understood.

    6) Thanks for the suggestion. Much appreciated.

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘WooCommerce questions and XStore’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.