Forum Replies Created
-
AuthorPosts
-
Hi, thank you for your answer.
I managed to correct the issue with the header, but there's still something we would like to do with how the products appear on the homepage. On mobile, we would like to display two products on the same line instead of one (like in the screenshot). Is it possible?
Also, while using WooCommerce, we're searching for a way to distinct products that are booked with their price hidden (and still visible in the shop, but not saleable) and normal products that are available with their price displayed. We thought that if we could put text in the "Price" field of WooCommerce, it would solve the problem, but it seems impossible. Is there a way to do it?
Lastly, we would like our product pages to look like this. How can I import the demo content of the theme for this page?
Thank you 🙂
This reply has been marked as private.Hello and than your for your answer. The Code :
"function cw_change_product_price_display( $price ) {
$price = esc_html__( 'reserved' ,'yolo-rubino');
return $price;
}
add_filter( 'woocommerce_get_price_html', 'cw_change_product_price_display' );
add_filter( 'woocommerce_cart_item_price', 'cw_change_product_price_display' );"
Does not work 🙁
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private. -
AuthorPosts
