Home Forums Basel support forum Check out pay methodes

Check out pay methodes

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #18688

    yvo010
    Participant

    Hi,
    I have a small problem.

    I got installed the plugin “woo commerce pre-orders”
    But I don’t want that people can do a pay later payment in the checkout..
    I disable it through woo commerce settings, but it is still visible ..
    You can see a example on the picture: https://ibb.co/fNEWGv

    Maybe you could help me with a .css snipet to hide it on the check-out page?
    I tried everything but I can’t fix the issue..

    Hope you can help me!
    thanks

    #18689

    yvo010
    Participant

    And another small thing.

    Can I also add size in the filter bar?
    So customers can choose there size and filter the products?

    #18693

    Artem Temos
    Keymaster

    Hi,

    As we can see, this option is selected by default and we don’t suggest you to hide it with CSS. You may contact plugin’s developers for help with this bug.

    Here is a video tutorial that will help you create variable products with variations swatches and AJAX filters https://www.youtube.com/watch?v=gp3SMkKvUvs

    Regards

    #18694

    yvo010
    Participant

    Hi Thanks for the reply.

    I did it like in the tutorial, But it is not visible in the product filter tab.. the sizes.

    #18695

    Artem Temos
    Keymaster

    But as we can see the filters already added https://gyazo.com/3d1a50e7d3caefb2482c50669e639f56

    #18702

    yvo010
    Participant

    Yes, only color filter, But i see No size filter

    #18706

    Artem Temos
    Keymaster

    But you didn’t add the size filter to the widget area. Please, check it in Appearance -> Widgets.

    #18716

    yvo010
    Participant

    Thanks! it worked.

    One more thing..
    When a product Size (variation) is out of stock it is still visible when filtering, is it possible to hide it when filtering? Because it will be frustrating for the customer I think..

    #18738

    Artem Temos
    Keymaster

    Sorry, but there is no such option in WooCommerce plugin and it doesn’t depend on the theme.

    #18777

    yvo010
    Participant

    Hi,
    Can you make a solution? I Can pay for it if you want, you Can tell me?

    #18783

    Artem Temos
    Keymaster

    Hi,

    Sorry, but we don’t have a custom solution for this too. It requires customization of WooCommerce core functions with products database query.

    Kind Regards

    #18839

    yvo010
    Participant

    Thanks for the great support!

    I Maybe found a solution for me But i dont know Where to paste this.. Maybe you know?

    https://gist.github.com/thelonelycats/97ad9afd47bb048ddfbca4952ec91e18

    #18844

    Artem Temos
    Keymaster

    I’m not sure if this code is what you are looking for, but you may add it to the functions.php file in the child theme.

    #18848

    yvo010
    Participant

    I fixed it almost with the following (see private content) php in Functions.php.

    But now i have one small thing, and i realy hope you can help me with it because it is completely fixed for me.

    When i rollover a product this happend:
    https://ibb.co/m8ycRv

    I realy hope you could help me, im so close to my solution…

    #18852

    Artem Temos
    Keymaster

    Sorry, but your question is not quite clear for us. Could you please provide some details and write us where we can see it on your website?

    #18855

    yvo010
    Participant

    I hope you will undestand now:
    https://ibb.co/mUHyYa

    Thanks!

    #18856

    Artem Temos
    Keymaster

    OK, now we understand. Try to change this line

    add_action( 'woocommerce_before_shop_loop_item_title', 'wk_out_of_stock_variations_loop' );

    to this one

    add_action( 'woocommerce_after_shop_loop_item_title', 'wk_out_of_stock_variations_loop' );

    #18857

    yvo010
    Participant

    Thank you SO much!
    you made my day

    Have a nice day!

    #18858

    Artem Temos
    Keymaster

    Great, you are welcome!

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

The topic ‘Check out pay methodes’ is closed to new replies.