<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>shopify运营 &#8211; 出海指南</title>
	<atom:link href="https://chuhaizhinan.com/tag/shopify%E8%BF%90%E8%90%A5/feed/" rel="self" type="application/rss+xml" />
	<link>https://chuhaizhinan.com</link>
	<description>出海就上出海指南, 最懂出海人的工具导航栏</description>
	<lastBuildDate>Thu, 28 Sep 2023 11:15:59 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://chuhaizhinan.com/wp-content/uploads/2023/05/cropped-出海指南.jpg</url>
	<title>shopify运营 &#8211; 出海指南</title>
	<link>https://chuhaizhinan.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>干货丨Shopify多语言站点和多货币销售的实现方法</title>
		<link>https://chuhaizhinan.com/2023/09/28/shopify/</link>
					<comments>https://chuhaizhinan.com/2023/09/28/shopify/#respond</comments>
		
		<dc:creator><![CDATA[深圳艾维]]></dc:creator>
		<pubDate>Thu, 28 Sep 2023 11:15:58 +0000</pubDate>
				<category><![CDATA[独立站运营]]></category>
		<category><![CDATA[shopify运营]]></category>
		<guid isPermaLink="false">https://chuhaizhinan.com/?p=26960</guid>

					<description><![CDATA[商家可以运用其提供的模板和建站应用，轻松搭建网上商城。做shopify的卖家大多都不是面向单一国家的用户，满足多语站点和多货币销售的需求]]></description>
										<content:encoded><![CDATA[
<p>Shopify是一站式SaaS模式的电商服务平台，商家可以运用其提供的模板和建站应用，轻松搭建网上商城。做shopify的卖家大多都不是面向单一国家的用户，满足多语站点和多货币销售的需求。</p>



<p>那么目前的Shopify网站要如何设置？下面一起来看下相关操作。</p>



<p>1 多货币销售</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p><strong>· 方法一：使用shopify payment</strong></p>



<p>当我们收款方式是使用shopify payment的时候在后台的设置&#8211;&gt;市场里面可以添加多个市场并管理售价。</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="683" height="346" src="https://chuhaizhinan.com/wp-content/uploads/2023/09/image-1700.png" alt="" class="wp-image-26962" srcset="https://chuhaizhinan.com/wp-content/uploads/2023/09/image-1700.png 683w, https://chuhaizhinan.com/wp-content/uploads/2023/09/image-1700-300x152.png 300w" sizes="(max-width: 683px) 100vw, 683px" /></figure>



<p><strong>优点：</strong>在结账的时候是当地货币结账，可以手动修改产品不同市场的价格。</p>



<p><strong>缺点：</strong>门槛比较高，需要使用shopify payment（相对来说也不算缺点）</p>



<p>如若想了解更多关于markets的内容点击此链接：https://help.shopify.com/zh-CN/manual/markets</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p><strong>&nbsp;· 方法二：使用货币转换插件（适用多语言）</strong></p>



<p>在插件商城搜索对应的关键词，如：currency（大部分的插件都是语言翻译和货币转换一起的）</p>



<figure class="wp-block-image size-full"><img decoding="async" width="642" height="272" src="https://chuhaizhinan.com/wp-content/uploads/2023/09/image-1701.png" alt="" class="wp-image-26963" srcset="https://chuhaizhinan.com/wp-content/uploads/2023/09/image-1701.png 642w, https://chuhaizhinan.com/wp-content/uploads/2023/09/image-1701-300x127.png 300w" sizes="(max-width: 642px) 100vw, 642px" /></figure>



<p><strong>缺点：</strong>在结账的时候最后还是我们shopify后台选择的销售货币来结账，只是在网站前端显示上做了转换。</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p><strong>&nbsp;· 方法三：创建多个后台（适用多语言）</strong></p>



<p>这个方法需要我们创建多个shopify店铺每一个对应一个币种，然后在网站前端通过跳转达到切换网站的效果。</p>



<figure class="wp-block-image size-full"><img decoding="async" width="682" height="157" src="https://chuhaizhinan.com/wp-content/uploads/2023/09/image-1702.png" alt="" class="wp-image-26964" srcset="https://chuhaizhinan.com/wp-content/uploads/2023/09/image-1702.png 682w, https://chuhaizhinan.com/wp-content/uploads/2023/09/image-1702-300x69.png 300w" sizes="(max-width: 682px) 100vw, 682px" /></figure>



<p>跳转功能因为每个模板顶部导航栏的布局和代码有所区别这里没有办法做到通用。需要根据模板去调整CSS和放置的位置。</p>



<p>代码如下：</p>



<figure class="wp-block-image size-full"><img decoding="async" width="716" height="781" src="https://chuhaizhinan.com/wp-content/uploads/2023/09/image-1703.png" alt="" class="wp-image-26965" srcset="https://chuhaizhinan.com/wp-content/uploads/2023/09/image-1703.png 716w, https://chuhaizhinan.com/wp-content/uploads/2023/09/image-1703-275x300.png 275w" sizes="(max-width: 716px) 100vw, 716px" /></figure>



<p><strong>优点：</strong>可以做到每个网站都不同的价格，不同的布局独立出来；达到翻译和货币一起本地化的效果。</p>



<p><strong>缺点：</strong>需要多个店铺，同时需要一些技术作为支撑。</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p>2 多语言销售</p>



<p>参考多货币销售中的&nbsp;<strong>「方法二」&nbsp;</strong>和&nbsp;<strong>「方法三」&nbsp;</strong>，例如：</p>



<p><strong>方法二的域名呈现：</strong>iwishweb.com/de（域名没有变化，只是多了一个翻译页面）</p>



<p><strong>方法三的域名呈现：</strong>de.iwishweb.com（子域名）</p>



<p><strong>注意：</strong>方法三如果是在投广告的过程中分开的话，<strong>会对原来的广告有一定影响</strong>，但整个操作完成之后，后续的广告是没问题的。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://chuhaizhinan.com/2023/09/28/shopify/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>如何优化Shopify图片？有哪些技巧？</title>
		<link>https://chuhaizhinan.com/2023/06/19/how-to-optimize-images-for-shopify/</link>
					<comments>https://chuhaizhinan.com/2023/06/19/how-to-optimize-images-for-shopify/#respond</comments>
		
		<dc:creator><![CDATA[蓝鲨互动]]></dc:creator>
		<pubDate>Mon, 19 Jun 2023 17:00:42 +0000</pubDate>
				<category><![CDATA[独立站运营]]></category>
		<category><![CDATA[shopify运营]]></category>
		<guid isPermaLink="false">https://chuhaizhinan.com/?p=7073</guid>

					<description><![CDATA[虽说Shopify商城的流量主要来源于Google等搜索引擎以及社交平台，但是想要有更多转化，商品图片优化也是非常重要的]]></description>
										<content:encoded><![CDATA[
<p>虽说Shopify商城的流量主要来源于Google等搜索引擎以及社交平台，但是想要有更多转化，商品图片优化也是非常重要的。当然Shopify图片优化也不算难，大家也可以参考一下亚马逊、eBay等电商平台是怎么优化图片的。下面说一下shopify有哪些优化技巧。</p>



<figure class="wp-block-image size-full"><img decoding="async" width="835" height="389" src="https://chuhaizhinan.com/wp-content/uploads/2023/06/image-1756.png" alt="" class="wp-image-7075" srcset="https://chuhaizhinan.com/wp-content/uploads/2023/06/image-1756.png 835w, https://chuhaizhinan.com/wp-content/uploads/2023/06/image-1756-300x140.png 300w, https://chuhaizhinan.com/wp-content/uploads/2023/06/image-1756-768x358.png 768w" sizes="(max-width: 835px) 100vw, 835px" /></figure>



<p><strong>制作Shopify图片的时候</strong></p>



<p><strong>要注意以下几点</strong></p>



<p>1.控制好图片大小、格式及原始质量，否则上传后平台会对图片进行压缩，影响图片展示。</p>



<p>2. Shopify 会自动创建不同的尺寸版本，建议产品图片不需要采用较大尺寸的图片，可能会采用同一图片的精简版本。</p>



<p>3. 若要使图片看起来大小相同，需要对添加为精选图片或主要图片的所有图片使用一致的长宽比或高宽比。</p>



<p>4. 不能使用无授权的图片，也是很容易招来侵权投诉的；对于其它商店图片，可以到Burst 下载高分辨率产品和生活的免版权图片。</p>



<figure class="wp-block-image size-full"><img decoding="async" width="783" height="601" src="https://chuhaizhinan.com/wp-content/uploads/2023/06/image-1758.png" alt="" class="wp-image-7077" srcset="https://chuhaizhinan.com/wp-content/uploads/2023/06/image-1758.png 783w, https://chuhaizhinan.com/wp-content/uploads/2023/06/image-1758-300x230.png 300w, https://chuhaizhinan.com/wp-content/uploads/2023/06/image-1758-768x589.png 768w" sizes="(max-width: 783px) 100vw, 783px" /></figure>



<p><strong>如何优化Shopify图片</strong></p>



<p>1.产品细节图</p>



<p>要抓住你产品的核心卖点，去放大该细节展示，以便能让客户更好的了解产品，比如显示产品的材质等，既能显得产品很高级，也能让买家觉得产品安全可靠。</p>



<p>2. 场景图</p>



<p>这个主要就是做一个使用场景图，可以让客户更切身体验产品的使用，也能帮买家解锁一些之前没想象到的使用场景。</p>



<p>3. 产品属性图</p>



<p>通过一张产品的整体图片，去展示出产品的所有功能及其属性，让买家对产品的功能一目了然。建议可以标出产品的尺寸，做好是有一个比较常见的参照物，这样是可以更直观的展示产品大小的。</p>



<p>4. 包装图</p>



<p>产品包装也是现在很重要的一个环节，如果你产品的包装比较精美，比其他卖家更具竞争力，尤其对于女性顾客，女生都喜欢漂亮的东西，也可以放上去。</p>



<figure class="wp-block-image size-full"><img decoding="async" width="833" height="520" src="https://chuhaizhinan.com/wp-content/uploads/2023/06/image-1757.png" alt="" class="wp-image-7076" srcset="https://chuhaizhinan.com/wp-content/uploads/2023/06/image-1757.png 833w, https://chuhaizhinan.com/wp-content/uploads/2023/06/image-1757-300x187.png 300w, https://chuhaizhinan.com/wp-content/uploads/2023/06/image-1757-768x479.png 768w" sizes="(max-width: 833px) 100vw, 833px" /></figure>



<p>大家也可以参考一些销量比较高的同行的上篇产品图片去优化，结合自己的产品，这样才更有优势的。当然除了图片外，产品标题、描述等方面也是非常重要的，认真做好每一部分的优化才能牢牢抓住买家的心。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://chuhaizhinan.com/2023/06/19/how-to-optimize-images-for-shopify/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
