<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3AJoef5</link>
        <description></description>
        <pubDate>Thu, 21 May 2026 09:27:07 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3AJoef5&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>set default name_min and name_max values</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229877#post2229877</link>
          <description><![CDATA[<p>So that worked perfectly.  Thanks!</p>]]></description>
          <pubDate>Mon, 18 Mar 2013 08:46:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229877#post2229877</guid>
        </item>
                <item>
          <title>set default name_min and name_max values</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229840#post2229840</link>
          <description><![CDATA[<p>I am trying to create a page that displays search results using the fieldname_min and fieldname_max values.  This part works well.  However, if I access that page without the form to send the min and max values</p>
<p>I get returned all results from the table.</p>

<p>I've tried this:</p>
<p><code>$width_min = $_POST['width_min'];    <br />if (!isset ($_POST['width_min']))<br />    {<br />        $width_min = 36 ;<br />    }    </code></p>
<p>doing the same with the width_max</p>

<p>If I arrive at the page via form, all works well.</p>
<p>If I arrive at the page with a link that includes all the variables in the link (rather long and unattractive) all works well.</p>
<p>Can't arrive at the page and have a limited display. I've tried a few other approaches with the same results. Any ideas?</p>

]]></description>
          <pubDate>Thu, 14 Mar 2013 12:33:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229840#post2229840</guid>
        </item>
                <item>
          <title>price matrix?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229462#post2229462</link>
          <description><![CDATA[<p>Thanks Chris,</p>

<p>I'll look into your suggestion.  The xxx is just a place holder for the top left corner as it might be in a spreadsheet layout, but certainly won't be an issue so far as including it, as most likely I'll be the one entering the data.  My client will have access though.</p>
<p>Added to this mix is the need to convert measured dimensions, rounded up to the next increment as the blinds are cut down from the standard increments to fit customer measurements.  That part I've worked out, doing the coding now to test to see if</p>
<p>my idea works as intended.  The price matrix or price chart if you want to think of it that way, does seem a tricky one.</p>

<p>Certainly open to any additional thoughts on this one if anything comes to mind.  I give this one a try.</p>

]]></description>
          <pubDate>Thu, 14 Feb 2013 14:36:35 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229462#post2229462</guid>
        </item>
                <item>
          <title>price matrix?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229459#post2229459</link>
          <description><![CDATA[<p>Looking for an idea on how to pull a price based on incremental width and length for window blinds</p>
<p>The data is presented as width across the top, length along the side, price at the intersection</p>
<p>xxx    24                     27                 34                  42 ...</p>
<p>24     1                         2                 3                    4</p>
<p>36      2                       3                 5                      7</p>
<p>48      4                       7                 9                     12</p>

<p>So if you wanted the result for 34 wide and 48 long it would return 9</p>

<p>The matrix is unique to each item being listed, so 25 products would 25 different matrix data,</p>
<p>though some, but not all would share the same numbers for the incremental width and length numbers.</p>
<p>Maybe as much a database question as it is a cms question as to how to do this.</p>
<p>Any ideas?</p>]]></description>
          <pubDate>Thu, 14 Feb 2013 13:21:53 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229459#post2229459</guid>
        </item>
                <item>
          <title>Re: [robin] drop down list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216274#post2216274</link>
          <description><![CDATA[Thanks Robin,<br /><br />That Works!<br />]]></description>
          <pubDate>Mon, 21 May 2012 11:32:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216274#post2216274</guid>
        </item>
                <item>
          <title>Re: [robin] drop down list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216270#post2216270</link>
          <description><![CDATA[Thanks Robin,<br /><br />So doing as you said, then going into the product editor, the check boxes are there, displays the information, checked the boxes - but no show on the public display pages.<br /><br />If I include &lt;?php echo $record['options'] ?&gt; it will output all the items that are checked in the product editor.<br /><br />It appears this section of code is not returning any values or records.<br /><br />&lt;select name = &quot;options&quot;&gt; <br />  &lt;?php foreach ($record[$record['options'].&quot;:values&quot;] as $value): ?&gt; <br />    &lt;option value = &quot;&lt;?php echo $value;?&gt;&quot;&gt;&lt;?php echo $value;?&gt;&lt;/option&gt; <br />  &lt;?php endforeach ?&gt; <br />&lt;/select&gt;<br /><br />--<br />Any thoughts on why it is not displaying the records?<br /><br />Thanks,<br /><br />Joe<br />]]></description>
          <pubDate>Fri, 18 May 2012 19:45:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216270#post2216270</guid>
        </item>
                <item>
          <title>Re: [Jason] drop down list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216259#post2216259</link>
          <description><![CDATA[<br />So it is the second part where I run into the difficulty.<br />The field that is the multi value list - how is that set up in the<br />section editor?  When I look at the list option, it seems the list then applies to all the products, not one specific record.<br />I want to be able to create the drop down list as shown in your code snippet, but have each item with a unique set of choices in the drop down list.<br /><br />I added a text field called options.<br />Entered data in the field -  vanilla,chocolate,strawberry<br /><br />included the code below:<br /><br /><code>&lt;?php foreach ($productsRecords as $record): ?&gt;<br />&lt;table cellpadding=&quot;3&quot; cellspacing=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot;&gt;&lt;tr&gt;&lt;td align=&quot;left&quot; valign=&quot;top&quot; class=&quot;just&quot;&gt;<br /><br /><br />    &lt;h1&gt;&lt;?php echo $record['Name'] ?&gt;&lt;/h1&gt;<br /><br />      Price: &lt;?php if ($CURRENT_USER): echo &quot;$&quot;.$record['Price'] ; endif ?&gt;&lt;?php if (!$CURRENT_USER): echo &quot;&lt;a href='http://website.com/login.php'&gt;Login to see price.&lt;/a&gt;&quot;; endif ?&gt;&lt;br/&gt;<br />      Product ID: &lt;?php echo $record['Product_id_sku'] ?&gt;&lt;br/&gt;<br />      &lt;select name = &quot;option&quot;&gt; <br />  &lt;?php foreach ($record[$record['options'].&quot;:values&quot;] as $value): ?&gt; <br />    &lt;option value = &quot;&lt;?php echo $value;?&gt;&quot;&gt;&lt;?php echo $value;?&gt;&lt;/option&gt; <br />  &lt;?php endforeach ?&gt; <br />&lt;/select&gt;<br />      &lt;?php echo $record['Summary'] ?&gt;&lt;br/&gt;<br />&lt;?php echo $record['options'] ?&gt;<br />      &lt;br/&gt;<br />      &lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;Click for More Details&lt;/a&gt;&lt;br/&gt;</code><br /><br />The options are shown as entered where the echo statement is.<br />The drop down box is not populated, just blank, no options.<br /><br />Joe<br />]]></description>
          <pubDate>Fri, 18 May 2012 09:24:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216259#post2216259</guid>
        </item>
                <item>
          <title>drop down list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216244#post2216244</link>
          <description><![CDATA[I have a products section where I can add product name, product id, description, price, shipping, etc.  Some products are identical except for one feature - such as flavor or size.<br />How can I create a drop down list specific to each product, so that on the public pages, the viewer sees the list of options?<br />So for a product like milk shakes - the options would be vanilla, chocolate, strawberry, but for a product like Tee Shirts, the option might be for red, blue, green? Very few of the products would have the same list of options.<br />]]></description>
          <pubDate>Thu, 17 May 2012 15:39:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216244#post2216244</guid>
        </item>
                <item>
          <title>Re: [Tom P] Membership - won&apos;t stay logged in</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215133#post2215133</link>
          <description><![CDATA[I found the www.herbaldiscountcenter.com in the general settings and dropped the www. prefix there.  All works fine now - Thanks!<br />]]></description>
          <pubDate>Thu, 09 Feb 2012 13:08:59 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215133#post2215133</guid>
        </item>
                <item>
          <title>Membership - won&apos;t stay logged in</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2215120#post2215120</link>
          <description><![CDATA[I've got the cms builder and membership working, but run into an issue when used with a shopping cart.  The member must login to view prices or add items to the shopping cart. When an item is added to the cart, you are taken to the cart screen, then returned to the cmsbuilder page.  Only when returned, the member is required to login again.  How can I keep the members logged in when they return from the shopping cart script?<br />http://herbaldiscountcenter.com is the site, using with a Dansie shopping cart.<br />]]></description>
          <pubDate>Wed, 08 Feb 2012 14:19:35 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2215120#post2215120</guid>
        </item>
              </channel>
    </rss>
  