Sale!
Girl Floating Away Snoos Pillow
£ 24.95 £ 12.95
More information
/*
* Adjusting the "Add to cart" button.
*/
function remove_loop_button(){
remove_action('woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10);
}
add_action('init','remove_loop_button');
add_action('woocommerce_after_shop_loop_item', 'replace_add_to_cart');
function replace_add_to_cart() {
global $product;
$link = $product->get_permalink();
echo '
View product
';
}
/*
* Form placeholders.
*/
add_filter('woocommerce_checkout_fields', 'custom_override_checkout_fields');
function custom_override_checkout_fields($fields) {
unset($fields['billing']['billing_address_2']);
$fields['billing']['billing_first_name']['placeholder'] = 'First Name';
$fields['billing']['billing_last_name']['placeholder'] = 'Last Name';
$fields['billing']['billing_email']['placeholder'] = 'Email Address ';
$fields['billing']['billing_phone']['placeholder'] = 'Phone ';
$fields['billing']['billing_city']['placeholder'] = 'Town/City ';
$fields['billing']['billing_state']['placeholder'] = 'County (optional) ';
$fields['billing']['billing_postcode']['placeholder'] = 'Postcode ';
return $fields;
}
add_action('admin_head', 'my_custom_fonts');
function my_custom_fonts() {
//var_dump($_SERVER['REQUEST_URI']);
}
add_action( 'woocommerce_register_form_start', 'bbloomer_add_name_woo_account_registration' );
function bbloomer_add_name_woo_account_registration() {
?>
First name *
Last name *
Sale!
Outlet Hold Your Horses Storage Tube
From £ 59.95 £ 15.00
More information
/*
* Adjusting the "Add to cart" button.
*/
function remove_loop_button(){
remove_action('woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10);
}
add_action('init','remove_loop_button');
add_action('woocommerce_after_shop_loop_item', 'replace_add_to_cart');
function replace_add_to_cart() {
global $product;
$link = $product->get_permalink();
echo '
View product
';
}
/*
* Form placeholders.
*/
add_filter('woocommerce_checkout_fields', 'custom_override_checkout_fields');
function custom_override_checkout_fields($fields) {
unset($fields['billing']['billing_address_2']);
$fields['billing']['billing_first_name']['placeholder'] = 'First Name';
$fields['billing']['billing_last_name']['placeholder'] = 'Last Name';
$fields['billing']['billing_email']['placeholder'] = 'Email Address ';
$fields['billing']['billing_phone']['placeholder'] = 'Phone ';
$fields['billing']['billing_city']['placeholder'] = 'Town/City ';
$fields['billing']['billing_state']['placeholder'] = 'County (optional) ';
$fields['billing']['billing_postcode']['placeholder'] = 'Postcode ';
return $fields;
}
add_action('admin_head', 'my_custom_fonts');
function my_custom_fonts() {
//var_dump($_SERVER['REQUEST_URI']);
}
add_action( 'woocommerce_register_form_start', 'bbloomer_add_name_woo_account_registration' );
function bbloomer_add_name_woo_account_registration() {
?>
First name *
Last name *
Sale!
Maple Leaf Original Explorer Tent
£ 399.00 £ 175.00
More information
/*
* Adjusting the "Add to cart" button.
*/
function remove_loop_button(){
remove_action('woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10);
}
add_action('init','remove_loop_button');
add_action('woocommerce_after_shop_loop_item', 'replace_add_to_cart');
function replace_add_to_cart() {
global $product;
$link = $product->get_permalink();
echo '
View product
';
}
/*
* Form placeholders.
*/
add_filter('woocommerce_checkout_fields', 'custom_override_checkout_fields');
function custom_override_checkout_fields($fields) {
unset($fields['billing']['billing_address_2']);
$fields['billing']['billing_first_name']['placeholder'] = 'First Name';
$fields['billing']['billing_last_name']['placeholder'] = 'Last Name';
$fields['billing']['billing_email']['placeholder'] = 'Email Address ';
$fields['billing']['billing_phone']['placeholder'] = 'Phone ';
$fields['billing']['billing_city']['placeholder'] = 'Town/City ';
$fields['billing']['billing_state']['placeholder'] = 'County (optional) ';
$fields['billing']['billing_postcode']['placeholder'] = 'Postcode ';
return $fields;
}
add_action('admin_head', 'my_custom_fonts');
function my_custom_fonts() {
//var_dump($_SERVER['REQUEST_URI']);
}
add_action( 'woocommerce_register_form_start', 'bbloomer_add_name_woo_account_registration' );
function bbloomer_add_name_woo_account_registration() {
?>
First name *
Last name *
Sale!
Laser 10 Pack
£ 55.00 £ 25.00
More information
/*
* Adjusting the "Add to cart" button.
*/
function remove_loop_button(){
remove_action('woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10);
}
add_action('init','remove_loop_button');
add_action('woocommerce_after_shop_loop_item', 'replace_add_to_cart');
function replace_add_to_cart() {
global $product;
$link = $product->get_permalink();
echo '
View product
';
}
/*
* Form placeholders.
*/
add_filter('woocommerce_checkout_fields', 'custom_override_checkout_fields');
function custom_override_checkout_fields($fields) {
unset($fields['billing']['billing_address_2']);
$fields['billing']['billing_first_name']['placeholder'] = 'First Name';
$fields['billing']['billing_last_name']['placeholder'] = 'Last Name';
$fields['billing']['billing_email']['placeholder'] = 'Email Address ';
$fields['billing']['billing_phone']['placeholder'] = 'Phone ';
$fields['billing']['billing_city']['placeholder'] = 'Town/City ';
$fields['billing']['billing_state']['placeholder'] = 'County (optional) ';
$fields['billing']['billing_postcode']['placeholder'] = 'Postcode ';
return $fields;
}
add_action('admin_head', 'my_custom_fonts');
function my_custom_fonts() {
//var_dump($_SERVER['REQUEST_URI']);
}
add_action( 'woocommerce_register_form_start', 'bbloomer_add_name_woo_account_registration' );
function bbloomer_add_name_woo_account_registration() {
?>
First name *
Last name *
Sale!
Night Sky Snoos Pillow
£ 17.95 £ 7.95
More information
/*
* Adjusting the "Add to cart" button.
*/
function remove_loop_button(){
remove_action('woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10);
}
add_action('init','remove_loop_button');
add_action('woocommerce_after_shop_loop_item', 'replace_add_to_cart');
function replace_add_to_cart() {
global $product;
$link = $product->get_permalink();
echo '
View product
';
}
/*
* Form placeholders.
*/
add_filter('woocommerce_checkout_fields', 'custom_override_checkout_fields');
function custom_override_checkout_fields($fields) {
unset($fields['billing']['billing_address_2']);
$fields['billing']['billing_first_name']['placeholder'] = 'First Name';
$fields['billing']['billing_last_name']['placeholder'] = 'Last Name';
$fields['billing']['billing_email']['placeholder'] = 'Email Address ';
$fields['billing']['billing_phone']['placeholder'] = 'Phone ';
$fields['billing']['billing_city']['placeholder'] = 'Town/City ';
$fields['billing']['billing_state']['placeholder'] = 'County (optional) ';
$fields['billing']['billing_postcode']['placeholder'] = 'Postcode ';
return $fields;
}
add_action('admin_head', 'my_custom_fonts');
function my_custom_fonts() {
//var_dump($_SERVER['REQUEST_URI']);
}
add_action( 'woocommerce_register_form_start', 'bbloomer_add_name_woo_account_registration' );
function bbloomer_add_name_woo_account_registration() {
?>
First name *
Last name *
Sale!
Picnic Perfect Snoos Pillow
£ 17.95 £ 7.95
More information
/*
* Adjusting the "Add to cart" button.
*/
function remove_loop_button(){
remove_action('woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10);
}
add_action('init','remove_loop_button');
add_action('woocommerce_after_shop_loop_item', 'replace_add_to_cart');
function replace_add_to_cart() {
global $product;
$link = $product->get_permalink();
echo '
View product
';
}
/*
* Form placeholders.
*/
add_filter('woocommerce_checkout_fields', 'custom_override_checkout_fields');
function custom_override_checkout_fields($fields) {
unset($fields['billing']['billing_address_2']);
$fields['billing']['billing_first_name']['placeholder'] = 'First Name';
$fields['billing']['billing_last_name']['placeholder'] = 'Last Name';
$fields['billing']['billing_email']['placeholder'] = 'Email Address ';
$fields['billing']['billing_phone']['placeholder'] = 'Phone ';
$fields['billing']['billing_city']['placeholder'] = 'Town/City ';
$fields['billing']['billing_state']['placeholder'] = 'County (optional) ';
$fields['billing']['billing_postcode']['placeholder'] = 'Postcode ';
return $fields;
}
add_action('admin_head', 'my_custom_fonts');
function my_custom_fonts() {
//var_dump($_SERVER['REQUEST_URI']);
}
add_action( 'woocommerce_register_form_start', 'bbloomer_add_name_woo_account_registration' );
function bbloomer_add_name_woo_account_registration() {
?>
First name *
Last name *
Sale!
Pumpkin To Talk About Storage Tube
£ 59.95 £ 19.95
More information
/*
* Adjusting the "Add to cart" button.
*/
function remove_loop_button(){
remove_action('woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10);
}
add_action('init','remove_loop_button');
add_action('woocommerce_after_shop_loop_item', 'replace_add_to_cart');
function replace_add_to_cart() {
global $product;
$link = $product->get_permalink();
echo '
View product
';
}
/*
* Form placeholders.
*/
add_filter('woocommerce_checkout_fields', 'custom_override_checkout_fields');
function custom_override_checkout_fields($fields) {
unset($fields['billing']['billing_address_2']);
$fields['billing']['billing_first_name']['placeholder'] = 'First Name';
$fields['billing']['billing_last_name']['placeholder'] = 'Last Name';
$fields['billing']['billing_email']['placeholder'] = 'Email Address ';
$fields['billing']['billing_phone']['placeholder'] = 'Phone ';
$fields['billing']['billing_city']['placeholder'] = 'Town/City ';
$fields['billing']['billing_state']['placeholder'] = 'County (optional) ';
$fields['billing']['billing_postcode']['placeholder'] = 'Postcode ';
return $fields;
}
add_action('admin_head', 'my_custom_fonts');
function my_custom_fonts() {
//var_dump($_SERVER['REQUEST_URI']);
}
add_action( 'woocommerce_register_form_start', 'bbloomer_add_name_woo_account_registration' );
function bbloomer_add_name_woo_account_registration() {
?>
First name *
Last name *
Sale!
Rhapsody Storage Tube
£ 59.95 £ 19.95
More information
/*
* Adjusting the "Add to cart" button.
*/
function remove_loop_button(){
remove_action('woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10);
}
add_action('init','remove_loop_button');
add_action('woocommerce_after_shop_loop_item', 'replace_add_to_cart');
function replace_add_to_cart() {
global $product;
$link = $product->get_permalink();
echo '
View product
';
}
/*
* Form placeholders.
*/
add_filter('woocommerce_checkout_fields', 'custom_override_checkout_fields');
function custom_override_checkout_fields($fields) {
unset($fields['billing']['billing_address_2']);
$fields['billing']['billing_first_name']['placeholder'] = 'First Name';
$fields['billing']['billing_last_name']['placeholder'] = 'Last Name';
$fields['billing']['billing_email']['placeholder'] = 'Email Address ';
$fields['billing']['billing_phone']['placeholder'] = 'Phone ';
$fields['billing']['billing_city']['placeholder'] = 'Town/City ';
$fields['billing']['billing_state']['placeholder'] = 'County (optional) ';
$fields['billing']['billing_postcode']['placeholder'] = 'Postcode ';
return $fields;
}
add_action('admin_head', 'my_custom_fonts');
function my_custom_fonts() {
//var_dump($_SERVER['REQUEST_URI']);
}
add_action( 'woocommerce_register_form_start', 'bbloomer_add_name_woo_account_registration' );
function bbloomer_add_name_woo_account_registration() {
?>
First name *
Last name *
Sale!
Rule Britannia Storage Tube
£ 59.95 £ 19.95
More information
/*
* Adjusting the "Add to cart" button.
*/
function remove_loop_button(){
remove_action('woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10);
}
add_action('init','remove_loop_button');
add_action('woocommerce_after_shop_loop_item', 'replace_add_to_cart');
function replace_add_to_cart() {
global $product;
$link = $product->get_permalink();
echo '
View product
';
}
/*
* Form placeholders.
*/
add_filter('woocommerce_checkout_fields', 'custom_override_checkout_fields');
function custom_override_checkout_fields($fields) {
unset($fields['billing']['billing_address_2']);
$fields['billing']['billing_first_name']['placeholder'] = 'First Name';
$fields['billing']['billing_last_name']['placeholder'] = 'Last Name';
$fields['billing']['billing_email']['placeholder'] = 'Email Address ';
$fields['billing']['billing_phone']['placeholder'] = 'Phone ';
$fields['billing']['billing_city']['placeholder'] = 'Town/City ';
$fields['billing']['billing_state']['placeholder'] = 'County (optional) ';
$fields['billing']['billing_postcode']['placeholder'] = 'Postcode ';
return $fields;
}
add_action('admin_head', 'my_custom_fonts');
function my_custom_fonts() {
//var_dump($_SERVER['REQUEST_URI']);
}
add_action( 'woocommerce_register_form_start', 'bbloomer_add_name_woo_account_registration' );
function bbloomer_add_name_woo_account_registration() {
?>
First name *
Last name *
Sale!
Top Of The Pops Storage Tube
£ 59.95 £ 19.95
More information
/*
* Adjusting the "Add to cart" button.
*/
function remove_loop_button(){
remove_action('woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10);
}
add_action('init','remove_loop_button');
add_action('woocommerce_after_shop_loop_item', 'replace_add_to_cart');
function replace_add_to_cart() {
global $product;
$link = $product->get_permalink();
echo '
View product
';
}
/*
* Form placeholders.
*/
add_filter('woocommerce_checkout_fields', 'custom_override_checkout_fields');
function custom_override_checkout_fields($fields) {
unset($fields['billing']['billing_address_2']);
$fields['billing']['billing_first_name']['placeholder'] = 'First Name';
$fields['billing']['billing_last_name']['placeholder'] = 'Last Name';
$fields['billing']['billing_email']['placeholder'] = 'Email Address ';
$fields['billing']['billing_phone']['placeholder'] = 'Phone ';
$fields['billing']['billing_city']['placeholder'] = 'Town/City ';
$fields['billing']['billing_state']['placeholder'] = 'County (optional) ';
$fields['billing']['billing_postcode']['placeholder'] = 'Postcode ';
return $fields;
}
add_action('admin_head', 'my_custom_fonts');
function my_custom_fonts() {
//var_dump($_SERVER['REQUEST_URI']);
}
add_action( 'woocommerce_register_form_start', 'bbloomer_add_name_woo_account_registration' );
function bbloomer_add_name_woo_account_registration() {
?>
First name *
Last name *
Sale!
Yellow Submarine Snoos Pillow
£ 24.95 £ 12.95
More information
/*
* Adjusting the "Add to cart" button.
*/
function remove_loop_button(){
remove_action('woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10);
}
add_action('init','remove_loop_button');
add_action('woocommerce_after_shop_loop_item', 'replace_add_to_cart');
function replace_add_to_cart() {
global $product;
$link = $product->get_permalink();
echo '
View product
';
}
/*
* Form placeholders.
*/
add_filter('woocommerce_checkout_fields', 'custom_override_checkout_fields');
function custom_override_checkout_fields($fields) {
unset($fields['billing']['billing_address_2']);
$fields['billing']['billing_first_name']['placeholder'] = 'First Name';
$fields['billing']['billing_last_name']['placeholder'] = 'Last Name';
$fields['billing']['billing_email']['placeholder'] = 'Email Address ';
$fields['billing']['billing_phone']['placeholder'] = 'Phone ';
$fields['billing']['billing_city']['placeholder'] = 'Town/City ';
$fields['billing']['billing_state']['placeholder'] = 'County (optional) ';
$fields['billing']['billing_postcode']['placeholder'] = 'Postcode ';
return $fields;
}
add_action('admin_head', 'my_custom_fonts');
function my_custom_fonts() {
//var_dump($_SERVER['REQUEST_URI']);
}
add_action( 'woocommerce_register_form_start', 'bbloomer_add_name_woo_account_registration' );
function bbloomer_add_name_woo_account_registration() {
?>
First name *
Last name *
Sale!
Outlet Yellow Submarine Storage Tube
From £ 59.95 £ 15.00
More information
/*
* Adjusting the "Add to cart" button.
*/
function remove_loop_button(){
remove_action('woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10);
}
add_action('init','remove_loop_button');
add_action('woocommerce_after_shop_loop_item', 'replace_add_to_cart');
function replace_add_to_cart() {
global $product;
$link = $product->get_permalink();
echo '
View product
';
}
/*
* Form placeholders.
*/
add_filter('woocommerce_checkout_fields', 'custom_override_checkout_fields');
function custom_override_checkout_fields($fields) {
unset($fields['billing']['billing_address_2']);
$fields['billing']['billing_first_name']['placeholder'] = 'First Name';
$fields['billing']['billing_last_name']['placeholder'] = 'Last Name';
$fields['billing']['billing_email']['placeholder'] = 'Email Address ';
$fields['billing']['billing_phone']['placeholder'] = 'Phone ';
$fields['billing']['billing_city']['placeholder'] = 'Town/City ';
$fields['billing']['billing_state']['placeholder'] = 'County (optional) ';
$fields['billing']['billing_postcode']['placeholder'] = 'Postcode ';
return $fields;
}
add_action('admin_head', 'my_custom_fonts');
function my_custom_fonts() {
//var_dump($_SERVER['REQUEST_URI']);
}
add_action( 'woocommerce_register_form_start', 'bbloomer_add_name_woo_account_registration' );
function bbloomer_add_name_woo_account_registration() {
?>
First name *
Last name *