Commit c72485a5 by zl

Update

parent c4595d1e
...@@ -2,17 +2,16 @@ import {defineConfig} from 'vitepress' ...@@ -2,17 +2,16 @@ import {defineConfig} from 'vitepress'
// https://vitepress.dev/reference/site-config // https://vitepress.dev/reference/site-config
export default defineConfig({ export default defineConfig({
lang: 'en-US',
title: "JOCUSTOM", title: "JOCUSTOM",
description: "Documentation for JOCUSTOM", description: "Documentation for JOCUSTOM",
themeConfig: { themeConfig: {
// https://vitepress.dev/reference/default-theme-config // https://vitepress.dev/reference/default-theme-config
nav: [ /*nav: [
{text: 'Home', link: '/'}, {text: 'Home', link: '/'},
{text: 'Guide', link: '/introduction'} {text: 'Guide', link: '/introduction'}
], ],
*/
sidebar: [ /*sidebar: [
{ {
text: 'Getting Started', text: 'Getting Started',
items: [ items: [
...@@ -43,23 +42,196 @@ export default defineConfig({ ...@@ -43,23 +42,196 @@ export default defineConfig({
text: 'Application', text: 'Application',
items: [ items: [
{text: 'Login', link: '/app/login'}, {text: 'Login', link: '/app/login'},
{text: 'Design', link: '/app/design/index', items: [ {text: 'Design', link: '/app/design/', items: [
{text: 'Customize', link: '/app/design/customize'} {text: 'Customize', link: '/app/design/customize'}
]}, ]},
{text: 'Product', link: '/app/product/index', items: [ {text: 'Product', link: '/app/product/', items: [
{text: 'Edit and Sync', link: '/app/product/edit'} {text: 'Edit and Sync', link: '/app/product/edit'}
]}, ]},
{text: 'Order', link: '/app/order'}, {text: 'Order', link: '/app/order'},
{text: 'Material', link: '/app/material/index'}, {text: 'Material', link: '/app/material/'},
{text: 'Invoices', link: '/app/invoice'}, {text: 'Invoices', link: '/app/invoice'},
{text: 'SizeChart', link: '/app/size_chart'}, {text: 'SizeChart', link: '/app/size_chart'},
{text: 'Recharge', link: '/app/recharge'}, {text: 'Recharge', link: '/app/recharge'},
] ]
},
{
text: 'Website Terms',
items: [
{text: 'Shipping Policy', link: '/web/shipping-policy'},
{text: 'Return Policy', link: '/web/return-policy'},
{text: 'Contact Us', link: '/web/contact-us'},
{text: 'Privacy Policy', link: '/web/privacy-policy'},
{text: 'Terms & Conditions', link: '/web/terms-and-conditions'},
{text: 'About Us', link: '/web/about-us'},
]
} }
], ],*/
/*footer: {
message: 'Released under the MIT License.',
copyright: 'Copyright © 2019-present Evan You'
}*/
/*socialLinks: [ /*socialLinks: [
{icon: 'github', link: 'https://github.com/vuejs/vitepress'} {icon: 'github', link: 'https://github.com/vuejs/vitepress'}
]*/ ]*/
},
locales: {
root: {
label: 'English',
lang: 'en',
link: '/',
title: "JOCUSTOM",
description: "Documentation for JOCUSTOM",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
{text: 'Home', link: '/'},
{text: 'Guide', link: '/introduction'}
],
sidebar: [
{
text: 'Getting Started',
items: [
{text: 'Introduction', link: '/introduction'},
{
text: 'Installation', items: [
{
text: 'Shopify', link: '/shopify'
},
{
text: 'Shopline', link: '/shopline'
}
]
},
{
text: 'Configuration', items: [
{
text: 'Shopify', link: '/shopify_conf'
},
{
text: 'Shopline', link: '/shopline_conf'
}
]
},
]
},
{
text: 'Application',
items: [
{text: 'Login', link: '/app/login'},
{text: 'Design', link: '/app/design/', items: [
{text: 'Customize', link: '/app/design/customize'}
]},
{text: 'Product', link: '/app/product/', items: [
{text: 'Edit and Sync', link: '/app/product/edit'}
]},
{text: 'Order', link: '/app/order'},
{text: 'Material', link: '/app/material/'},
{text: 'Invoices', link: '/app/invoice'},
{text: 'SizeChart', link: '/app/size_chart'},
{text: 'Recharge', link: '/app/recharge'},
]
},
{
text: 'Website Terms',
items: [
{text: 'Shipping Policy', link: '/web/shipping-policy'},
{text: 'Return Policy', link: '/web/return-policy'},
{text: 'Contact Us', link: '/web/contact-us'},
{text: 'Privacy Policy', link: '/web/privacy-policy'},
{text: 'Terms & Conditions', link: '/web/terms-and-conditions'},
{text: 'About Us', link: '/web/about-us'},
]
}
],
/*footer: {
message: 'Released under the MIT License.',
copyright: 'Copyright © 2019-present Evan You'
}*/
/*socialLinks: [
{icon: 'github', link: 'https://github.com/vuejs/vitepress'}
]*/
},
},
cn: {
label: '简体中文',
lang: 'cn',
link: '/cn/',
title: "JOCUSTOM",
description: "JOCUSTOM 应用文档",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
{text: '首页', link: '/cn'},
{text: '文档', link: '/cn/introduction'}
],
sidebar: [
{
text: '快速上手',
items: [
{text: '介绍', link: '/cn/introduction'},
{
text: '安装', items: [
{
text: 'Shopify', link: '/cn/shopify'
},
{
text: 'Shopline', link: '/cn/shopline'
}
]
},
{
text: '配置', items: [
{
text: 'Shopify', link: '/cn/shopify_conf'
},
{
text: 'Shopline', link: '/cn/shopline_conf'
}
]
},
]
},
{
text: '应用',
items: [
{text: '登录', link: '/cn/app/login'},
{text: '模板', link: '/cn/app/design/', items: [
{text: 'Customize', link: '/cn/app/design/customize'}
]},
{text: '产品', link: '/cn/app/product/', items: [
{text: 'Edit and Sync', link: '/cn/app/product/edit'}
]},
{text: '订单', link: '/cn/app/order'},
{text: '素材', link: '/cn/app/material/'},
{text: '发票', link: '/cn/app/invoice'},
{text: '尺码表', link: '/cn/app/size_chart'},
{text: '充值', link: '/cn/app/recharge'},
]
},
{
text: '网站条款',
items: [
{text: '物流政策', link: '/cn/web/shipping-policy'},
{text: '退换货政策', link: '/cn/web/return-policy'},
{text: '联系我们', link: '/cn/web/contact-us'},
{text: '隐私政策', link: '/cn/web/privacy-policy'},
{text: '条款条约', link: '/cn/web/terms-and-conditions'},
{text: '关于我们', link: '/cn/web/about-us'},
]
}
],
},
}
},
markdown: {
image: {
// 默认禁用;设置为 true 可为所有图片启用懒加载。
lazyLoading: true
}
} }
}) })
<script setup lang="ts">
import DefaultTheme from 'vitepress/theme'
import { useData, inBrowser } from 'vitepress'
import { watchEffect } from 'vue'
const { lang } = useData()
watchEffect(() => {
if (inBrowser) {
document.cookie = `nf_lang=${lang.value}; expires=Mon, 1 Jan 2030 00:00:00 UTC; path=/`
}
})
</script>
<template>
<DefaultTheme.Layout />
</template>
\ No newline at end of file
import DefaultTheme from 'vitepress/theme'
import Layout from './Layout.vue'
export default {
extends: DefaultTheme,
Layout
}
\ No newline at end of file
# Invoice
![Customizer for merchant](/assets/invoice/1.png)
\ No newline at end of file
# Order - JOCUSTOM
\ No newline at end of file
...@@ -8,7 +8,7 @@ This interface displays the unique personalized product you created in the previ ...@@ -8,7 +8,7 @@ This interface displays the unique personalized product you created in the previ
## Product generation successful ## Product generation successful
![Customizer for merchant](/assets/product/1.png) ![Customizer for merchant](/assets/product/2.png)
## Synchronize Products ## Synchronize Products
......
# Recharge - JOCUSTOM
\ No newline at end of file
# Size Chart - JOCUSTOM
\ No newline at end of file
# 模板定制
该界面将提供详细说明,指导如何定制和生成本地化产品。
## 选择您想要自定义的基础模板
![Customizer for merchant](/assets/design/customize/4.png)
## 加载模板自定义界面
![Customizer for merchant](/assets/design/customize/5.png)
## 将图像资源添加到自定义区域
![Customizer for merchant](/assets/design/customize/6.png)
## 在自定义区域添加文本内容
![Customizer for merchant](/assets/design/customize/7.png)
## 上传一张图片并使用该图片素材
![Customizer for merchant](/assets/design/customize/8.png)
![Customizer for merchant](/assets/design/customize/9.png)
## 选择制造工艺并保存设计。
![Customizer for merchant](/assets/design/customize/10.png)
## 关闭定制器
![Customizer for merchant](/assets/design/customize/11.png)
::: tip
太棒了!!您已选定心仪的模板并创建了首个产品。接下来请前往“产品”标签页完成产品设置。
:::
# 模板管理
此界面显示应用程序支持的所有基本模板列表。
## 查看基础模板信息
![Customizer for merchant](/assets/design/1.png)
## 编辑基础模板信息
![Customizer for merchant](/assets/design/1.png)
::: warning
您编辑的基本模板信息将自动填充到未来使用此模板定制的产品中。
:::
# 账单管理
This section will explain how to view your transaction details.
![Customizer for merchant](/assets/invoice/1.png)
\ No newline at end of file
# 登录JOCUSTOM应用
## Shopify
### 登录您的Shopify后台账号
![Customizer for merchant](/assets/login/1.png)
### 点击已安装的应用到应用后台界面
![Customizer for merchant](/assets/login/3.png)
## Shopline
### 登录您的Shopline后台账号
![Customizer for merchant](/assets/login/2.png)
### 点击已安装的应用到应用后台界面
![Customizer for merchant](/assets/login/3.png)
# 图片素材管理
本节主要介绍如何管理个人素材、对其进行分类以及应用标签。
## 添加素材分类
![Customizer for merchant](/assets/material/5.png)
![Customizer for merchant](/assets/material/4.png)
## 添加素材标签
![Customizer for merchant](/assets/material/3.png)
![Customizer for merchant](/assets/material/2.png)
## 添加素材
![Customizer for merchant](/assets/material/6.png)
![Customizer for merchant](/assets/material/1.png)
::: tip
在素材列表页面,您可以对素材执行批量操作,例如:批量设置分类和批量设置标签。
:::
# 订单管理
本节将介绍如何查看您绑定店铺的订单列表以及详细信息。
# 产品编辑和同步
编辑产品信息界面
## 边际产品基础信息
![Customizer for merchant](/assets/product/edit/4.png)
![Customizer for merchant](/assets/product/edit/5.png)
::: tip
1. 商品标题
2. 商品摘要 (shopline)
3. 商品描述
4. 商品在独立站中上架状态
5. 商品是否可定制
6. 商品主图
7. 商品多媒体文件
8. 商品标签
9. 商品默认素材标签
10. 商品SEO URL 标识
11. 标准化产品单元 (shopline)
12. 商品售价
13. 商品原价
:::
### Shopify
![Customizer for merchant](/assets/product/edit/7.png)
![Customizer for merchant](/assets/product/edit/11.png)
### Shopline
![Customizer for merchant](/assets/product/edit/8.png)
![Customizer for merchant](/assets/product/edit/9.png)
## 编辑产品变体信息
![Customizer for merchant](/assets/product/edit/6.png)
### Shopify
![Customizer for merchant](/assets/product/edit/10.png)
### Shopline
![Customizer for merchant](/assets/product/edit/12.png)
::: tip
列表中展示变体图片, 颜色尺码等属性,以及胚衣价格, 工艺价格,产品重量, SKU标识以及每个变体的售价.
您可以点击上方的颜色或尺码对同一属性的该变体产品进行批量修改
:::
\ No newline at end of file
# 商品管理
此界面显示您在上一步骤中由您创建的独一无二的产品。
## 商品生成中
![Customizer for merchant](/assets/product/1.png)
## 商品生成成功
![Customizer for merchant](/assets/product/2.png)
## 同步商品到店铺
![Customizer for merchant](/assets/product/13.png)
::: tip
当您编辑完成并点击保存后,会返回商品列表界面, 此时,您可以点击同步操作按钮,该商品将会同步至您的店铺
:::
商品同步到店铺成功后,您可以前往您的店铺前台, 访问该商品, 打开商品详情页, 定制按钮就会出现
### Shopify
![Customizer for merchant](/assets/product/14.png)
![Customizer for merchant](/assets/product/15.png)
### Shopline
![Customizer for merchant](/assets/product/16.png)
![Customizer for merchant](/assets/product/17.png)
_______________
::: warning
您可以编辑、同步和删除产品列表中显示的所有商品。
执行删除操作时请谨慎操作。一旦执行,该项目将被永久删除。
:::
![Customizer for merchant](/assets/product/3.png)
# 充值明细
本节主要介绍如何查看您的充值明细。
\ No newline at end of file
# 尺码表管理
本节主要介绍如何管理您对应商品的尺码表信息。
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: "JOCUSTOM"
text: "支持Shopify和Shopline安装的一件定制应用"
actions:
- theme: brand
text: 快速上手
link: /cn/introduction
features:
- title: 安装简便
details: 该应用现已在Shopify和Shopline平台上线
- title: 按需打印
details: 顾客可以自己设计并购买专属的个性化礼品
- title: 全球物流
details: 确保货物高效且经济地送达每位消费者
---
# Introduction
JOCUSTOM是一款为电商创业者提供定制化产品制造、仓储及全球分销服务的应用程序,涵盖服装、家居用品及配饰等品类。
## What is JOCUSTOM
>JOCUSTOM是一款兼容Shopify及Shopify平台的按需定制应用插件。它能助您快速生成商品并同步至平台,同时支持顾客对商品进行个性化定制。凭借直邮配送功能,它将助力您的平台腾飞发展。
## 商家定制
![Customizer for merchant](/assets/introduction/customizer%20for%20merchant.png)
## 客户定制
![Customizer for clients](/assets/introduction/customizer%20for%20lients.png)
![Customizer for clients](/assets/introduction/customizer%20for%20lients2.png)
## 工厂生产
![factory](/assets/introduction/factory1.png)
![factory](/assets/introduction/factory2.jpg)
![factory](/assets/introduction/factory3.jpg)
## 极速物流
![express](/assets/introduction/express.png)
# JOCUSTOM - Shopify
此界面提供了在您的Shopify商店上安装JOCUSTOM应用程序的完整流程。
## 登录您的Shopify店铺
![Customizer for merchant](/assets/shopify/installation/1.png)
## 前往Shopify应用商店
![Customizer for merchant](/assets/shopify/installation/2.png)
## 搜索关键词 (JOCSUTOM)
![Customizer for merchant](/assets/shopify/installation/3.png)
## 安装 JOCUSTOM 应用
![Customizer for merchant](/assets/shopify/installation/4.png)
# Shopify - Configuration
此界面说明如何为您的Shopify商店配置JOCUSTOM应用。
## 登录您的Shopify后台账号, 并打开皮肤编辑器
![Customizer for merchant](/assets/shopify/configuration/1.png)
## 切换到产品界面
![Customizer for merchant](/assets/shopify/configuration/2.png)
## 在“加入购物车”按钮上方添加我们的应用程序区块
![Customizer for merchant](/assets/shopify/configuration/3.png)
![Customizer for merchant](/assets/shopify/configuration/4.png)
::: 注意
请确保移动端定制器位于PC端定制器下方。
:::
## 切换到购物车界面
添加我们应用程序提供的购物车模块
![Customizer for merchant](/assets/shopify/configuration/8.png)
![Customizer for merchant](/assets/shopify/configuration/9.png)
## 切换到结算页面
![Customizer for merchant](/assets/shopify/configuration/5.png)
## 添加我们提供的结算应用扩展
![Customizer for merchant](/assets/shopify/configuration/6.png)
![Customizer for merchant](/assets/shopify/configuration/7.png)
# JOCUSTOM - Shopline
此界面提供了在您的Shopline商店上安装JOCUSTOM应用程序的完整流程。
## 登录您的Shopline店铺
![Customizer for merchant](/assets/shopline/installation/1.png)
## 前往Shopline应用市场
![Customizer for merchant](/assets/shopline/installation/2.png)
## 所以关键字(JOCUSTOM)
![Customizer for merchant](/assets/shopline/installation/3.png)
## 安装 JOCUSTOM 应用
![Customizer for merchant](/assets/shopline/installation/4.png)
# Shopline - Configuration
此界面说明如何为您的Shopline商店配置JOCUSTOM应用。
## 登录您的Shopline后台账号, 并打开皮肤编辑器
![Customizer for merchant](/assets/shopline/configuration/1.png)
## 切换到产品界面
![Customizer for merchant](/assets/shopify/configuration/2.png)
## 在“加入购物车”按钮上方添加我们的应用程序区块
![Customizer for merchant](/assets/shopify/configuration/3.png)
![Customizer for merchant](/assets/shopify/configuration/4.png)
::: warning
请确保移动端定制器位于PC端定制器下方。
:::
# 关于我们
欢迎来到Jocustom!
Jocustom是一家为Shopify以及Shopline在线商店提供独特、卓越、周到的在线购物体验的应用。我们拥有高质量的制造商和供应商;同时,我们不断优化我们的采购和生产流程,以确保我们的产品具有高质量。请随时在网站上购买我们的产品。
我们的网站非常重视客户服务,客户的意见是促进我们发展、改进和提升自己的重要信息。如果您在消费过程中遇到任何困难,请查看我们网站的其他条款,或随时联系我们的工作人员。
::: tip
Email: jocustom@jomalls.com
:::
再次感谢您访问我们的网站,祝您购物愉快!
# 联系我们
如果您有任何疑问或疑虑,请随时与我们联系。
我们很乐意收到您的来信,请通过以下方式联系我们:
Email: jocustom@jomalls.com
# 隐私政策
## 隐私声明
我们认真对待您的隐私,本隐私声明解释了(统称为“我们”、“我们”或“我们的”)如何收集、使用、共享和处理您的信息。
## 个人数据的收集和使用
个人数据是可用于直接或间接识别您的信息。个人数据还包括与可用于直接或间接识别您的信息相关的匿名数据。个人数据不包括已不可逆匿名或聚合的数据,因此无论是与其他信息结合还是以其他方式,我们都无法再识别您的身份。
## 促进安全和安保
我们遵守合法性、正当性和透明度的原则,在有限的目的范围内使用和处理最少的数据,并采取技术和行政措施保护数据的安全。我们使用个人数据来帮助验证帐户和用户活动,以及促进安全和安保,例如通过监控欺诈和调查可疑或潜在的非法活动或违反我们的条款或政策的行为。此类处理是基于我们帮助确保产品和服务安全的合法利益。
以下是我们可能收集的个人数据类型以及我们如何使用这些数据的描述:
## 我们收集哪些个人数据
您提供的数据:
一、我们收集您在使用我们的产品和服务或以其他方式与我们互动时提供的个人数据,例如当您创建帐户、联系我们、参与在线调查、使用我们的在线帮助或在线聊天工具时。如果您进行购买,我们会收集与购买相关的个人数据、其他帐户和身份验证信息,以及账单、运费和联系方式。
二、关于我们服务和产品使用情况的数据:
当您访问我们的网站/应用程序时,我们可能会从您安装或访问我们产品或服务的计算机、手机或其他设备收集有关您使用的设备类型、设备的唯一标识符、设备的IP地址、操作系统、您使用的互联网浏览器类型、使用信息、诊断信息和位置信息的数据。在可用的情况下,我们的服务可能会使用GPS、您的IP地址和其他技术来确定设备的大致位置,以便我们改进我们的产品和服务。我们如何使用您的个人数据一般来说,我们使用个人数据来提供、改进和开发我们的产品和服务,与您沟通,为您提供有针对性的广告和服务,并保护我们和我们的客户。
## 提供、改进和开发我们的产品和服务:
一、我们使用个人数据来帮助我们提供、改进和开发我们的产品、服务和广告。这包括将个人数据用于数据分析、研究和审计等目的。此类处理是基于我们为您提供产品和服务以及业务连续性的合法利益。如果您参加比赛或其他促销活动,我们可能会使用您提供的个人数据来管理这些计划。其中一些活动有额外的规则,其中可能包含有关我们如何使用个人数据的更多数据,因此我们鼓励您在参与之前仔细阅读这些规则。
二、与您沟通:
在您事先明确同意的情况下,我们可能会使用个人数据向您发送与我们自己的产品和服务有关的营销信息,与您就您的帐户或交易进行沟通,并告知您我们的政策和条款。如果您不再希望接收用于营销目的的电子邮件通信,请联系我们选择退出。当您联系我们时,我们也可能会使用您的数据来处理和回应您的请求。在您事先明确同意的情况下,我们可能会与第三方合作伙伴共享您的个人数据,这些合作伙伴可能会向您发送与其产品和服务相关的营销信息。在您事先明确同意的情况下,我们可能会使用个人数据来个性化您在我们的产品和服务以及第三方网站和应用程序上的体验,并确定我们促销活动的有效性。
:::tip
注意:对于上述任何需要您事先明确同意的数据使用,请注意,您可以通过联系我们撤回您的同意。
:::
## “Cookie”的定义
Cookie是用于在网络浏览器上存储信息的小块文本。Cookie被广泛用于在计算机、手机和其他设备上存储和接收标识符和其他信息。我们还使用其他技术,包括我们存储在您的网络浏览器或设备上的数据、与您的设备相关的标识符以及其他软件,用于类似目的。在本Cookie声明中,我们将所有这些技术称为“Cookie”
## Cookie的使用
我们使用Cookie来提供、保护和改进我们的产品和服务,例如通过个性化内容、提供和衡量广告、了解用户行为以及提供更安全的体验。请注意,我们可能使用的特定Cookie因您使用的特定网站和服务而异。
## 个人数据的披露
我们向与我们合作提供产品和服务或帮助我们向客户营销的战略合作伙伴提供某些个人数据。我们只会与这些公司共享个人数据,以提供或改进我们的产品、服务和广告;未经您事先明确同意,我们不会出于营销目的与第三方共享。
## 数据泄露或存储、传输和处理
一、履行法律义务:
由于欧洲经济区或用户居住国的强制性法律,某些法律行为存在或已经发生,需要履行某些法律义务。欧洲经济区居民的个人数据处理——如下所述,如果您居住在欧洲经济区(EEA),我们对您的个人数据的处理将合法化:每当我们需要您同意处理您的个人信息时,根据《通用数据保护条例》(EU)(“GDPR”)第6(1)条,这种处理将是合理的。
二、为合理执行或适用本条:
我们可能会与所有关联公司共享个人数据。如果我们的全部或任何部分业务发生合并、重组、收购、合资、转让、分拆、转移或出售或处置,包括与任何破产或类似程序有关的业务,我们可能会将任何和所有个人数据转让给相关第三方。如果我们真诚地确定披露是保护我们的权利和寻求可用补救措施、执行我们的条款和条件、调查欺诈或保护我们的运营或用户合理必要的,我们也可能披露个人数据。
三、法律合规与安全或保护其他权利
根据法律、法律程序、诉讼和/或您居住国内外的公共和政府当局的要求,我们可能需要披露个人数据。如果我们确定出于国家安全、执法或其他具有公共重要性的问题的目的,披露是必要或适当的,我们也可能披露个人数据。
## 您的权利
我们采取合理措施确保您的个人数据准确、完整和最新。您有权访问、更正或删除我们收集的个人数据。您还有权在任何时候限制或反对进一步处理您的个人数据。您有权以结构化和标准格式接收您的个人数据。您可以就个人数据的处理向主管数据保护机构提出投诉。为了保护您的个人数据的隐私和安全,我们可能会要求您提供数据,以便我们确认您的身份和访问此类数据的权利,以及搜索并向您提供我们维护的个人数据。在某些情况下,适用的法律或监管要求允许或要求我们拒绝提供或删除我们维护的部分或全部个人数据。您可以联系我们行使您的权利。我们将在合理的时间范围内回复您的请求,在任何情况下都不会超过30天。
## 第三方网站和服务
当客户操作与我们有关系的第三方网站的链接时,由于第三方的隐私政策,我们不对此类政策承担任何义务或责任。我们的网站、产品和服务可能包含指向第三方网站、产品及服务的链接,或允许您访问这些网站、产品或服务。我们不对这些第三方采用的隐私做法负责,也不对其产品和服务包含的信息或内容负责。本隐私声明仅适用于我们通过产品和服务收集的数据。我们鼓励您在继续使用任何第三方的网站、产品或服务之前阅读其隐私政策。
## 数据安全性、完整性和保留
我们使用合理的技术、管理和物理安全措施,旨在保护和帮助防止未经授权访问您的数据,并正确使用我们收集的数据。我们将保留您的个人数据,只要有必要实现本隐私声明中概述的目的,除非法律要求或允许更长的保留期。
## 本隐私声明的更改
除其他原因外,我们可能会定期更改本隐私声明,以跟上新技术、行业惯例和监管要求的步伐。如果您不同意修订后的联系我们隐私声明,请不要使用我们的产品或服务,并联系我们关闭您可能创建的任何帐户。
## 您个人数据的存储和传输
当您访问或使用我们的服务时,您的个人数据可能会被处理或转移到您居住的国家/地区以外。这些国家或司法管辖区的数据保护法律在某些方面可能与您居住的司法管辖区法律不同,或者保护程度较低。如果您不希望您的信息被转移、处理或维护到您居住的国家或司法管辖区之外,您应该立即停止访问或使用这些服务。
# 退货政策
## 取消
我们接受在产品发货或生产之前取消订单。如果订单被取消,您将获得全额退款。如果产品已经发货,我们不能取消订单。
## 退货(如适用)
我们接受退货。客户有权在产品交付后14天内申请退货。
要符合退货条件,您的物品必须未使用,并且与收到时处于相同的状态。它还必须在原始包装中。要完成退货,我们需要收据或购买证明。请咨询我们的客服,确保您将包裹寄到正确的地址。
::: warning
定制或个性化商品无权获得14天退款。
如果退货是由消费者造成的,消费者应承担运费。具体费用应根据您选择的快递公司而定。
如果由于我们的原因,收到的货物损坏或不正确,消费者不需要因此承担运费。
退回产品不向消费者收取补货费
:::
## 退款(如适用)
收到并检查您的退货后,我们将通过电子邮件向您发送收货通知。我们还将通知您退款的批准或拒绝。如果您获得批准,您的退款将被处理,并在一定天数内自动将信用卡或原始付款方式记入您的信用卡。
## 延迟或丢失退款(如适用)
如果您还没有收到退款,请先再次检查您的银行账户。
然后联系您的信用卡公司,退款可能需要一段时间才能正式公布。接下来联系您的银行。在退款发布之前,通常需要一些处理时间。如果您已经完成了所有这些操作,但仍未收到退款,请通过以下方式与我们联系: jocustom@jomalls.com
# 物流政策
我们的目标是为您提供最佳的运输选择,无论您住在哪里。我们每天为全球数百家客户提供服务,我们努力为您提供最高水平的服务。
## 订单交付的时间框架分为两部分
·处理时间:3-7天
·发货时间:14~30天
## 运输方式
标准运输
## 运费
根据商品重量以及收货地址计算
## 定价方式
按商品件数收费
## 运费明细:
>基本费用:每件商品都会产生运费,由装运当天的现行市场价格决定。
>费率每天更新;最终费用反映结账时的报价。
>费用计算示例:如果每日市场价格为每件商品¥X,则N件商品的总费用为:N×¥X。
>附加费用:增值服务(如保险、特殊包装)会产生额外费用。详情请联系客户服务。
::: tip
费用可能会因市场条件(如燃油附加费、季节性调整)而波动。最终金额在付款时确认。装运后不调整费用。
:::
客户支持:有问题吗?电子邮件:jocustom@jomalls.com
...@@ -8,7 +8,7 @@ hero: ...@@ -8,7 +8,7 @@ hero:
actions: actions:
- theme: brand - theme: brand
text: Get Started text: Get Started
link: /introduction link: introduction
features: features:
- title: Easy to install - title: Easy to install
......
...@@ -8,7 +8,7 @@ This interface provides the complete process for installing the JOCUSTOM app on ...@@ -8,7 +8,7 @@ This interface provides the complete process for installing the JOCUSTOM app on
## Go to the Shopline App Store ## Go to the Shopline App Store
![Customizer for merchant](/assets/shopline/installation/2.png) ![Customizer for merchant](/assets/shopline/installation/2.png)
## Search by keyword (JOCSUTOM) ## Search by keyword (JOCUSTOM)
![Customizer for merchant](/assets/shopline/installation/3.png) ![Customizer for merchant](/assets/shopline/installation/3.png)
## Install the JOCUSTOM app ## Install the JOCUSTOM app
......
---
outline: deep
---
# Runtime test
This page demonstrates usage of some of the runtime APIs provided by VitePress.
The main `useData()` API can be used to access site, theme, and page data for the current page. It works in both `.md` and `.vue` files:
```md
<script setup>
import { useData } from 'vitepress'
const { theme, page, frontmatter } = useData()
</script>
## Results
### Theme Data
<pre>{{ theme }}</pre>
### Page Data
<pre>{{ page }}</pre>
### Page Frontmatter
<pre>{{ frontmatter }}</pre>
```
<script setup>
import { useData } from 'vitepress'
const { site, theme, page, frontmatter } = useData()
</script>
## Results
### Theme Data
<pre>{{ theme }}</pre>
### Page Data
<pre>{{ page }}</pre>
### Page Frontmatter
<pre>{{ frontmatter }}</pre>
## More
Check out the documentation for the [full list of runtime APIs](https://vitepress.dev/reference/runtime-api#usedata).
# About Us
Welcome to Jocustom!
Jocustom is an application that delivers unique, exceptional, and thoughtful online shopping experiences for Shopify and Shopline stores. We partner with high-quality manufacturers and suppliers while continuously optimizing our procurement and production processes to ensure premium product quality. Feel free to purchase our products on our website.
Our website places great emphasis on customer service, and your feedback is vital for our growth, improvement, and enhancement. Should you encounter any difficulties during your shopping experience, please review the additional terms on our website or contact our staff at any time.
::: tip
Email: jocustom@jomalls.com
:::
Thank you again for visiting our website. Enjoy your shopping!
\ No newline at end of file
# Contact Us
If you have any questions or concerns, please do not hesitate to contact us.
We would love to hear from you, contact us on:
Email: jocustom@jomalls.com
# Return Policy
## Cancellation
We accept order cancellation before the product is shipped or produced. If the order is cancelled you will get full refund. We cannot cancel the order if the product is already shipped out.
## Returns (if applicable)
We accept return of products. Customers have the right to apply for a return within 14 days after delivery the product.
To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging. To complete your return, we require a receipt or proof of purchase. Please ask our customer service to make sure you send the package to the right address.
::: warning
Custom-order or personalised items do not have a right to 14 days refund.
If the return is caused by the consumer, consumer should be responsible for the shipping fee. The specific fee should be based on the express company you choose.
If due to our reasons, the goods received are damaged or not correct, the consumer is not required to bear the shipping fee for this reason.
No restocking fee to be charged to the consumers for the return of a product.;
:::
## Refunds (if applicable)
Once your return is received and inspected, we will email you a notification of receipt. We will also notify you of the approval or rejection of your refund. If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.
## Late or missing refunds (if applicable)
If you haven’t received a refund yet, first check your bank account again.
Then contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted. If you’ve done all of this and you still have not received your refund, please contact us at jocustom@jomalls.com.
# Shipping Policy
Our goal is to offer you the best shipping options, no matter where you live. We deliver to hundreds of customers across the world every day, and we strive to provide you with services of the highest level.
## The time frame of an order delivery is divided into two parts
· Processing time: 3-7 Days
· Shipping time: 14~30 Days
## Shipping methods
Standard Shipping
## Shipping fee
Pricing Method: Charged per item
## Shipping Fee Details:
>Base Fee:Each item incurs a shipping fee, determined by the prevailing market rate on the day of shipment.Rates are updated daily; the final fee reflects the quote at checkout.
>Fee Calculation Example:If the daily market rate is ¥X per item, the total fee for N items is: N × ¥X.
>Additional Charges:Value-added services (e.g., insurance, special packaging) incur extra fees. Contact customer service for details.
::: tip
Fees may fluctuate due to market conditions (e.g., fuel surcharges, seasonal adjustments). The final amount is confirmed at payment.No post-shipment adjustments to fees.
:::
Customer Support:Questions? Email: jocustom@jomalls.com
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment