/** * @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'); CJ Bibigo Sliced Radish Pickle (SSAMMU) 320g - Asiaemart
home cart WhatsApp top down
CJ Bibigo Sliced Radish pickle (SSAMMU) 320g

Shop

CJ Bibigo Sliced Radish pickle (SSAMMU) 320g

11.50 د.إ

CJ Bibigo Sliced Radish pickle (SSAMMU) 320g

SKU: BABC035 Categories: , , Tag: Brand:

Ilmi Ssammu (new) (320g) is a Korean pickled radish product, also known as Ssam-mu. It is made of thinly sliced radish that is brined in a sweet and tangy mixture of vinegar, sugar, and salt. The name Ssam-mu comes from the Korean words “ssam” (wrap) and “mu” (radish), as it is commonly used to wrap meat, particularly with Korean barbecue. Perfect for online food shopping in Dubai!

Customer reviews
0
0 ratings
5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%
Reviews

There are no reviews yet.

Write a customer review

Be the first to review “CJ Bibigo Sliced Radish pickle (SSAMMU) 320g”

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?