コード例 #1
0
ファイル: pay.php プロジェクト: ashik968/digiplot
/**
 * Payment page shortcode
 * DISCLAIMER
 * Do not edit or add directly to this file if you wish to upgrade Jigoshop to newer
 * versions in the future. If you wish to customise Jigoshop core for your needs,
 * please use our GitHub repository to publish essential changes for consideration.
 *
 * @package             Jigoshop
 * @category            Checkout
 * @author              Jigoshop
 * @copyright           Copyright © 2011-2014 Jigoshop.
 * @license             GNU General Public License v3
 */
function get_jigoshop_pay($atts)
{
    return jigoshop_shortcode_wrapper('jigoshop_pay', $atts);
}
コード例 #2
0
function get_jigoshop_view_order()
{
    return jigoshop_shortcode_wrapper('jigoshop_view_order');
}
コード例 #3
0
ファイル: cart.php プロジェクト: ashik968/digiplot
/**
 * Cart shortcode
 *
 * DISCLAIMER
 *
 * Do not edit or add directly to this file if you wish to upgrade Jigoshop to newer
 * versions in the future. If you wish to customise Jigoshop core for your needs,
 * please use our GitHub repository to publish essential changes for consideration.
 *
 * @package             Jigoshop
 * @category            Checkout
 * @author              Jigoshop
 * @copyright           Copyright © 2011-2014 Jigoshop.
 * @license             GNU General Public License v3
 */
function get_jigoshop_cart($atts)
{
    return jigoshop_shortcode_wrapper('jigoshop_cart', $atts);
}
コード例 #4
0
ファイル: thankyou.php プロジェクト: ashik968/digiplot
/**
 * Thank you shortcode
 *
 * DISCLAIMER
 *
 * Do not edit or add directly to this file if you wish to upgrade Jigoshop to newer
 * versions in the future. If you wish to customise Jigoshop core for your needs,
 * please use our GitHub repository to publish essential changes for consideration.
 *
 * @package             Jigoshop
 * @category            Checkout
 * @author              Jigoshop
 * @copyright           Copyright © 2011-2014 Jigoshop.
 * @license             GNU General Public License v3
 */
function get_jigoshop_thankyou($atts)
{
    return jigoshop_shortcode_wrapper('jigoshop_thankyou', $atts);
}
コード例 #5
0
ファイル: order_tracking.php プロジェクト: ashik968/digiplot
/**
 * Order tracking shortcode
 *
 * DISCLAIMER
 *
 * Do not edit or add directly to this file if you wish to upgrade Jigoshop to newer
 * versions in the future. If you wish to customise Jigoshop core for your needs,
 * please use our GitHub repository to publish essential changes for consideration.
 *
 * @package             Jigoshop
 * @category            Customer
 * @author              Jigoshop
 * @copyright           Copyright © 2011-2014 Jigoshop.
 * @license             GNU General Public License v3
 */
function get_jigoshop_order_tracking($atts)
{
    return jigoshop_shortcode_wrapper('jigoshop_order_tracking', $atts);
}