<?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 - Online Merchants</title>
		<link>https://www.miva.com/forums/</link>
		<description />
		<language>en</language>
		<lastBuildDate>Mon, 01 Jun 2026 03:22:18 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>images/misc/rss.png</url>
			<title>Miva Merchant Community Forums - Online Merchants</title>
			<link>https://www.miva.com/forums/</link>
		</image>
		<item>
			<title>Availability Groups in Flex Components</title>
			<link>https://www.miva.com/forums/forum/online-merchants/miva-10/pagebuilder/725443-availability-groups-in-flex-components</link>
			<pubDate>Wed, 27 May 2026 15:49:04 GMT</pubDate>
			<description><![CDATA[I'm trying to incorporate Availability Groups into our mega menu flex component, but it's causing the entire menu to be hidden from the Page Builder...]]></description>
			<content:encoded><![CDATA[I'm trying to incorporate Availability Groups into our mega menu flex component, but it's causing the entire menu to be hidden from the Page Builder preview. Can Availability Groups be used in flex components, and if so is there any documentation about how to properly set it up?  I'm not trying to gate the entire component, I'm just trying to gate a wholesale section of the menu within the component.<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/725443-availability-groups-in-flex-components</guid>
		</item>
		<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>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>
	</channel>
</rss>
