<?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>other &#8211; Monimo reviews app</title>
	<atom:link href="https://site.monimo.app/knowledge-base/tag/other/feed/" rel="self" type="application/rss+xml" />
	<link>https://site.monimo.app</link>
	<description>Shopify Reviews Importer &#124; Photo Reviews</description>
	<lastBuildDate>Thu, 09 Dec 2021 19:39:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.10</generator>
	<item>
		<title>Removing rating stars</title>
		<link>https://site.monimo.app/knowledge-base/removing-rating-stars/</link>
		
		<dc:creator><![CDATA[Monimoapp]]></dc:creator>
		<pubDate>Mon, 05 Jul 2021 18:02:02 +0000</pubDate>
				<guid isPermaLink="false">https://site.monimo.app/?post_type=epkb_post_type_1&#038;p=9586</guid>

					<description><![CDATA[On most Shopify themes, Monimo will automatically add the star ratings to your product pages, collection pages, homepage featured product (if you have one) and cart page.   In this article, we&#8217;ll show how to remove Monimo&#8217;s star ratings from your store&#8217;s pages. Products feature on homepage  Head over to Shopify Themes menu. Select ‘Actions’ menu [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">On most Shopify themes, Monimo will automatically add the star ratings to your product pages, collection pages, homepage featured product (if you have one) and cart page.  </span></p>
<p><span style="font-weight: 400;">In this article, we&#8217;ll show how to remove Monimo&#8217;s star ratings from your store&#8217;s pages.</span></p>
<h2><span style="font-weight: 400;">Products feature on homepage </span></h2>
<ol>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Head over to Shopify Themes menu.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Select ‘Actions’ menu and click on ‘Edit code’.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Open the part you use for featured products (usually <em>featured-product.liquid </em>file) </span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Delete the following code: </span><em><span class="code-part" style="font-weight: 400;">&lt;div id=&#8221;monimo_rate_6&#8243; product-id=&#8221;{{ product.id }}&#8221; data-pattern=&#8221;[rating]/5, [count] {reviews} &#8220;&gt;&lt;/div&gt;</span></em></li>
</ol>
<p><img loading="lazy" class="full alignnone wp-image-9822 size-full" src="https://site.monimo.app/wp-content/uploads/2021/07/feature-stars.png" alt="" width="960" height="523" srcset="https://site.monimo.app/wp-content/uploads/2021/07/feature-stars.png 960w, https://site.monimo.app/wp-content/uploads/2021/07/feature-stars-300x163.png 300w, https://site.monimo.app/wp-content/uploads/2021/07/feature-stars-768x418.png 768w" sizes="(max-width: 960px) 100vw, 960px" /></p>
<h2><span style="font-weight: 400;">Collection page </span></h2>
<ol>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Head over to Shopify Themes menu.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Select ‘Actions’ menu and click on ‘Edit code’.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Open the part you use for collection pages </span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Find and delete the following code: <span class="code-part" style="font-weight: 400;"><em> &lt;div class=&#8221;shop-booster-content shop-booster-col-rat&#8221; id=&#8221;shop-booster-pid-d-{{ product.id }}&#8221; data-pattern=&#8221;([count]) &#8221; style=&#8221;font-size: 14px;letter-spacing: 0px;&#8221;&gt;&lt;/div&gt;</em><br />
</span></span></li>
</ol>
<p><img loading="lazy" class="full alignnone wp-image-9824 size-full" src="https://site.monimo.app/wp-content/uploads/2021/07/coll-stars.png" alt="" width="960" height="440" srcset="https://site.monimo.app/wp-content/uploads/2021/07/coll-stars.png 960w, https://site.monimo.app/wp-content/uploads/2021/07/coll-stars-300x138.png 300w, https://site.monimo.app/wp-content/uploads/2021/07/coll-stars-768x352.png 768w" sizes="(max-width: 960px) 100vw, 960px" /></p>
<h2><span style="font-weight: 400;">Product pages</span></h2>
<ol>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Head over to Shopify Themes menu.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Select ‘Actions’ menu and click on ‘Edit code’.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Open the part you use for product  </span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Find and delete the following code: <em><span class="code-part" style="font-weight: 400;">&lt;div id=&#8221;monimo_rate_6&#8243; product-id=&#8221;{{ product.id }}&#8221; data-pattern=&#8221;[rating] ([count] {reviews}) &#8220;&gt;&lt;/div&gt;</span></em></span></li>
</ol>
<p><img loading="lazy" class="full alignnone wp-image-9825 size-full" src="https://site.monimo.app/wp-content/uploads/2021/07/prod-stars.png" alt="" width="960" height="520" srcset="https://site.monimo.app/wp-content/uploads/2021/07/prod-stars.png 960w, https://site.monimo.app/wp-content/uploads/2021/07/prod-stars-300x163.png 300w, https://site.monimo.app/wp-content/uploads/2021/07/prod-stars-768x416.png 768w" sizes="(max-width: 960px) 100vw, 960px" /></p>
<h2><span style="font-weight: 400;">Cart page</span></h2>
<ol>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Head over to Shopify Themes menu.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Select ‘Actions’ menu and click on ‘Edit code’.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Open the part you use for cart page (usually <em>cart-tempalte.liquid</em>)  </span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Find and delete the following code: </span><em><span class="code-part" style="font-weight: 400;">&lt;div class=&#8221;shop-booster-content shop-booster-col-rat&#8221; id=&#8221;shop-booster-pid-d-{{ item.product.id }}&#8221; data-pattern=&#8221;([count]) &#8221; style=&#8221;font-size: 14px;letter-spacing: 0px;&#8221;&gt;&lt;/div&gt;</span></em></li>
</ol>
<p><img loading="lazy" class="full alignnone wp-image-9827 size-full" src="https://site.monimo.app/wp-content/uploads/2021/07/cart-stars.png" alt="" width="960" height="404" srcset="https://site.monimo.app/wp-content/uploads/2021/07/cart-stars.png 960w, https://site.monimo.app/wp-content/uploads/2021/07/cart-stars-300x126.png 300w, https://site.monimo.app/wp-content/uploads/2021/07/cart-stars-768x323.png 768w" sizes="(max-width: 960px) 100vw, 960px" /></p>
<p><span class="contact-part" style="font-weight: 400;">Please don&#8217;t hesitate to <a href="https://site.monimo.app/knowledge-base/contacting-the-support-team/">contact our Support Team </a>if you need any further assistance. </span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Google Snippets</title>
		<link>https://site.monimo.app/knowledge-base/google-snippets/</link>
		
		<dc:creator><![CDATA[Monimoapp]]></dc:creator>
		<pubDate>Sun, 04 Jul 2021 19:03:22 +0000</pubDate>
				<guid isPermaLink="false">https://site.monimo.app/?post_type=epkb_post_type_1&#038;p=9583</guid>

					<description><![CDATA[When installing Monimo, rating stars are automatically visible during the search. This Google Snippet feature allows customers to discover your product through Google search and to be immediately drawn by your product&#8217;s rating. Google Snippets increase traffic in your shop by driving more customers from search engines, generating more revenue.]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">When installing Monimo, rating stars are automatically visible during the search. This Google Snippet feature allows customers to discover your product through Google search and to be immediately drawn by your product&#8217;s rating.</span></p>
<p><span style="font-weight: 400;">Google Snippets increase traffic in your shop by driving more customers from search engines, generating more revenue.</span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Removing Monimo from my Shop</title>
		<link>https://site.monimo.app/knowledge-base/removing-monimo-from-my-shop/</link>
		
		<dc:creator><![CDATA[Monimoapp]]></dc:creator>
		<pubDate>Sun, 04 Jul 2021 17:28:38 +0000</pubDate>
				<guid isPermaLink="false">https://site.monimo.app/?post_type=epkb_post_type_1&#038;p=9569</guid>

					<description><![CDATA[Tell us what we could do better!  Because if you are here there must be some improvements that we should add. To help us improve your experience with Monimo please contact us and you&#8217;ll hear from us soon. How to remove Monimo? You have to remove Monimo from your shop to pause or cancel our [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">Tell us what we could do better! </span></p>
<p><span style="font-weight: 400;">Because if you are here there must be some improvements that we should add.</span></p>
<p><span class="contact-part" style="font-weight: 400;">To help us improve your experience with Monimo please <a href="mailto:support@monimo.app">contact us</a> and you&#8217;ll hear from us soon.</span></p>
<h2><span style="font-weight: 400;">How to remove Monimo?</span></h2>
<p><span class="help-warning" style="font-weight: 400;">You have to remove Monimo from your shop to pause or cancel our subscription. You must remove Monimo from the Shopify apps menu. Notify that we cannot do this for you, you have to do it.</span></p>
<p><span style="font-weight: 400;">If you choose to come back (or unpause) Monimo saves everything so you can start from where you left. </span></p>
<p><span style="font-weight: 400;">If you wish to remove all or some data please <a href="mailto:support@monimo.app">contact us</a>.</span></p>
<h2><span style="font-weight: 400;">How to prevent Monimo widget from appearing in your shop after uninstalling?</span></h2>
<ol>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Head over to Shopify admin Themes page</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Select &#8216;Actions&#8217; and then click on &#8216;Edit code&#8217;</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Choose </span><i><span style="font-weight: 400;">theme.liquid</span></i><span style="font-weight: 400;"> file for edit</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">After finding the code below, delete it: <em><span class="code-part" style="font-weight: 400;">&lt;script src=&#8221;https://monimo.app/ali/reviews_js.js&#8221; &gt;&lt;/script&gt;&lt;script src=&#8221;https://monimo.app/ali/theme_js.js&#8221;&gt;&lt;/script&gt;</span></em></span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Press on Ctrl+F5 (or Cmnd+F5 on Mac) to refresh the page without cache</span></li>
</ol>
<p><img loading="lazy" class="full alignnone wp-image-9804 size-full" src="https://site.monimo.app/wp-content/uploads/2021/07/remove1.png" alt="" width="960" height="463" srcset="https://site.monimo.app/wp-content/uploads/2021/07/remove1.png 960w, https://site.monimo.app/wp-content/uploads/2021/07/remove1-300x145.png 300w, https://site.monimo.app/wp-content/uploads/2021/07/remove1-768x370.png 768w" sizes="(max-width: 960px) 100vw, 960px" /></p>
<p><span style="font-weight: 400;">There are some other codes you might find there, that are added by Monimo. However these will not affect anything on your page.</span></p>
<p><span class="contact-part" style="font-weight: 400;">If you have any troubles going through previously mentioned steps please contact our <a href="https://site.monimo.app/knowledge-base/contacting-the-support-team/">Support Team</a>. </span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How App Charges and Billings work</title>
		<link>https://site.monimo.app/knowledge-base/how-app-charges-and-billings-work/</link>
		
		<dc:creator><![CDATA[Monimoapp]]></dc:creator>
		<pubDate>Sun, 04 Jul 2021 17:19:58 +0000</pubDate>
				<guid isPermaLink="false">https://site.monimo.app/?post_type=epkb_post_type_1&#038;p=9565</guid>

					<description><![CDATA[All app charges and billing cycles are managed by Shopify according to their policy. Billing information When you choose any Monimo plan you approve those subscription charges. After finishing the free trial period your billing cycle starts, with no need for further approval. Usage charges in Unlimited plan are also included. The Basic plan is [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><span class="help-warning" style="font-weight: 400;">All app charges and billing cycles are managed by Shopify according to their <a href="https://help.shopify.com/en/manual/your-account/manage-billing/your-invoice/apps">policy</a>.</span></p>
<h2><span style="font-weight: 400;">Billing information</span></h2>
<p><span style="font-weight: 400;">When you choose any Monimo plan you approve those subscription charges. After finishing the free trial period your billing cycle starts, with no need for further approval. Usage charges in Unlimited plan are also included.</span></p>
<p><span style="font-weight: 400;">The Basic plan is the welcoming plan. Designed to help merchants adjust themselves to Shopify environment. After finishing the free trial Basic plan is available until reaching </span><span style="font-weight: 400;">500</span><span style="font-weight: 400;"> orders or $10 SMS credit. Then the Monimo Dashboard becomes locked and no changes can be made. However, all customer-facing features will remain the same. For further information go to <span style="color: #ff0000;">Basic Plan.</span></span></p>
<p><span style="font-weight: 400;">One billing cycle is 30 days and it starts when the free trial ends. Although Shopify and Monimo Billing cycles might start at the same time, you will be charged for Monimo when you are for Shopify.</span></p>
<h2><span style="font-weight: 400;">Making changes in your plan</span></h2>
<p><span style="font-weight: 400;">Only once the app is uninstalled will Shopify remove Monimo fees from the total. This does not include fees that have already started generating.</span></p>
<p><span style="font-weight: 400;">Pausing your store can only last up to 90 days when Shopify unpauses it, and fees start applying again. </span></p>
<p><span style="font-weight: 400;">For changing Monimo plans go to <a href="https://monimo.app/ali/admin/default/pricing.php?C=fe21eb203d6f9c8a4159322fe16f1181&amp;d=4696654.2214.421">Pricing</a> in Monimo Dashboard. This can be done at any time.</span></p>
<p><span style="font-weight: 400;">When you downgrade your plan, Monimo calculates the fee differences and you&#8217;re given the change in app credits. The amount is calculated according to the number of days in a month you spent on each plan.</span></p>
<h2><span style="font-weight: 400;">How to find Shopify Invoice?</span></h2>
<p><span style="font-weight: 400;">Your invoice can be found on Shopify Billing Settings. </span></p>
<p><span style="font-weight: 400;">For understanding it better head over to https://help.shopify.com/en/manual/your-account/manage-billing/your-invoice</span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Will Monimo Slow My Shop down?</title>
		<link>https://site.monimo.app/knowledge-base/will-monimo-slow-my-shop-down/</link>
		
		<dc:creator><![CDATA[Monimoapp]]></dc:creator>
		<pubDate>Sun, 04 Jul 2021 17:11:01 +0000</pubDate>
				<guid isPermaLink="false">https://site.monimo.app/?post_type=epkb_post_type_1&#038;p=9563</guid>

					<description><![CDATA[Never! Monimo is built in such a way that everything is loaded within less than half a second. We utilise a CDN (content delivery network) that allows us to quickly load photos and to serve scripts. Monimo starts loading only after the entire page has been loaded and is ready for customers to use. If [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">Never! Monimo is built in such a way that everything is loaded within less than half a second. We utilise a CDN (content delivery network) that allows us to quickly load photos and to serve scripts.</span></p>
<p><span style="font-weight: 400;">Monimo starts loading only after the entire page has been loaded and is ready for customers to use.</span></p>
<p><span style="font-weight: 400;">If your page is loading slowly we suggest using Google PageSpeed Insight to check what&#8217;s slowing it down. It helps you improve your speed because it shows you what elements are slowing it down.</span></p>
<p><span class="contact-part" style="font-weight: 400;">For any further explanation don&#8217;t hesitate to contact our <a href="https://site.monimo.app/knowledge-base/contacting-the-support-team/">Support Team</a>! </span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>GDPR Compliance and Monimo</title>
		<link>https://site.monimo.app/knowledge-base/gdpr-compliance-and-monimo/</link>
		
		<dc:creator><![CDATA[Monimoapp]]></dc:creator>
		<pubDate>Sun, 04 Jul 2021 17:09:39 +0000</pubDate>
				<guid isPermaLink="false">https://site.monimo.app/?post_type=epkb_post_type_1&#038;p=9560</guid>

					<description><![CDATA[Due to the European Union’s General Data Protection Regulation (GDPR) our policies are updated in such a way that it is easy for our users to comply with these policies. Updated GDPR Privacy Notice and Data Processing Addendum To address issues regarding GDPR we have new and improved Privacy Policy and Terms of Service so [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">Due to the European Union’s General Data Protection Regulation (GDPR) our policies are updated in such a way that it is easy for our users to comply with these policies.</span></p>
<p><span style="font-weight: 400;">Updated GDPR Privacy Notice and Data Processing Addendum</span></p>
<p><span style="font-weight: 400;">To address issues regarding GDPR we have new and improved Privacy Policy and Terms of Service so they now include a Data Processing Addendum. Updated agreements are included below.</span></p>
<p><a href="https://shopbooster.co/ali/legal/shop-booster-privacy_policy.pdf">ShopBooster &#8211; Privacy Policy</a></p>
<p><a href="https://shopbooster.co/ali/legal/terms_of_service_users.pdf">ShopBooster &#8211; Terms of Service </a></p>
<p><span style="font-weight: 400; color: #000000;">Guide to Complying to New Policies</span></p>
<p><span style="font-weight: 400;">A new feature that allows you to limit sending emails solely to customers that opted for it makes it easy to comply with the new Privacy Policy. It is highly recommended that you start using this feature.</span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Giving Monimo Permissions and Why We Need Them</title>
		<link>https://site.monimo.app/knowledge-base/giving-monimo-permissions-and-why-we-need-them/</link>
		
		<dc:creator><![CDATA[Monimoapp]]></dc:creator>
		<pubDate>Sun, 04 Jul 2021 17:06:50 +0000</pubDate>
				<guid isPermaLink="false">https://site.monimo.app/?post_type=epkb_post_type_1&#038;p=9557</guid>

					<description><![CDATA[To provide our services we need certain permission, like any other Shopify app and most apps in general. Here are permission we need and why: View Shopify account data &#8211; for Monimo account to be created and later for Monimo to be integrated we need some information like your shop&#8217;s URL, currency in use and [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">To provide our services we need certain permission, like any other Shopify app and most apps in general.</span></p>
<p><span style="font-weight: 400;">Here are permission we need and why:</span></p>
<p><b>View Shopify account data</b><span style="font-weight: 400;"> &#8211; for Monimo account to be created and later for Monimo to be integrated we need some information like your shop&#8217;s URL, currency in use and locale.</span></p>
<p><b>View orders</b><span style="font-weight: 400;"> &#8211; information from orders are necessary for us to fill-in your request emails like customer&#8217;s name and email, order date, fulfillment status and ordered product. All time access is required for us to send Bonus request emails to your previous customers.</span></p>
<p><b>Manage products </b><span style="font-weight: 400;">&#8211; to be able to calculate Monimo driven revenue for Monimo analytics, check if the product still exists in your shop, not to send email request for nonexistent products, to gather product photos for request emails</span></p>
<p><b>Manage customers</b><span style="font-weight: 400;"> &#8211; in the light of Shopify terms of service Monimo like all other apps allows users to report when customers unsubscribe from the emailing list. This information is stored on Shopify&#8217; customer record and is used to sync information between apps</span></p>
<p><b>Manage your online shop</b><span style="font-weight: 400;"> &#8211; this is necessary for you to successfully install and use Monimo widgets in your shop</span></p>
<p><span style="font-weight: 400;"><strong>Manage marketing</strong> &#8211; to be able to show your Monimo driven revenue on Shopify admin with the use of ‘Marketing Events’ </span></p>
<p><b>Manage other data</b><span style="font-weight: 400;"> &#8211; this mostly applies to pricing rules. Used to give discounts to customers.</span></p>
<p class="contact-part"> For any further questions and expectations regarding permissions don’t hesitate to <a href="https://site.monimo.app/knowledge-base/contacting-the-support-team/">contact us</a>!</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Creating a Staff Account for Monimo Support</title>
		<link>https://site.monimo.app/knowledge-base/creating-a-staff-account-for-monimo-support/</link>
		
		<dc:creator><![CDATA[Monimoapp]]></dc:creator>
		<pubDate>Sun, 04 Jul 2021 13:34:25 +0000</pubDate>
				<guid isPermaLink="false">https://site.monimo.app/?post_type=epkb_post_type_1&#038;p=9555</guid>

					<description><![CDATA[Sometimes our support team needs a staff account for your shop so we can properly assist and help you. Follow the next steps to create a Staff account: Head over to Plan and Permissions menu in Settings Click on &#8216;Add Staff&#8217; Fill in the first name with &#8216;Monimo&#8217;, last with &#8216;Support&#8217; In the &#8216;Email&#8217; field [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">Sometimes our support team needs a staff account for your shop so we can properly assist and help you.</span></p>
<p><span style="font-weight: 400;">Follow the next steps to create a Staff account:</span></p>
<ol>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Head over to Plan and Permissions menu in Settings</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Click on &#8216;Add Staff&#8217;</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Fill in the first name with &#8216;Monimo&#8217;, last with &#8216;Support&#8217;</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">In the &#8216;Email&#8217; field add email</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Give permission for &#8216;Themes&#8217;. If we need any more permissions we&#8217;ll kindly ask you to add them.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Click on &#8216;Send Invite&#8217;</span></li>
</ol>
<p><span class="contact-part" style="font-weight: 400;">If you have any troubles going through previously mentioned steps please contact our <a href="https://site.monimo.app/knowledge-base/contacting-the-support-team/">Support Team</a>. </span></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Finding Product ID</title>
		<link>https://site.monimo.app/knowledge-base/finding-product-id/</link>
		
		<dc:creator><![CDATA[Monimoapp]]></dc:creator>
		<pubDate>Sat, 03 Jul 2021 20:22:52 +0000</pubDate>
				<guid isPermaLink="false">https://site.monimo.app/?post_type=epkb_post_type_1&#038;p=9533</guid>

					<description><![CDATA[If you want to find a product&#8217;s ID do the  following steps: Head over to the Products tab of your Shopify admin. Select the product you would like to find the ID of. The product&#8217;s ID is included as the series of numbers visible in the page&#8217;s URL. For any further questions contact our Support [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">If you want to find a product&#8217;s ID do the  following steps:</span></p>
<ol>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Head over to the Products tab of your Shopify admin.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Select the product you would like to find the ID of.</span></li>
</ol>
<p><span style="font-weight: 400;">The product&#8217;s ID is included as the series of numbers visible in the page&#8217;s URL.</span></p>
<p><img loading="lazy" class="full alignnone wp-image-9904 size-full" src="https://site.monimo.app/wp-content/uploads/2021/07/id-product.png" alt="" width="1085" height="449" srcset="https://site.monimo.app/wp-content/uploads/2021/07/id-product.png 1085w, https://site.monimo.app/wp-content/uploads/2021/07/id-product-300x124.png 300w, https://site.monimo.app/wp-content/uploads/2021/07/id-product-1024x424.png 1024w, https://site.monimo.app/wp-content/uploads/2021/07/id-product-768x318.png 768w" sizes="(max-width: 1085px) 100vw, 1085px" /></p>
<p><span class="contact-part" style="font-weight: 400;">For any further questions contact our <a href="https://site.monimo.app/knowledge-base/contacting-the-support-team/">Support Team</a>!</span></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
