/** * @version 1.0 * @package greenmart * @author Thembay Team * @copyright Copyright (C) 2023 Thembay.com. All Rights Reserved. * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html * * Websites: https://thembay.com */ function greenmart_child_enqueue_styles() { wp_enqueue_style( 'greenmart-style', get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'greenmart-child-style', get_stylesheet_directory_uri() . '/style.css', array( 'greenmart-style' ), wp_get_theme()->get('Version') ); } add_action( 'wp_enqueue_scripts', 'greenmart_child_enqueue_styles', 10000 ); // 自定义货币符号 function custom_currency_symbol( $currency_symbol, $currency ) { switch( $currency ) { case 'AED': $currency_symbol = 'AED'; break; // 添加其他货币和符号 } return $currency_symbol; } add_filter('woocommerce_currency_symbol', 'custom_currency_symbol', 10, 2); // 隐藏非管理员的后台工具栏 if ( !current_user_can( 'manage_options' ) ) { add_filter('show_admin_bar', '__return_false'); } // 加载自定义脚本(修复空对象警告问题) function enqueue_custom_scripts() { // 1. 先注册脚本(所有页面都注册,避免未定义) wp_register_script( 'custom-top-banner', get_template_directory_uri() . '/js/custom-top-banner.js', array(), // 依赖(如jQuery) null, // 版本号 true // 放在页脚加载 ); // 2. 仅在首页加载脚本 if (is_front_page()) { wp_enqueue_script('custom-top-banner'); // 首页才加载脚本 $is_home = 'true'; } else { $is_home = 'false'; } // 3. 只有脚本注册后,才传递变量(避免空对象调用) wp_localize_script('custom-top-banner', 'php_vars', array( 'is_home_page' => $is_home )); } add_action('wp_enqueue_scripts', 'enqueue_custom_scripts'); Frozen Meal - Asiaemart
home cart WhatsApp top down
Frozen meal

Frozen meal

Filter
Sort by:

Asiaemart makes online grocery delivery and grocery shopping fast and easy.

Newsletter

© 2024 Asiaemart. All rights reserved.

Payment method

X
Open chat
Hello 👋
Can we help you?