roban
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Reviews
In reply to: [All-in-One WP Migration and Backup] Perfect Export & ImportIt’s a pleasure Yani.
Forum: Plugins
In reply to: [WooCommerce Accommodation Bookings] calendar covers Book NowIt doesn’t contain a calendar because I couldn’t get a response so I am using another calendar.
Forum: Fixing WordPress
In reply to: Woocommerce Read More ButtonI added \:
add_filter( ‘woocommerce_product_single_add_to_cart_text’, ‘woo_custom_cart_button_text’ ); // 2.1 +
function woo_custom_cart_button_text() {
return __( ‘My Button Text’, ‘woocommerce’ );
}
To my theme functions.php. Replacing ‘My Button Text’ with ‘Book Now’
No change in the product page as you see here: http://ashawagh-hall.org/shop/
Forum: Fixing WordPress
In reply to: Woocommerce Read More ButtonYes I have done that. It changes nothing.
Forum: Plugins
In reply to: [WooCommerce] Security Deposit on WooCommerce booking productsI would like this feature as well
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Booking PluginThanks Riaan. I have Bookings installed but see no way to display the calendar on the front end. I have been searching for shortcodes.
Viewing 6 replies - 1 through 6 (of 6 total)