*
* @return string Option
*/
-function itGetsHere() {
- echo "<h1>TEST IS TRUE</h1><br>";
-}
-
if (!function_exists('glm_get_clientinfo_option')) {
function glm_get_clientinfo_option($name)
{
register_sidebar(array(
'name' => __('Slideshow'),
'id' => 'slideshow',
- 'description' => __('Meta Slider/Slideshow Area')
+ 'description' => __('Slideshow Area')
));
register_sidebar(array(
'name' => __('Right Sidebar'),
<div id="woo-quick-display" class="small-12 medium-9 columns">
<div id="woo-quick-cart-icon" class="small-3 columns left">
<div class="woo-quick-cart-image">
- <a href="<?php echo get_permalink(99);?>">
+ <a href="<?php echo $woocommerce->cart->get_cart();?>">
<img src="<?php echo get_template_directory_uri(); ?>/assets/shopping-cart.png">
</a>
- <a href="<?php echo get_permalink(99);?>"><h3>view cart</h3></a>
+ <a href="<?php echo $woocommerce->cart->get_cart();?>">
</div>
</div>