Home › Forums › Basel support forum › Check out pay methodes
Check out pay methodes
- This topic has 18 replies, 2 voices, and was last updated 7 years, 4 months ago by Artem Temos.
-
AuthorPosts
-
September 2, 2017 at 9:59 am #18688
yvo010ParticipantHi,
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/fNEWGvMaybe 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!
thanksSeptember 2, 2017 at 10:28 am #18689
yvo010ParticipantAnd another small thing.
Can I also add size in the filter bar?
So customers can choose there size and filter the products?September 2, 2017 at 11:56 am #18693
Artem TemosKeymasterHi,
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
September 2, 2017 at 12:13 pm #18694
yvo010ParticipantHi Thanks for the reply.
I did it like in the tutorial, But it is not visible in the product filter tab.. the sizes.
September 2, 2017 at 12:14 pm #18695
Artem TemosKeymasterBut as we can see the filters already added https://gyazo.com/3d1a50e7d3caefb2482c50669e639f56
September 2, 2017 at 4:36 pm #18702
yvo010ParticipantYes, only color filter, But i see No size filter
September 2, 2017 at 5:26 pm #18706
Artem TemosKeymasterBut you didn’t add the size filter to the widget area. Please, check it in Appearance -> Widgets.
September 2, 2017 at 7:44 pm #18716
yvo010ParticipantThanks! 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..September 3, 2017 at 8:00 am #18738
Artem TemosKeymasterSorry, but there is no such option in WooCommerce plugin and it doesn’t depend on the theme.
September 4, 2017 at 2:06 pm #18777
yvo010ParticipantHi,
Can you make a solution? I Can pay for it if you want, you Can tell me?September 4, 2017 at 2:19 pm #18783
Artem TemosKeymasterHi,
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
September 5, 2017 at 6:11 am #18839
yvo010ParticipantThanks 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
September 5, 2017 at 6:29 am #18844
Artem TemosKeymasterI’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.September 5, 2017 at 7:36 am #18848
yvo010ParticipantI 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/m8ycRvI realy hope you could help me, im so close to my solution…
September 5, 2017 at 8:53 am #18852
Artem TemosKeymasterSorry, 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?
September 5, 2017 at 9:20 am #18855
yvo010ParticipantI hope you will undestand now:
https://ibb.co/mUHyYaThanks!
September 5, 2017 at 9:23 am #18856
Artem TemosKeymasterOK, 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' );
September 5, 2017 at 9:27 am #18857
yvo010ParticipantThank you SO much!
you made my dayHave a nice day!
September 5, 2017 at 9:59 am #18858
Artem TemosKeymasterGreat, you are welcome!
-
AuthorPosts
The topic ‘Check out pay methodes’ is closed to new replies.
- You must be logged in to create new topics. Login / Register