Skip to content

Instantly share code, notes, and snippets.

@CameronGilroy
CameronGilroy / Shortcodes
Created September 27, 2019 01:10
GiveWP & Oxygen
[ct_new_columns ct_options='{"ct_id":4,"ct_parent":0,"selector":"new_columns-4-12387"}'][ct_div_block ct_options='{"ct_id":5,"ct_parent":4,"selector":"div_block-5-12387","original":{"width":40,"width-unit":"%"},"activeselector":false}'][ct_code_block ct_options='{"ct_id":3,"ct_parent":5,"selector":"code_block-3-12387","original":{"code-php":"PD9waHAKCWVjaG8gZG9fc2hvcnRjb2RlKCAnW2dpdmVfZm9ybSBpZD0iJy5nZXRfdGhlX0lEKCkuJyIgc2hvd190aXRsZT0iZmFsc2UiIHNob3dfZ29hbD0idHJ1ZSIgc2hvd19jb250ZW50PSJhYm92ZSJdJyApOwo/Pg=="},"activeselector":false}'][/ct_code_block][/ct_div_block][ct_div_block ct_options='{"ct_id":6,"ct_parent":4,"selector":"div_block-6-12387","original":{"width":60,"width-unit":"%"},"activeselector":false}'][ct_text_block ct_options='{"ct_id":11,"ct_parent":6,"selector":"text_block-11-12387","original":{"margin-top":"58"},"activeselector":false}'][ct_span ct_options='{"ct_id":12,"ct_parent":11,"selector":"span-12-12387"}'][oxygen data='excerpt' ][/ct_span][/ct_text_block][ct_headline ct_options='{"ct_id":15
.oxygen-vsb-responsive-video-wrapper {padding-bottom:0!important}
.oxygen-builder-body .oxygen-vsb-responsive-video-wrapper, .admin-bar .oxygen-vsb-responsive-video-wrapper {padding-bottom: 56.25%!important;}
//this sets the number of columns that are displayed when the Big Camp booking is done.
function wc_cp_summary_max_columns( $cols, $composite )
{
$cols = 5;
return $cols;
}
add_filter('woocommerce_composite_component_summary_max_columns', 'wc_cp_summary_max_columns', 10, 2);
//Skip the cart page if the product is Big Camp 2020
function Add_To_Cart_redirect()
<div id="tallemu-crm-web-form-e9ebd388-8c9c-4802-b13b-90de23f4f159">Loading...</div>
<script defer="" type="text/javascript" src="https://weblink.tallemu.com/api/webform/loader?dbKey=96e01c59-d938-412a-a065-b7e066700301&formKey=e9ebd388-8c9c-4802-b13b-90de23f4f159&SkipCSS=true"></script>
<?php
/*
Plugin Name: Woocommerce NewBook.cloud Integration
Plugin URI: https://camerongilroy.com
Description: Woocommerce NewBook.cloud Integration
Version: 1.0.0
Author: Cameron Gilroy
Author URI: https://camerongilroy.com
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt