<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title();?></title>
<link rel="stylesheet" href=" <?php echo get_stylesheet_directory_uri(); ?>/css/app.css" />
- <link href='http://fonts.googleapis.com/css?family=Emilys+Candy' rel='stylesheet' type='text/css'>
+ <link href='//fonts.googleapis.com/css?family=Emilys+Candy' rel='stylesheet' type='text/css'>
<?php wp_head();?>
</head>
<body>
<a href="<?php echo $woocommerce->cart->get_cart_url(); ?>"><h3>view your cart</h3></a>
<p><?php echo $woocommerce->cart->get_cart_total(); ?>
for
- <?php echo sprintf(_n('%d item', '%d items', $woocommerce->cart->cart_contents_count,
+ <?php echo sprintf(_n('%d item', '%d items', $woocommerce->cart->cart_contents_count,
'woothemes'), $woocommerce->cart->cart_contents_count);?>
</p>
<a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Checkout' ) ) ); ?>" class="button">checkout</a>
<br>
<?php
- if (is_user_logged_in()) {
+ if (is_user_logged_in()) {
echo '<a href="'. esc_url( get_permalink( get_page_by_title( 'My Account' ) ) ) . '?customer-logout=true" class="button 111 login_toggle">log out</a>';
}
elseif (!is_user_logged_in()) {