<?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 - Forum</title>
		<link>https://www.miva.com/forums/</link>
		<description />
		<language>en</language>
		<lastBuildDate>Mon, 25 May 2026 23:44:16 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>images/misc/rss.png</url>
			<title>Miva Merchant Community Forums - Forum</title>
			<link>https://www.miva.com/forums/</link>
		</image>
		<item>
			<title>Initial Scheduling Toggle State in Flex Components</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder/725438-initial-scheduling-toggle-state-in-flex-components</link>
			<pubDate>Mon, 25 May 2026 16:46:33 GMT</pubDate>
			<description><![CDATA[I'm building a custom flex component with scheduling fields using the can_disable group pattern, and I'm running into a persistent issue: toggles are...]]></description>
			<content:encoded><![CDATA[I'm building a custom flex component with scheduling fields using the can_disable group pattern, and I'm running into a persistent issue: toggles are defaulting to ON when new list items are created, rather than OFF.<br />
<br />
Here's the property structure I'm using:<br />
<br />
```json<br />
{<br />
&quot;code&quot;: &quot;start_date&quot;,<br />
&quot;prompt&quot;: &quot;Not Visible Before&quot;,<br />
&quot;type&quot;: &quot;group&quot;,<br />
&quot;can_disable&quot;: 1,<br />
&quot;properties&quot;: [<br />
{ &quot;code&quot;: &quot;start&quot;, &quot;prompt&quot;: &quot;Start Date/Time&quot;, &quot;type&quot;: &quot;datetime&quot; }<br />
]<br />
}<br />
```<br />
<br />
I've tried several variations to get the toggle to default to OFF for new items:<br />
<br />
1. &quot;settings&quot;: { &quot;enabled&quot;: 0 } on the group - toggle still defaults ON<br />
2. &quot;template&quot;: { &quot;settings&quot;: { &quot;enabled&quot;: 0 } } on the group - toggle still defaults ON<br />
3. No settings or template at all (matching the pattern in mmx-mega-menu) - toggle still defaults ON<br />
4. Nesting start/end inside a parent group without can_disable (caret-only collapsible) - child toggles still default ON<br />
<br />
The fields are inside a list_type: group list property. When a new list item is created in Page Builder, both the Not Visible Before and Not Visible After toggles are ON by default, which means all new items are immediately date-gated and invisible until toggles are manually turned off.<br />
<br />
For reference, I have another component on the same site that uses the identical pattern (can_disable: 1, no settings/template) and its scheduling toggles correctly default to OFF. The only structural difference I can identify is that in the other component the scheduling fields are at the top level of the list item, whereas in my component they are nested inside a group. Also, the component I'm having trouble with is global, the other one is not.<br />
<br />
Questions:<br />
1. Is there a correct way to specify can_disable defaults for new list items?<br />
2. Does nesting a can_disable group inside another group affect its default state?<br />
3. Is this a known issue?<br />
<br />
Running Miva 26.01.01. <br />
<br />
Thanks!]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder">PageBuilder</category>
			<dc:creator>delcorsets</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder/725438-initial-scheduling-toggle-state-in-flex-components</guid>
		</item>
		<item>
			<title>Basket Coupon Charge Not Showing in Basket:charges</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/725432-basket-coupon-charge-not-showing-in-basket-charges</link>
			<pubDate>Fri, 22 May 2026 20:55:33 GMT</pubDate>
			<description><![CDATA[Trying to add the Mica coupon redemption feature into a very old site. 
 
The integration seems to work however the basket:charges array isn't...]]></description>
			<content:encoded><![CDATA[Trying to add the Mica coupon redemption feature into a very old site.<br />
<br />
The integration seems to work however the basket:charges array isn't populated with the coupon discount, nor does the total or comprehensive total reflect the discount in their values. Once you get to the OPAY page everything renders correctly]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10">Miva 10</category>
			<dc:creator>Bruce - PhosphorMedia</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/725432-basket-coupon-charge-not-showing-in-basket-charges</guid>
		</item>
		<item>
			<title>URI Import File Example</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/725430-uri-import-file-example</link>
			<pubDate>Fri, 22 May 2026 19:38:54 GMT</pubDate>
			<description>I thought there used to be an example of how to create an import file to redirect (301) to a category. I asked the support chatbot, and it said there...</description>
			<content:encoded><![CDATA[I thought there used to be an example of how to create an import file to redirect (301) to a category. I asked the support chatbot, and it said there wasn't a &quot;specific example.&quot; The link in this sentence doesn't work:<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_quote -->
<div class="bbcode_container">
	<div class="bbcode_quote">
		<div class="quote_container">
			<div class="bbcode_quote_container b-icon b-icon__ldquo-l--gray"></div>
			
				Detailed technical documentation on the feature can be <a href="https://docs.miva.com/docs/uri-management-documentation" target="_blank">found here </a>.
			
		</div>
	</div>
</div>
<!-- END TEMPLATE: bbcode_quote -->]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10">Miva 10</category>
			<dc:creator>lesliekirk</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/725430-uri-import-file-example</guid>
		</item>
		<item>
			<title>MailChimp Stopped Syncing</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/725421-mailchimp-stopped-syncing</link>
			<pubDate>Wed, 20 May 2026 13:53:34 GMT</pubDate>
			<description>Has anyone had an issue like this with Mailchimp? I have two stores connected to Mailchimp with the Miva built in module. It looks like both stopped...</description>
			<content:encoded><![CDATA[Has anyone had an issue like this with Mailchimp? I have two stores connected to Mailchimp with the Miva built in module. It looks like both stopped syncing about a month ago. The sync logs show an error: MER-FUF-MLCP-00077: Your API key may be invalid, or you've attempted to access the wrong datacenter. I have tried uninstalling and reinstalling the module but now I am not able to complete the setup to Mailchimp. I can get all of the way through setup to where you select the mailing list and currency but why I try to save I get: &quot;Failed to create Mailchimp store after 50 attempts&quot;.]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10">Miva 10</category>
			<dc:creator>Jim Cockerham</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/725421-mailchimp-stopped-syncing</guid>
		</item>
		<item>
			<title>Multi-Domain and QuickBooks</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/multi-domain/725414-multi-domain-and-quickbooks</link>
			<pubDate>Tue, 19 May 2026 18:42:26 GMT</pubDate>
			<description><![CDATA[I did a little reading ahead of time, and if a store is using the Miva QuickBooks Online module, the docs for it have a note that says &quot;Only one...]]></description>
			<content:encoded><![CDATA[I did a little reading ahead of time, and if a store is using the Miva QuickBooks Online module, the docs for it have a note that says &quot;Only one QuickBooks Online company can be connected to a Miva store at a time.&quot; How does this work with a Multi-Domain store? I asked the Support Docs AI. It basically told me to contact Miva Support. <br />
<br />
The store I'm working with is currently using the T-Hub connector, and it could be worth changing to the MivaConnect QBO configuration if it can import orders and inventory from the two stores into one QB account.]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10/multi-domain">Multi-Domain</category>
			<dc:creator>lesliekirk</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/multi-domain/725414-multi-domain-and-quickbooks</guid>
		</item>
		<item>
			<title>Multi-Domain Additional Store without a domain name</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/multi-domain/725410-multi-domain-additional-store-without-a-domain-name</link>
			<pubDate>Tue, 19 May 2026 15:57:06 GMT</pubDate>
			<description>Can a Multi-Domain Additional Store be temporarily configured without a domain name? Can it be changed at a later date?</description>
			<content:encoded>Can a Multi-Domain Additional Store be temporarily configured without a domain name? Can it be changed at a later date?</content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10/multi-domain">Multi-Domain</category>
			<dc:creator>lesliekirk</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/multi-domain/725410-multi-domain-additional-store-without-a-domain-name</guid>
		</item>
		<item>
			<title>email not working</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/725405-email-not-working</link>
			<pubDate>Sat, 16 May 2026 17:27:43 GMT</pubDate>
			<description><![CDATA[&lt;mvt:foreach iterator=&quot;error&quot; array=&quot;messages:error_messages&quot;&gt; 
 
   &lt;!-- Display the error on the page --&gt; 
   &lt;b&gt;&amp;mvt:error;&lt;/b&gt; 
 
   &lt;!-- Send an...]]></description>
			<content:encoded><![CDATA[&lt;mvt:foreach iterator=&quot;error&quot; array=&quot;messages:error_messages&quot;&gt;<br />
<br />
   &lt;!-- Display the error on the page --&gt;<br />
   &lt;b&gt;&amp;mvt:error;&lt;/b&gt;<br />
<br />
   &lt;!-- Send an email for any error --&gt;<br />
   &lt;mvt:do file=&quot;g.Module_Library_Utilities&quot; name=&quot;l.ok&quot; value=&quot;<br />
       SendEmail(<br />
           'feedback@xlerator-hand-dryer.com',     /* From */<br />
           'wajake41@comcast.net',             /* To */<br />
           'Error Message Detected',               /* Subject */<br />
           'An error occurred: ' $ encodeentities(l.error)<br />
       )<br />
   &quot; /&gt;<br />
<br />
&lt;/mvt:foreach&gt;<br />
 ]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10">Miva 10</category>
			<dc:creator>wajake41</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/725405-email-not-working</guid>
		</item>
		<item>
			<title>Multi-Domain and Price Groups</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/multi-domain/725400-multi-domain-and-price-groups</link>
			<pubDate>Fri, 15 May 2026 11:42:08 GMT</pubDate>
			<description>Still trying to find the best way to create a second store using the same products from the main store, but offered at a different price than the...</description>
			<content:encoded><![CDATA[Still trying to find the best way to create a second store using the same products from the main store, but offered at a different price than the main store. Reading through everything, I had first wondered if the second store could be a Price Group. It would appear, if I understand correctly, that this Price Group also impacts the main store? So the only option would be to go to the &quot;Additional Store&quot; to offer different pricing?<br />
<br />
 ]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10/multi-domain">Multi-Domain</category>
			<dc:creator>lesliekirk</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/multi-domain/725400-multi-domain-and-price-groups</guid>
		</item>
		<item>
			<title>Export a Branch</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/725389-export-a-branch</link>
			<pubDate>Tue, 12 May 2026 12:23:43 GMT</pubDate>
			<description>Is it possible to export just a branch and move it to a dev site or even another store? Or does it still have to be the whole framework?</description>
			<content:encoded>Is it possible to export just a branch and move it to a dev site or even another store? Or does it still have to be the whole framework?</content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10">Miva 10</category>
			<dc:creator>lesliekirk</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/725389-export-a-branch</guid>
		</item>
		<item>
			<title>NTFD Product Name</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/725384-ntfd-product-name</link>
			<pubDate>Sat, 09 May 2026 20:49:46 GMT</pubDate>
			<description><![CDATA[I am looking for a way for the NTFD page to display the product name instead of the generic Product '1101' is not available at this time.. Is this...]]></description>
			<content:encoded><![CDATA[I am looking for a way for the NTFD page to display the product name instead of the generic Product '1101' is not available at this time.. Is this possible?<br />
<br />
 ]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10">Miva 10</category>
			<dc:creator>greggc</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/725384-ntfd-product-name</guid>
		</item>
		<item>
			<title>Product Description html layouts broken when using page builder</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder/725381-product-description-html-layouts-broken-when-using-page-builder</link>
			<pubDate>Fri, 08 May 2026 19:54:27 GMT</pubDate>
			<description>I must be missing something simple... I have shadows based html/css layouts in my product descriptions. In my dev branch using the latest version of...</description>
			<content:encoded><![CDATA[I must be missing something simple... I have shadows based html/css layouts in my product descriptions. In my dev branch using the latest version of Shadows and page builder my description layouts are all broken. The css rules do not get applied breaking the layout.<br />
<br />
If I copy/paste the same html into the edit product &gt; footer template, instead of the description field, it displays as expected.<br />
<br />
I don't get it.]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder">PageBuilder</category>
			<dc:creator>Ron Frigon</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder/725381-product-description-html-layouts-broken-when-using-page-builder</guid>
		</item>
		<item>
			<title><![CDATA[&amp;quot;update&amp;quot; and page builder buttons, and dot dot dot menu missing until page scrolled]]></title>
			<link>https://www.miva.com/forums/forum/general/miva-merchant-dream-features/725378-update-and-page-builder-buttons-and-dot-dot-dot-menu-missing-until-page-scrolled</link>
			<pubDate>Fri, 08 May 2026 18:35:35 GMT</pubDate>
			<description><![CDATA[This is for Miva 26, you can't see the &quot;update&quot; button, ... menu or page builder button unless you scroll down the page and cause the top floatie bar...]]></description>
			<content:encoded><![CDATA[This is for Miva 26, you can't see the &quot;update&quot; button, ... menu or page builder button unless you scroll down the page and cause the top floatie bar to appear. I'm wondering why this design vs ui/ux vs usability was done and if it can be tweaked somehow so the big main functions (... menu for reload data after pushing with mmt etc, update button for manual update, page builder button to access that stuff...) can be added back to the init view please. Screen show helper to my babble. <br />
<br />
I thought the update broke the site I was working on and my heart jumped into my throat. Nope, not broken, just questionable UI/UX vs design. <br />
<br />
PS: Thank you for bringing back the fixed width font in the code editors in the Admin. <br />
<a href="filedata/fetch?id=725380&amp;d=1778265293" title="Name:  mm26-page-ui-vs-using-it.png
Views: 22
Size:  90.2 KB">mm26-page-ui-vs-using-it.png</a>]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/general/miva-merchant-dream-features">Miva Merchant Dream Features</category>
			<dc:creator>dreamingdigital</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/general/miva-merchant-dream-features/725378-update-and-page-builder-buttons-and-dot-dot-dot-menu-missing-until-page-scrolled</guid>
		</item>
		<item>
			<title>Shipping upcharge on products</title>
			<link>https://www.miva.com/forums/forum/online-merchants/beginners-support-group/725374-shipping-upcharge-on-products</link>
			<pubDate>Tue, 05 May 2026 12:49:24 GMT</pubDate>
			<description>We currently handle this via attributes, charges and fees, or flat rate shipping methods. A way to add a shipping upcharge to a product that adds to...</description>
			<content:encoded>We currently handle this via attributes, charges and fees, or flat rate shipping methods. A way to add a shipping upcharge to a product that adds to the baskets shipping charge instead of being a fee linked to a specific product could be very helpful when dealing with larger or heavier products.</content:encoded>
			<category domain="https://www.miva.com/forums/forum/online-merchants/beginners-support-group">Beginners Support Group</category>
			<dc:creator>bmotlow</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/online-merchants/beginners-support-group/725374-shipping-upcharge-on-products</guid>
		</item>
		<item>
			<title>Change log on a product and order level.</title>
			<link>https://www.miva.com/forums/forum/general/miva-merchant-dream-features/725373-change-log-on-a-product-and-order-level</link>
			<pubDate>Tue, 05 May 2026 12:45:18 GMT</pubDate>
			<description>Something along the lines of the orders notes system showing what user changed what field when. It would be extra nice to see what the data changed...</description>
			<content:encoded>Something along the lines of the orders notes system showing what user changed what field when. It would be extra nice to see what the data changed from/to. Many of the systems we have used had this feature and it was very helpful.</content:encoded>
			<category domain="https://www.miva.com/forums/forum/general/miva-merchant-dream-features">Miva Merchant Dream Features</category>
			<dc:creator>bmotlow</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/general/miva-merchant-dream-features/725373-change-log-on-a-product-and-order-level</guid>
		</item>
		<item>
			<title>Miva 26.01.01 is Now Available</title>
			<link>https://www.miva.com/forums/forum/general/official-miva-merchant-news-read-only/725372-miva-26-01-01-is-now-available</link>
			<pubDate>Tue, 28 Apr 2026 17:44:09 GMT</pubDate>
			<description>Miva Merchant updates include code and database changes that can take a short time to process. While we thoroughly test all updates to ensure they...</description>
			<content:encoded><![CDATA[<b>Miva Merchant updates include code and database changes that can take a short time to process. While we thoroughly test all updates to ensure they will not affect up-time it is still a good precaution to run updates outside of peak hours.</b><br />
<br />
<b>Miva Merchant 26R1.1 Release Notes</b><br />
<br />
26R1.1 is minor release including the following feature highlights<br />
<br />
<b>MivaPay Wallet Enhancements (Google Pay &amp; Apple Pay Support)</b><br />
<br />
MivaPay now supports Google Pay and Apple Pay, giving merchants faster, more convenient checkout options for shoppers. These wallet payment methods allow customers to quickly complete purchases using stored payment and shipping details.<br />
<br />
These features can be enabled through MivaPay without replacing your existing credit card processor, allowing you to continue using your current gateway while adding modern wallet options to your checkout.<br />
<br />
<b>Want to learn more?</b> See the <a href="https://support.miva.com/hc/en-us/articles/42698755067412-MivaPay" target="_blank">MivaPay documentation.</a><br />
<br />
<b>Exclude Products from Search Results</b><br />
<br />
Merchants can now control whether individual products appear in storefront search results using a new &quot;Exclude from Search Results&quot; setting at the product level.<br />
<br />
This feature is useful for products that should remain active in the catalog but not be discoverable through search, such as discontinued items with SEO value, custom one-off products, or internal-use products.<br />
<br />
When enabled, the product will be excluded from both standard and AI-powered search results, while remaining accessible via direct links, collections, or other merchandising tools.<br />
<br />
The setting is available on the Add/Edit Product screen and can also be managed through imports, APIs, and product feeds.<br />
<br />
<b>Want to learn more?</b> See the <a href="https://support.miva.com/hc/en-us/articles/37874332110612-Creating-a-New-Product" target="_blank">Creating a New Product.</a><br />
<br />
<b>UPS InsureShield Integration</b><br />
<br />
Miva now integrates with UPS InsureShield, allowing merchants to offer shipping insurance during checkout. Customers can add optional protection against lost, damaged, or stolen packages.<br />
<br />
<b>Want to learn more?</b> See the <a href="https://support.miva.com/hc/en-us/articles/47550470882068-InsureShield" target="_blank">UPS InsureShield documentation.</a><br />
<br />
For more information, links to feature documentation, and a full list of bug fixes in this release, visit: <a href="https://docs.miva.com/miva-26-01-01-feature-list" target="_blank">https://docs.miva.com/miva-26-01-01-feature-list</a><br />
<br />
<b>Miva Merchant Bugs Fixed</b> <div class="text_table_"><table class="text_table"><tr valign="top" class="text_table_tr"><td class="text_table_td"><b>Bug ID</b></td>
<td class="text_table_td"><b>Component</b></td>
<td class="text_table_td"><b>Description</b></td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16844</td>
<td class="text_table_td">AI Subsystem</td>
<td class="text_table_td">Vexture Settings Redesign</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17045</td>
<td class="text_table_td">AI Subsystem</td>
<td class="text_table_td">An inactive AI search index can be set as the default merchandising index</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17190</td>
<td class="text_table_td">AI Subsystem</td>
<td class="text_table_td">Vexture pgvector connection error causes duplicate &quot;Status&quot; text to be output</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17496</td>
<td class="text_table_td">AI Subsystem</td>
<td class="text_table_td">Generative AI Redesign</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17498</td>
<td class="text_table_td">AI Subsystem</td>
<td class="text_table_td">PostgreSQL vector database connection failure has the wrong verbiage</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16772</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">MMInput should use the popover api to display invalid message</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16773</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">MMMenuButton should use the popover api to display invalid message</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16774</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">MMTextArea should use the popover api to display invalid message</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16929</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">Exclude From Search Results: Core</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17060</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">Category Transactions</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17061</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">Category Transactions in JSON_Category_Insert</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17062</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">Category Transactions in JSON_Category_Update</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17357</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">mouseClickType( e ) uses the wrong comparison value for middle click when using event.button</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17362</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">Rapidly clicking &quot;New Order&quot; from Order Processing can create multiple orders before the overlay is displayed</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17402</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">MMTabDialog does not properly disable list interactions when list tab is not visible</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17455</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">dispatchNewEvent is using deprecated initMouseEvent</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17456</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">MMScreen's ReloadTop should pass MMScreen_Intercept</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17517</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">Store Settings, multiple number fields cause a fatal error when left blank on update</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17524</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">Page Builder / Theme Editor: Mouse events within the preview should bubble to the parent document</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17532</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">MMSelectCustomElement does not correctly set or get the Menu, Error, and Button class names</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17533</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">MMTabDialog should support auto-height in step mode</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17538</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">Branch Copy Dialog should use MMTabDialog in step mode</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17539</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">Changeset Merge Dialog should use MMTabDialog in step mode</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17573</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">Fix long store name overflow and layout issues in left navigation</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17576</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">ActionDialog: SetMessage does not declare &quot;element&quot;</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17577</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">ActionDialog: onESC / onEnter functions trigger JavaScript error</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17588</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">Create New Branch option in Branch menu can get lost at the bottom when many branches exist</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17602</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">Allow MMTextEditor's Rich Text Mode on templates</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17615</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">Manual input form fields should disable font ligatures</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17630</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">AI Insights advisory notice</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17631</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">AI Insights suggestions are not aligned correctly in fullscreen mode</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17681</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">Safari scrolling issue in Miva 26</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17688</td>
<td class="text_table_td">Administrative Interface</td>
<td class="text_table_td">MMScreen: Displayed scrollbar positions not updated after clicking on the scrollbar track</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16961</td>
<td class="text_table_td">Collections</td>
<td class="text_table_td">Exclude From Search Results: Collections</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16960</td>
<td class="text_table_td">Copy Product</td>
<td class="text_table_td">Exclude From Search Results: Copy Product</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17242</td>
<td class="text_table_td">Core JSON</td>
<td class="text_table_td">JSON Image Add Functions Should Allow base64 Encoded Images</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17330</td>
<td class="text_table_td">Core JSON</td>
<td class="text_table_td">Runtime category / product list API function caching does not take into account the HTTP host</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17332</td>
<td class="text_table_td">Core JSON</td>
<td class="text_table_td">JSON Runtime API function caching does not honor store-level cookie Cache Settings</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17245</td>
<td class="text_table_td">Customers</td>
<td class="text_table_td">Shop as Customer should fall back to customer ship name when bill name is absent</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16930</td>
<td class="text_table_td">Database Layer</td>
<td class="text_table_td">Exclude From Search Results: Search</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16969</td>
<td class="text_table_td">Database Layer</td>
<td class="text_table_td">Exclude From Search Results: Variant Generation</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17578</td>
<td class="text_table_td">Feature Engagement Logging</td>
<td class="text_table_td">Update fel-dynamic signature verification to multiple versions of Miva Merchant</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17582</td>
<td class="text_table_td">MMList</td>
<td class="text_table_td">Optional price custom fields have a value of &quot;null&quot; when drawing their input fields within MMList</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17710</td>
<td class="text_table_td">MMList</td>
<td class="text_table_td">DrawMMListCheckbox_Edit will initialize to checked state when the value of &quot;checked&quot; is blank</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17082</td>
<td class="text_table_td">Module: avatax</td>
<td class="text_table_td">AvaTax incorrectly warns about changes being lost when editing settings on the Edit Product screen</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17063</td>
<td class="text_table_td">Module: categoryimport</td>
<td class="text_table_td">Category Transactions in Category Import</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17569</td>
<td class="text_table_td">Module: cmp-cssui-mivapay</td>
<td class="text_table_td">MivaPay should remove request form after submit</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17295</td>
<td class="text_table_td">Module: cmp-cssui-searchfield</td>
<td class="text_table_td">CSSUI Search Field should not force &quot;Category_Code&quot; in product links</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17296</td>
<td class="text_table_td">Module: cmp-mv-attributemachine</td>
<td class="text_table_td">AttributeMachine.js should support multiple swatch-select attributes on a product</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17202</td>
<td class="text_table_td">Module: epmivapay</td>
<td class="text_table_td">Embedded Path MivaPay: Google Pay Support</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17225</td>
<td class="text_table_td">Module: epmivapay</td>
<td class="text_table_td">Embedded Path MivaPay: Apple Pay Support</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17520</td>
<td class="text_table_td">Module: epmivapay</td>
<td class="text_table_td">MivaPay should fallback to using the shipping address when no billing address is provided during Venmo transactions</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17561</td>
<td class="text_table_td">Module: epmivapay</td>
<td class="text_table_td">MivaPay settings may display incorrect values after onboarding refresh</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16966</td>
<td class="text_table_td">Module: multidomain</td>
<td class="text_table_td">Exclude From Search Results: Multi-Domain</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17367</td>
<td class="text_table_td">Module: mvcanadapost</td>
<td class="text_table_td">Canada Post should check for shipping country and zip before making a rate request</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17038</td>
<td class="text_table_td">Module: mvuspsrest</td>
<td class="text_table_td">Migration dialog incorrectly handles response errors</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17519</td>
<td class="text_table_td">Module: paypalcp</td>
<td class="text_table_td">PayPal Complete Payments should fallback to using the shipping address when no billing address is provided during Venmo transactions</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16931</td>
<td class="text_table_td">Module: prodexp</td>
<td class="text_table_td">Exclude From Search Results: Export Products to Flat File</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16973</td>
<td class="text_table_td">Module: productcharges</td>
<td class="text_table_td">Exclude From Search Results: Product Charges and Fees</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17315</td>
<td class="text_table_td">Module: productcharges</td>
<td class="text_table_td">Product Charges and Fees Assign Products dialog should be resizeable</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16970</td>
<td class="text_table_td">Module: productdata</td>
<td class="text_table_td">Exclude From Search Results: Product Data Fields and Feeds</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16932</td>
<td class="text_table_td">Module: productimport</td>
<td class="text_table_td">Exclude From Search Results: Product Import</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17029</td>
<td class="text_table_td">Module: quote</td>
<td class="text_table_td">Manage Quotes fails to call TaxModule_ProcessOrder when converting a quote to an order</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17548</td>
<td class="text_table_td">Module: quote</td>
<td class="text_table_td">Module: quote - Update the Shadows templates to match the framework's current styles</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17652</td>
<td class="text_table_td">Module: quote</td>
<td class="text_table_td">The Quote Information item can generate empty custom field array elements leading to invalid output</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17656</td>
<td class="text_table_td">Module: quote</td>
<td class="text_table_td">The Quote Information item does not include the quote terms</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16972</td>
<td class="text_table_td">Module: stdschtasks</td>
<td class="text_table_td">Exclude From Search Results: Standard Scheduled Tasks</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17083</td>
<td class="text_table_td">Module: taxcloud</td>
<td class="text_table_td">TaxCloud incorrectly warns about changes being lost when editing settings on the Store Details screen</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17084</td>
<td class="text_table_td">Module: taxjar</td>
<td class="text_table_td">TaxJar incorrectly warns about changes being lost when editing settings on the Store Details screen</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16964</td>
<td class="text_table_td">Module: templatefeed</td>
<td class="text_table_td">Exclude From Search Results: Template Based Feed</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17366</td>
<td class="text_table_td">Module: tforcefreight</td>
<td class="text_table_td">TForce Freight should check for shipping state and zip before making a rate request</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17668</td>
<td class="text_table_td">Module: upsinsureshield</td>
<td class="text_table_td">UPS InsureShield uses Sandbox endpoints / credentials for all calls</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17380</td>
<td class="text_table_td">Module: upsrest</td>
<td class="text_table_td">UPS Rest should check for total weight, ship country, and conditionally ship zip before making a rate request</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17593</td>
<td class="text_table_td">Module: upsrest</td>
<td class="text_table_td">UPS Shipping: Landing page container has the wrong styling</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16967</td>
<td class="text_table_td">Module: variantimport</td>
<td class="text_table_td">Exclude From Search Results: Variant Import</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17509</td>
<td class="text_table_td">Page Builder</td>
<td class="text_table_td">Converting a flex property from Legacy to Theme mode should apply defaults</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17030</td>
<td class="text_table_td">Provisioning</td>
<td class="text_table_td">Scheduled Tasks should not permit Every X values less than 1</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17046</td>
<td class="text_table_td">Reporting Subsystem</td>
<td class="text_table_td">Report provisioning doesn't have a default value for date_group</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17391</td>
<td class="text_table_td">Search</td>
<td class="text_table_td">Runtime Search Log: Cookie Handling and Incremental Search</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17510</td>
<td class="text_table_td">Search</td>
<td class="text_table_td">Blended relational search: Sort by Relevance does not function properly for custom fields</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16959</td>
<td class="text_table_td">Subscriptions</td>
<td class="text_table_td">Exclude From Search Results: Subscriptions</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-17521</td>
<td class="text_table_td">Template Subsystem</td>
<td class="text_table_td">Branch Create dialog should be using Miva 26 styling</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">MM-16963</td>
<td class="text_table_td">Wish Lists</td>
<td class="text_table_td">Exclude From Search Results: Wish Lists</td>
</tr>
</table></div>
<b>Shadows Bugs Fixed</b>  <div class="text_table_"><table class="text_table"><tr valign="top" class="text_table_tr"><td class="text_table_td"><b>Bug ID</b></td>
<td class="text_table_td"><b>Description</b></td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">SHDWS-1081</td>
<td class="text_table_td">Fix the &quot;Helpful Info&quot; Padding on Account Pages</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">SHDWS-1042</td>
<td class="text_table_td">USPS Address Modal Grammar Issue with Invalid Shipping and Billing Inputs</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">SHDWS-1050</td>
<td class="text_table_td">Unable to close gift-certificate dialog after closing its forgot-password dialog</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">SHDWS-1076</td>
<td class="text_table_td">MivaPay should remove request form after submit</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">SHDWS-1029</td>
<td class="text_table_td">Optimized MMX_Element Event Listening</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">SHDWS-1031</td>
<td class="text_table_td">Add optional caching capabilities to Runtime_JSON_API_Call and MMX_FetchQueue</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">SHDWS-1030</td>
<td class="text_table_td">Product List: Allow swatches to change on hover or click</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">SHDWS-1066</td>
<td class="text_table_td">Fix product card flag stacking context causing wishlist icon to overlap search modal</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">SHDWS-1023</td>
<td class="text_table_td">Product Details &amp; Featured Product: should render products with multiple swatch-select attributes</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">SHDWS-1025</td>
<td class="text_table_td">Text Banner background should be above the main site's background</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">SHDWS-1090</td>
<td class="text_table_td">Product Carousel: Changing the &quot;Button Theme&quot; option should apply</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">SHDWS-1077</td>
<td class="text_table_td">Product List: Fix Attribute Swatch + Hover Image Console Error</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">SHDWS-1067</td>
<td class="text_table_td">Deactivate Extra Preconnect CSS Resources</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">SHDWS-1071</td>
<td class="text_table_td">Add docker shadows-framework-dev npm scripts</td>
</tr>
<tr valign="top" class="text_table_tr"><td class="text_table_td">SHDWS-1069</td>
<td class="text_table_td">Mobile: Search modal overlay remains after search input loses focus</td>
</tr>
</table></div>
]]></content:encoded>
			<category domain="https://www.miva.com/forums/forum/general/official-miva-merchant-news-read-only">Official Miva Merchant News - Read Only</category>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="true">https://www.miva.com/forums/forum/general/official-miva-merchant-news-read-only/725372-miva-26-01-01-is-now-available</guid>
		</item>
	</channel>
</rss>
