<?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/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Notification &#8211; Agile Store Locator WordPress Plugin</title>
	<atom:link href="https://agilestorelocator.com/wiki/multi-store-addons-for-woocommerce/notification/feed/" rel="self" type="application/rss+xml" />
	<link>https://agilestorelocator.com</link>
	<description>#1 Store Locator WordPress Plugin that finds location using the Google Maps</description>
	<lastBuildDate>Tue, 04 Feb 2025 13:59:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Store Owner Notification</title>
		<link>https://agilestorelocator.com/wiki/store-owner-notification/</link>
					<comments>https://agilestorelocator.com/wiki/store-owner-notification/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 04 Feb 2025 13:54:12 +0000</pubDate>
				<guid isPermaLink="false">https://agilestorelocator.com/?post_type=docs&#038;p=3907</guid>

					<description><![CDATA[The Multi-Store Addon for WooCommerce includes a Store Owner Notification feature that automatically notifies store managers when a new order is placed. This ensures that store managers receive real-time updates and can process orders efficiently. How It Works When a customer places an order, the system: Customizing the Email Template If required, you can customize ... <br><a href="https://agilestorelocator.com/wiki/store-owner-notification/" class="text-muted readmore">Read More <i data-feather="chevron-right" class="fea icon-sm"></i></a>]]></description>
										<content:encoded><![CDATA[
<p>The Multi-Store Addon for WooCommerce includes a <strong>Store Owner Notification</strong> feature that automatically notifies store managers when a new order is placed. This ensures that store managers receive real-time updates and can process orders efficiently.</p>



<h3 class="wp-block-heading">How It Works</h3>



<p>When a customer places an order, the system:</p>



<ol start="1" class="wp-block-list">
<li>Identifies the store associated with the order.</li>



<li>Retrieves the store manager&#8217;s email address.</li>



<li>Sends an email notification containing order details, including:
<ul class="wp-block-list">
<li>Order ID</li>



<li>Customer details (name, email, phone, address)</li>



<li>Order total and payment details</li>



<li>Selected shipping method</li>



<li>Ordered products with quantities and prices</li>
</ul>
</li>



<li>Prevents duplicate emails by marking the order as notified in the system.</li>
</ol>



<h3 class="wp-block-heading">Customizing the Email Template</h3>



<p>If required, you can customize the store manager notification email template to match your business requirements. To do so:</p>



<ol start="1" class="wp-block-list">
<li>Use a WooCommerce-compatible email customizer plugin, such as:
<ul class="wp-block-list">
<li><strong><a href="https://wordpress.org/plugins/email-customizer-for-woocommerce/" target="_blank" rel="noopener">Email Customizer for WooCommerce</a></strong> – A powerful tool that allows you to design WooCommerce emails using a drag-and-drop interface.</li>



<li><strong><a href="https://wordpress.org/plugins/kadence-woocommerce-email-designer/" target="_blank" rel="noopener">Kadence WooCommerce Email Designer</a></strong> – A free plugin that provides a simple way to customize WooCommerce emails with a live preview.</li>



<li><strong><a href="https://wordpress.org/plugins/yaymail/" target="_blank" rel="noopener">YayMail – WooCommerce Email Customizer</a></strong> – Offers an intuitive builder with various customization options and integration support.</li>
</ul>
</li>



<li>Install and activate the email customizer plugin of your choice.</li>



<li>Navigate to the <strong>WooCommerce > Emails</strong> section in your WordPress dashboard.</li>



<li>Locate the <strong>Store Manager Notification</strong> email and click <strong>Customize</strong>.</li>



<li>Modify the email template using the drag-and-drop builder or available settings:
<ul class="wp-block-list">
<li>Change the layout, fonts, and colors.</li>



<li>Modify text content, headers, and footers.</li>



<li>Add dynamic elements such as order details, customer information, or store branding.</li>
</ul>
</li>



<li>Save your changes, and the system will use your customized email format.</li>
</ol>



<h3 class="wp-block-heading">Advanced Customization (For Developers)</h3>



<p>For more advanced modifications, developers can manually edit the template files:</p>



<ol start="1" class="wp-block-list">
<li>Locate the template files under:
<ul class="wp-block-list">
<li><code class="" data-line="">asl-wc/includes/modules/email-notification/templates/emails/store-manager-email.php</code> (HTML template)</li>



<li><code class="" data-line="">asl-wc/includes/modules/email-notification/templates/emails/plain/store-manager-email.php</code> (Plain text template)</li>
</ul>
</li>



<li>Copy the template file to your theme folder to prevent overwrites during updates:
<ul class="wp-block-list">
<li><code class="" data-line="">yourtheme/woocommerce/emails/store-manager-email.php</code></li>
</ul>
</li>



<li>Edit the copied file and modify the email content as needed.</li>



<li>Save the changes, and WooCommerce will now use your customized email template.</li>
</ol>



<h4 class="wp-block-heading">Content of the Store Owner Email Template</h4>



<p>The content of the email can be copied from here as well, instead of locating that in that modules directory.</p>



<pre class="wp-block-prismatic-blocks"><code class="language-php" data-line="">&lt;?php
/**
 * Store Manager Order Notification Email Template
 *
 * This template will be injected into the default WooCommerce email template.
 */

if (!defined(&#039;ABSPATH&#039;)) {
    exit;
}


/*
 * @hooked WC_Emails::email_header() Output the email header
 */
do_action( &#039;woocommerce_email_header&#039;, $email_heading, $email ); 

// Decode the JSON-encoded products array from placeholders
$products = isset($products) ? json_decode($products, true) : [];

?&gt;

&lt;p&gt;&lt;?php printf(__(&#039;Dear %s,&#039;, &#039;asl-wc&#039;), esc_html($store_title)); ?&gt;&lt;/p&gt;

&lt;p&gt;&lt;?php _e(&#039;You have received a new order:&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;?php _e(&#039;Order ID:&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/strong&gt; #&lt;?php echo esc_html($order_id); ?&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;?php _e(&#039;Total Amount:&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/strong&gt; &lt;?php echo wp_kses_post($order_total); ?&gt;&lt;/p&gt;

&lt;!-- Customer Details --&gt;
&lt;h3&gt;&lt;?php _e(&#039;Customer Details:&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;&lt;?php _e(&#039;Name:&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/strong&gt; &lt;?php echo esc_html($customer_name); ?&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;?php _e(&#039;Email:&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/strong&gt; &lt;?php echo esc_html($customer_email); ?&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;?php _e(&#039;Phone:&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/strong&gt; &lt;?php echo esc_html($customer_phone); ?&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;?php _e(&#039;Address:&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/strong&gt; &lt;?php echo esc_html($customer_address); ?&gt;&lt;/p&gt;

&lt;!-- Shipping Details --&gt;
&lt;h3&gt;&lt;?php _e(&#039;Shipping Details:&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;&lt;?php _e(&#039;Shipping Method:&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/strong&gt; &lt;?php echo esc_html($shipping_method); ?&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;?php _e(&#039;Shipping Cost:&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/strong&gt; &lt;?php echo wp_kses_post($shipping_cost); ?&gt;&lt;/p&gt;

&lt;!-- Order Date --&gt;
&lt;h3&gt;&lt;?php _e(&#039;Order Date:&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/h3&gt;
&lt;p&gt;&lt;?php echo esc_html($order_date); ?&gt;&lt;/p&gt;

&lt;!-- Customer Notes --&gt;
&lt;?php if (!empty($customer_note)) : ?&gt;
    &lt;h3&gt;&lt;?php _e(&#039;Customer Notes:&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/h3&gt;
    &lt;p&gt;&lt;?php echo wp_kses_post($customer_note); ?&gt;&lt;/p&gt;
&lt;?php endif; ?&gt;

&lt;!-- Delivery Time for Local Pickup --&gt;
&lt;?php if ($shipping_method_id == &#039;local_pickup&#039; &amp;&amp; !empty($delivery_time)) : ?&gt;
    &lt;h3&gt;&lt;?php _e(&#039;Delivery Time:&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/h3&gt;
    &lt;p&gt;&lt;?php echo esc_html($delivery_time); ?&gt;&lt;/p&gt;
&lt;?php endif; ?&gt;

&lt;!-- Ordered Products Table --&gt;
&lt;h3&gt;&lt;?php _e(&#039;Ordered Products:&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/h3&gt;
&lt;table style=&quot;width: 100%; border-collapse: collapse; border: 1px solid #ddd;&quot;&gt;
    &lt;thead&gt;
        &lt;tr&gt;
            &lt;th style=&quot;border: 1px solid #ddd; padding: 8px;&quot;&gt;&lt;?php _e(&#039;Product&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/th&gt;
            &lt;th style=&quot;border: 1px solid #ddd; padding: 8px;&quot;&gt;&lt;?php _e(&#039;Quantity&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/th&gt;
            &lt;th style=&quot;border: 1px solid #ddd; padding: 8px;&quot;&gt;&lt;?php _e(&#039;Price&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/th&gt;
            &lt;th style=&quot;border: 1px solid #ddd; padding: 8px;&quot;&gt;&lt;?php _e(&#039;Subtotal&#039;, &#039;asl-wc&#039;); ?&gt;&lt;/th&gt;
        &lt;/tr&gt;
    &lt;/thead&gt;
    &lt;tbody&gt;
        &lt;?php foreach ($products as $product) : ?&gt;
            &lt;tr&gt;
                &lt;td style=&quot;border: 1px solid #ddd; padding: 8px;&quot;&gt;
                    &lt;a href=&quot;&lt;?php echo esc_url($product[&#039;url&#039;]); ?&gt;&quot;&gt;
                        &lt;?php echo esc_html($product[&#039;name&#039;]); ?&gt;
                    &lt;/a&gt;
                &lt;/td&gt;
                &lt;td style=&quot;border: 1px solid #ddd; padding: 8px;&quot;&gt; &lt;?php echo esc_html($product[&#039;qty&#039;]); ?&gt; &lt;/td&gt;
                &lt;td style=&quot;border: 1px solid #ddd; padding: 8px;&quot;&gt; &lt;?php echo wp_kses_post($product[&#039;price&#039;]); ?&gt; &lt;/td&gt;
                &lt;td style=&quot;border: 1px solid #ddd; padding: 8px;&quot;&gt; &lt;?php echo wp_kses_post($product[&#039;subtotal&#039;]); ?&gt; &lt;/td&gt;
            &lt;/tr&gt;
        &lt;?php endforeach; ?&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;?php

/*
 * @hooked WC_Emails::email_footer() Output the email footer
 */
do_action( &#039;woocommerce_email_footer&#039;, $email );

?&gt;
</code></pre>
]]></content:encoded>
					
					<wfw:commentRss>https://agilestorelocator.com/wiki/store-owner-notification/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Notifications Tab</title>
		<link>https://agilestorelocator.com/wiki/notifications-tab-multi-stores-inventory-woocommerce/</link>
		
		<dc:creator><![CDATA[Talha Nadeem]]></dc:creator>
		<pubDate>Wed, 02 Mar 2022 06:54:00 +0000</pubDate>
				<category><![CDATA[wiki]]></category>
		<guid isPermaLink="false">https://agilestorelocator.com/?p=2297</guid>

					<description><![CDATA[This article will explain the functions of the "Notifications" Tab in the "Agile Stores Addons for WooCommerce" plugin.]]></description>
										<content:encoded><![CDATA[
<p>This article will explain the functions of the &#8220;Notifications&#8221; Tab in the &#8220;Mult-Store Addons for WooCommerce&#8221; plugin.</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="271" src="https://agilestorelocator.com/wp-content/uploads/2023/07/asl-wc-notifications-tab-1024x271.png" alt="asl wc notifications tab" class="wp-image-3151" title="Notifications Tab 1" srcset="https://agilestorelocator.com/wp-content/uploads/2023/07/asl-wc-notifications-tab-1024x271.png 1024w, https://agilestorelocator.com/wp-content/uploads/2023/07/asl-wc-notifications-tab-300x79.png 300w, https://agilestorelocator.com/wp-content/uploads/2023/07/asl-wc-notifications-tab-768x203.png 768w, https://agilestorelocator.com/wp-content/uploads/2023/07/asl-wc-notifications-tab-350x93.png 350w, https://agilestorelocator.com/wp-content/uploads/2023/07/asl-wc-notifications-tab-76x20.png 76w, https://agilestorelocator.com/wp-content/uploads/2023/07/asl-wc-notifications-tab.png 1314w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><em>Notifications Section</em></figcaption></figure>



<h4 class="wp-block-heading"><strong>1- Enable Nearly Out of Stock Email</strong></h4>



<p>This feature allows users to receive a “nearly out of stock” on their registered email when their product stocks are about to finish.</p>



<p>To get nearly out-of-stock emails on existing stores, please follow the below steps:</p>



<ol class="wp-block-list">
<li>Go to Agile Store Locator</li>



<li>Click on “Manage Store” then on “Edit Store”</li>



<li>Add your email address under the “Store Address” section</li>
</ol>



<p>To get nearly out-of-stock emails on new stores, please follow the below steps:</p>



<ol class="wp-block-list">
<li>Go to Agile Store Locator</li>



<li>Click on “Add New Store”</li>



<li>Add your email in the “Email” section</li>
</ol>



<h4 class="wp-block-heading"><strong>2- Enable Out of Stock Email</strong></h4>



<p>This feature allows users to receive an “out of stock” on their registered email when their product stocks have finished from a store.</p>



<p>To get out-of-stock emails on existing stores, please follow the below steps:</p>



<ol class="wp-block-list">
<li>Go to Agile Store Locator</li>



<li>Click on “Manage Store” then on “Edit Store”</li>



<li>Add your email address under the “Store Address” section</li>
</ol>



<p>To get out-of-stock emails on new stores, please follow the below steps:</p>



<ol class="wp-block-list">
<li>Go to Agile Store Locator</li>



<li>Click on “Add New Store”</li>



<li>Add your email in the “Email” section</li>
</ol>



<p>That concludes our short introduction to the &#8220;Notifications&#8221; tab. </p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
