New!
Blizzard Elite 3
£ 580.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 *
New!
Blizzard Elite 2
£ 460.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 *
Blizzard Compact 3
Out of stock
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 *
Trisar 2D
Out of stock
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 *
Zephyros Compact 2
Out of stock
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 *
Coshee 2
Out of stock
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 *
Solar Ultra 2 Flysheet
£ 825.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 *
Voyager Ultra 2 Flysheet
£ 994.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 *
Laser Pulse 1 Flysheet
£ 331.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 *
Solar Photon 2 Flysheet
£ 300.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 *
Laser Compact 1 Flysheet
£ 262.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 *
Laser Compact 2 Flysheet
£ 282.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 *
Starlite 1 Flysheet
£ 271.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 *
Starlite 2 Flysheet
£ 325.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 *
Starlite 3 Flysheet
£ 293.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 *
Laser Compact All Season 2 Flysheet
£ 267.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 *
Southern Cross 1 Flysheet
£ 236.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 *
Southern Cross 2 Flysheet
£ 318.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 *
Pioneer 2 Flysheet
£ 249.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 *
Voyager Flysheet
Out of stock
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 *
Quasar Flysheet
Out of stock
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 *
Coshee Micro Flysheet
£ 59.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 *
Zephyros Compact 1 Flysheet
£ 84.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 *
Helm Compact 1 Flysheet
£ 87.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 *