<?xml version="1.0" encoding="windows-1252"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Miva Merchant Community Forums - Miva 10 through 26</title>
		<link>https://www.miva.com/forums/</link>
		<description>Topics related to Miva version 10 and newer</description>
		<language>en</language>
		<lastBuildDate>Sun, 13 Sep 2026 20:10:49 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://www.miva.com/forums/images/misc/rss.png</url>
			<title>Miva Merchant Community Forums - Miva 10 through 26</title>
			<link>https://www.miva.com/forums/</link>
		</image>
		<item>
			<title>Agreement Page module has finally died</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/725643-agreement-page-module-has-finally-died</link>
			<pubDate>Tue, 08 Sep 2026 17:06:54 GMT</pubDate>
			<description><![CDATA[The Advanz Design Agreement Page module has finally rode off into the sunset. It's a heavily relied-upon module for one of my clients. It inserts...]]></description>
			<content:encoded><![CDATA[The Advanz Design Agreement Page module has finally rode off into the sunset. It's a heavily relied-upon module for one of my clients. It inserts itself between the OCST page and the OSEL page. If the customer doesn't agree, it doesn't let the customer proceed any further. I'm assuming it had originally been put in place because there was nothing else that would enable the (automatic) insertion of a page between the OCST and OSEL pages.<br />
<br />
I am already thinking through a few things about how to replace this. Can I change the Continue to Shipping button so it links to the Agreement page, and then the &quot;Agree&quot; button proceeds to the OSEL without confusing the process?<br />
<br />
Has anyone else created a REQUIRED agreement that must be clicked/checked before proceeding? I would have turned to the EP Addendum module, but it's obsolete too.<br />
<br />
The module just made it so simple, no jumping through coding hoops. <br />
<br />
All ideas are welcome. I need to get the module removed because it's throwing a runtime error; the license can no longer be validated because the domain is gone.]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10">Miva 10 through 26</category>
			<dc:creator>lesliekirk</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/725643-agreement-page-module-has-finally-died</guid>
		</item>
		<item>
			<title>Does Miva have template code for a category schema?</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/725641-does-miva-have-template-code-for-a-category-schema</link>
			<pubDate>Sun, 06 Sep 2026 14:31:54 GMT</pubDate>
			<description><![CDATA[I asked ChatGPT to create template code for a category schema. 
Chat gave me this: 
&lt;mvt:comment&gt; Category ItemList Schema &lt;/mvt:comment&gt; 
&lt;script...]]></description>
			<content:encoded><![CDATA[I asked ChatGPT to create template code for a category schema.<br />
Chat gave me this:<br />
&lt;mvt:comment&gt; Category ItemList Schema &lt;/mvt:comment&gt;<br />
&lt;script type=&quot;application/ld+json&quot;&gt;<br />
{<br />
&quot;@context&quot;: &quot;https://schema.org&quot;,<br />
&quot;@type&quot;: &quot;ItemList&quot;,<br />
&quot;@id&quot;: &quot;https://www.rvparksupplies.com/c/&lt;mvt:eval expr=&quot;l.settings:category:code&quot;/&gt;/#category&quot;,<br />
&quot;url&quot;: &quot;https://www.rvparksupplies.com/c/&lt;mvt:eval expr=&quot;l.settings:category:code&quot;/&gt;/&quot;,<br />
&quot;name&quot;: &quot;&lt;mvt:eval expr=&quot;l.settings:category:name&quot;/&gt;&quot;,<br />
&quot;itemListOrder&quot;: &quot;Ascending&quot;,<br />
&quot;numberOfItems&quot;: &lt;mvt:eval expr=&quot;l.settings:category:product_count&quot;/&gt;,<br />
&quot;itemListElement&quot;: [<br />
&lt;mvt:foreach iterator=&quot;product&quot; array=&quot;products&quot;&gt;<br />
{<br />
&quot;@type&quot;: &quot;ListItem&quot;,<br />
&quot;position&quot;: &lt;mvt:eval expr=&quot;product:pos&quot;/&gt;,<br />
&quot;url&quot;: &quot;https://www.rvparksupplies.com/p/&lt;mvt:eval expr=&quot;product:code&quot;/&gt;/&quot;<br />
}&lt;mvt:if expr=&quot;product:pos LT l.settings:category:product_count&quot;&gt;,&lt;/mvt:if&gt;<br />
&lt;/mvt:foreach&gt;<br />
]<br />
}<br />
&lt;/script&gt;<br />
It kind of works giving me this: <div class="b-bbcode__table--wrapper text_table_"><table class="b-bbcode__table text_table"><tr valign="top" class="text_table_tr"><td class="text_table_td">&lt;script type=&quot;application/ld+json&quot;&gt;</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">{</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">&quot;@context&quot;: &quot;https://schema.org&quot;,</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">&quot;@type&quot;: &quot;ItemList&quot;,</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">&quot;@id&quot;: &quot;https://www.rvparksupplies.com/c/RVPowerOutlet/#category&quot;,</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">&quot;url&quot;: &quot;https://www.rvparksupplies.com/c/RVPowerOutlet/&quot;,</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">&quot;name&quot;: &quot;RV Power Outlet Boxes&quot;,</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">&quot;itemListOrder&quot;: &quot;Ascending&quot;,</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">&quot;numberOfItems&quot;: ,</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">&quot;itemListElement&quot;: [</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">{</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">&quot;@type&quot;: &quot;ListItem&quot;,</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">&quot;position&quot;: ,</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">&quot;url&quot;: &quot;https://www.rvparksupplies.com/p//&quot;</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">}</td>
</tr>
</table></div>
But neither the position or url are correct.<br />
Maybe Miva has working template code to create the category schema?]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10">Miva 10 through 26</category>
			<dc:creator>wajake41</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/725641-does-miva-have-template-code-for-a-category-schema</guid>
		</item>
		<item>
			<title>Quantity Input Field for the Category Listing Component</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder/725639-quantity-input-field-for-the-category-listing-component</link>
			<pubDate>Fri, 04 Sep 2026 11:19:51 GMT</pubDate>
			<description><![CDATA[Has anyone added a Quantity Input Field to the Category Listing Component? It's a key feature that a store I'm trying to incorporate more Page...]]></description>
			<content:encoded><![CDATA[Has anyone added a Quantity Input Field to the Category Listing Component? It's a key feature that a store I'm trying to incorporate more Page Builder usage into needs, but it must have this capability.<br />
<br />
Also, what am I doing wrong? The add-to-cart button is going to the BASK page instead of opening the mini-basket.]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder">PageBuilder</category>
			<dc:creator>lesliekirk</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder/725639-quantity-input-field-for-the-category-listing-component</guid>
		</item>
		<item>
			<title>Mandrill App Delays</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/725634-mandrill-app-delays</link>
			<pubDate>Tue, 01 Sep 2026 17:29:53 GMT</pubDate>
			<description>Just an FYI, if you use Mandrill for transactional emails they may be delayed. We are getting order emails several hours late on 2 sites. They are...</description>
			<content:encoded><![CDATA[Just an FYI, if you use Mandrill for transactional emails they may be delayed. We are getting order emails several hours late on 2 sites. They are having an issue right now: <a href="https://status.mailchimp.com/" target="_blank" rel="nofollow">https://status.mailchimp.com/</a>]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10">Miva 10 through 26</category>
			<dc:creator>Jim Cockerham</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/725634-mandrill-app-delays</guid>
		</item>
		<item>
			<title>Need bread crumb schema for our site</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/725627-need-bread-crumb-schema-for-our-site</link>
			<pubDate>Sun, 30 Aug 2026 18:17:29 GMT</pubDate>
			<description>Does Miva have a module that will create a bread crumb schema for our PROD page or do I need to create it using template code? 
We have bread curmbs...</description>
			<content:encoded><![CDATA[Does Miva have a module that will create a bread crumb schema for our PROD page or do I need to create it using template code?<br />
We have bread curmbs on the PROD page I just need a way to create a schema from it.<br />
Cheers, Larry<br />
<br />
 ]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10">Miva 10 through 26</category>
			<dc:creator>wajake41</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/725627-need-bread-crumb-schema-for-our-site</guid>
		</item>
		<item>
			<title>DHL Rates</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/725623-dhl-rates</link>
			<pubDate>Wed, 26 Aug 2026 18:52:34 GMT</pubDate>
			<description>Is there a module for Miva to get DHL Rates based on our DHL Account to show up when customers are selecting a shipping method?</description>
			<content:encoded>Is there a module for Miva to get DHL Rates based on our DHL Account to show up when customers are selecting a shipping method?</content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10">Miva 10 through 26</category>
			<dc:creator>tberry</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/725623-dhl-rates</guid>
		</item>
		<item>
			<title>Adding Flex Item</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder/725614-adding-flex-item</link>
			<pubDate>Fri, 21 Aug 2026 13:32:37 GMT</pubDate>
			<description><![CDATA[Is it possible to add a Flex Item from one Theme to another? I want to use the search-listing Product List that's in the latest version(s) of Shadows...]]></description>
			<content:encoded><![CDATA[Is it possible to add a Flex Item from one Theme to another? I want to use the search-listing Product List that's in the latest version(s) of Shadows in Colossus. Can I copy and paste the Item Settings from Shadows into Colossus?<br />
<br />
LOL, I guess I can try it. What's the worst that could happen?<br />
<br />
 ]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder">PageBuilder</category>
			<dc:creator>lesliekirk</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder/725614-adding-flex-item</guid>
		</item>
		<item>
			<title>Back in Stock Notification for Just One Product</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/725612-back-in-stock-notification-for-just-one-product</link>
			<pubDate>Thu, 20 Aug 2026 18:43:33 GMT</pubDate>
			<description>The owner is asking if we can set up a notification to be sent for when a product is back in stock. Just for this one particular item. 
Is there a...</description>
			<content:encoded><![CDATA[The owner is asking if we can set up a notification to be sent for when a product is back in stock. Just for this one particular item.<br />
Is there a simple way to do this? Another option may be just to set up a wishlist so customers can add it and then we contact them when back in stock?<br />
It's for an item we would need to get at least 1000+ customers wanting it before we do another production run.<br />
Any ideas?<br />
Thank you.<br />
<br />
Edited: Forgot to mention we are using ReadyTheme Template]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10">Miva 10 through 26</category>
			<dc:creator>galati</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/725612-back-in-stock-notification-for-just-one-product</guid>
		</item>
	</channel>
</rss>
