This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
global $woocommerce; | |
$is_there_any_product = false; | |
$is_there_any_product_to_sell = false; | |
ob_start(); | |
?> | |
<form action="<?php echo esc_url( $woocommerce->cart->get_cart_url() ) ?>" class="cart" method="post" enctype='multipart/form-data'> | |
<h2 class="tribe-events-tickets-title"><?php _e( 'Tickets', 'tribe-wootickets' ) ?></h2> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
WOO CUSTOM STYLESHEET | |
--------------------- | |
Instructions: | |
Add your custom styles in this file instead of style.css so it | |
is easier to update the theme. Simply copy an existing style | |
from style.css to this file, and modify it to your liking. */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<title>{{config path="general/store_information/name"}} Order Confirmation</title> | |
</head> | |
<body> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<products> | |
<product> | |
<sku>{sku}</sku> | |
<name>{name}</name> | |
<short_description>{short_description}</short_description> | |
<description>{description}</description> | |
<quantity>{qty}</quantity> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Single Event Template | |
* A single event. This displays the event title, description, meta, and | |
* optionally, the Google map for the event. | |
* | |
* Override this template in your own theme by creating a file at [your-theme]/tribe-events/single-event.php | |
* | |
* @package TribeEventsCalendar | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Single Post Template | |
* | |
* This template is the default page template. It is used to display content when someone is viewing a | |
* singular view of a post ('post' post_type). | |
* @link http://codex.wordpress.org/Post_Types#Post | |
* | |
* @package WooFramework | |
* @subpackage Template |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Day View Template | |
* The wrapper template for day view. | |
* | |
* Override this template in your own theme by creating a file at [your-theme]/tribe-events/day.php | |
* | |
* @package TribeEventsCalendar | |
* | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div class="gmail_quote"><br><br><br><u></u> | |
<div marginwidth="0" marginheight="0" style="margin:0;padding:0;background-color:#f2f2f2;min-height:100%!important;width:100%!important"> | |
<center> | |
<table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" style="border-collapse:collapse;margin:0;padding:0;background-color:#f2f2f2;height:100%!important;width:100%!important"> | |
<tbody><tr> | |
<td align="center" valign="top" style="margin:0;padding:20px;border-top:0;height:100%!important;width:100%!important"> | |
<table border="0" cellpadding="0" cellspacing="0" width="600" style="border-collapse:collapse;border:0"> | |
<tbody><tr> | |
<td align="center" valign="top"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div dir="ltr"><div class="gmail_quote"> | |
<div marginwidth="0" marginheight="0" style="margin:0;padding:0;background-color:#f2f2f2;min-height:100%!important;width:637px"> | |
<table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="637px"style="border-collapse:collapse;margin:0;padding:0;background-color:#f2f2f2;height:100%!important;width:100%!important"> | |
<tbody><tr> | |
<td align="center" valign="top" style="margin:0;padding:20px;border-top:0;height:100%!important;width:100%!important"> | |
<table border="0" cellpadding="0" cellspacing="0" width=100% style="border-collapse:collapse;border:0"> | |
<tbody><tr> | |
<td align="center" valign="top"> |
NewerOlder