<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Support Forums</title>
    <link rel="alternate" type="text/html" href="http://www.hccdevelopment.com/Web-Based-Software/Support-Forums/" />
    <link rel="self" type="application/atom+xml" href="http://www.hccdevelopment.com/Web-Based-Software/Support-Forums/atom/" />
    <updated></updated>
    <rights>Copyright (c) 2011</rights>
    <generator uri="http://expressionengine.com/" version="1.6.8">ExpressionEngine</generator>
    <id>tag:hccdevelopment.com,2011:09:26</id>


    <entry>
      <title>How to manually add an order for a member</title>
      <link rel="alternate" type="text/html" href="http://www.hccdevelopment.com/Web-Based-Software/Support-Forums/viewthread/1170/" />      
      <id>tag:hccdevelopment.com,2011:Web-Based-Software/Support-Forums/viewthread/.1170</id>
      <published>2011-09-22T18:17:41Z</published>
      <updated></updated>
      <author><name>Nathan Pitman</name></author>
      <content type="html">
      <![CDATA[
        <p>I need some way of adding a purchase to a members account manually without them actually going through the checkout and payment process. Is this possible, I don&#8217;t seem to be able to find any such option in the CP although there is the option to edit existing orders.</p>

<p>If this isn&#8217;t possible then I&#8217;m guessing I might need to build a bespoke module to facilitate this which inserts the relevant data into the Foxee tables.</p>

<p>Thanks.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Modifications of Subscriptions (i.e. Upgrade of Subscription Level)</title>
      <link rel="alternate" type="text/html" href="http://www.hccdevelopment.com/Web-Based-Software/Support-Forums/viewthread/1140/" />      
      <id>tag:hccdevelopment.com,2011:Web-Based-Software/Support-Forums/viewthread/.1140</id>
      <published>2011-02-18T00:46:11Z</published>
      <updated></updated>
      <author><name>Mark Middleton</name></author>
      <content type="html">
      <![CDATA[
        <p>We have several subscription options (each is monthly, but give more or less features to the customer depending on which one they purchase)</p>

<p>How can a customer change from one type to the other?&nbsp; (i.e.&nbsp; From the user prospective, they are &#8220;upgrading their subscription&#8221;)</p>

<p>We do not want to force the customer to re-enter their credit card information at all - they will simply &#8220;upgrade&#8221; and &#8220;confirm&#8221; (i.e. *without canceling the first and signing up for a second*)</p>

<p>I have the subscription hash, can I send that with a new cart item to have that put into the current subscription?</p>

<p>I&#8217;m testing some samples - and will report findings, but I wanted to find out if anyone else has come across this need.</p>

<p>Thank you!<br />
-Mark
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Conditionally Show PO in Checkout</title>
      <link rel="alternate" type="text/html" href="http://www.hccdevelopment.com/Web-Based-Software/Support-Forums/viewthread/1103/" />      
      <id>tag:hccdevelopment.com,2010:Web-Based-Software/Support-Forums/viewthread/.1103</id>
      <published>2010-12-13T12:59:47Z</published>
      <updated>2011-01-04T15:16:07Z</updated>
      <author><name>NIRAJ PATEL</name></author>
      <content type="html">
      <![CDATA[
        <p>I would like to conditional show the PO field on checkout based on a custom member field.&nbsp; Maybe a checkbox that says PO terms (yes/no).&nbsp; Foxy says that we can do that but I need to pass the variable via the JSON before they can help me with the code on their end.&nbsp; How do I accomplish that? </p>

<p>UPDATEL:I looked through the Mod.foxee.php file and I notices the member_group_id is identified in the array.&nbsp; I&#8217;m not sure how this works but if I can grab the group name from that ID and expose it in the JSON, then I can use that group ID/Name to conditionally show the PO field.&nbsp; </p>

<p>The other option that I thought of was to pass the EE member group that the user belongs to and then show the PO field based on that.&nbsp; I will also need it to work for the Unified Ordering, but since both of my options are by user or member group then I would think that this will not be an issue.&nbsp; Am I correct in this assumption?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>FoxEE and Gift Subscriptions.</title>
      <link rel="alternate" type="text/html" href="http://www.hccdevelopment.com/Web-Based-Software/Support-Forums/viewthread/1101/" />      
      <id>tag:hccdevelopment.com,2010:Web-Based-Software/Support-Forums/viewthread/.1101</id>
      <published>2010-12-03T19:14:59Z</published>
      <updated></updated>
      <author><name>Justin Long</name></author>
      <content type="html">
      <![CDATA[
        <p>I have a client that offers subscriptions and downloadable products. She has been getting a lot of request recently to offer gift subscriptions. Where a user would be able to purchase a subscription or credit for a subscription for another user. I know that there is nothing like this by default (or if there is I have overlooked it) but I was wondering if you know of anyone that has done something similar in the past. </p>

<p>My idea right now is to build an add-on that will allow a user to add a subscription to their cart with the option of having it be a gift. Then during the checkout process they can enter the person that they want to send it to email address. After the checkout the add-on will create a 1 time use coupon that will be linked to the email address of the recipient. They will be able to follow the link in the email to the proper landing page that will allow them to add the item to the cart and enter their &#8220;gift-code&#8221; which will give them a 100% discount on that particular product. </p>

<p>If you can not think of any examples of someone doing something similar with FoxEE do you think that I am on the right track with my add-on approach?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Category Setup</title>
      <link rel="alternate" type="text/html" href="http://www.hccdevelopment.com/Web-Based-Software/Support-Forums/viewthread/1090/" />      
      <id>tag:hccdevelopment.com,2010:Web-Based-Software/Support-Forums/viewthread/.1090</id>
      <published>2010-11-09T13:08:08Z</published>
      <updated></updated>
      <author><name>NIRAJ PATEL</name></author>
      <content type="html">
      <![CDATA[
        <p>So I&#8217;m setting up my first store with EE1.7 and FOXEE 10 (Latest Version) and I have a few questions on how to setup my categories.&nbsp; Scenario:</p>

<p>- 3 Product Lines<br />
- Each Product I want searchable by (Application, Wattage Range, Product Line)<br />
- Some products are related by a range of wattages so I would like to show related products based off of an attribute.&nbsp; </p>

<p>So my thought is to create 3 categories under weblog management under a category group named &#8220;products.&#8221;&nbsp; Then I create a field group called &#8220;products&#8221; and add the necessary fields I want to capture for each product and/or want the ability to search by.&nbsp; Connect the field group to a weblog. </p>

<p>My question is, there are category groups in Foxy cart and there are custom fields in the FOXEE module in EE.&nbsp; Should I use those instead of using EE to setup my products, assuming my solution above in EE is correct? </p>

<p>Any advice and/or help/limitations on doing it one way or the other would be greatly apprecitated.&nbsp; Thank you.&nbsp; </p>

<p>Niraj Patel
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Foxee + FoxyCart + Campaign Monitor</title>
      <link rel="alternate" type="text/html" href="http://www.hccdevelopment.com/Web-Based-Software/Support-Forums/viewthread/809/" />      
      <id>tag:hccdevelopment.com,2010:Web-Based-Software/Support-Forums/viewthread/.809</id>
      <published>2010-02-14T10:25:14Z</published>
      <updated></updated>
      <author><name>Weston McWhorter</name></author>
      <content type="html">
      <![CDATA[
        <p>FoxyCart has some hooks that allow you to drop customers into a mailing list set up on Campaign Monitor, however, it requires that one use a different data feed URL in the advanced set-up area of FoxyCart - one that would replace the data feed URL required by Foxee to function.</p>

<p>I submitted the post on their forum, and they replied back with the attached response.</p>

<p>What do you think is a possible solution?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Page between Add to Cart and Checkout</title>
      <link rel="alternate" type="text/html" href="http://www.hccdevelopment.com/Web-Based-Software/Support-Forums/viewthread/1086/" />      
      <id>tag:hccdevelopment.com,2010:Web-Based-Software/Support-Forums/viewthread/.1086</id>
      <published>2010-10-28T16:15:47Z</published>
      <updated></updated>
      <author><name>LSI Guy</name></author>
      <content type="html">
      <![CDATA[
        <p>I have some products that are not required, but strongly recommended when someone buys an item.&nbsp; I can get them to show up as a related item, but what I&#8217;d really like to do after someone clicks &#8220;add to cart&#8221; is go to a page that says something like &#8220;Before you checkout, we recommend you also consider the following&#8230;&#8221; and that page would allow for the addition of other recommended items.&nbsp; Is this kind of intermediate page possible with Foxee?&nbsp; Thanks.
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Cart Template override &amp;amp; styling &#45; adding another column to choose product Size</title>
      <link rel="alternate" type="text/html" href="http://www.hccdevelopment.com/Web-Based-Software/Support-Forums/viewthread/1066/" />      
      <id>tag:hccdevelopment.com,2010:Web-Based-Software/Support-Forums/viewthread/.1066</id>
      <published>2010-09-08T11:45:04Z</published>
      <updated></updated>
      <author><name>dooug</name></author>
      <content type="html">
      <![CDATA[
        <p>Hello.</p>

<p>I am developing a foxyCart on EE with FoxEE.&nbsp; I am having trouble figuring out how to alter the Cart lightbox popup.&nbsp; I created a cart template on the site and used that url to cache the template on the admin.foxycart.com site.&nbsp;  </p>

<p>However, I can&#8217;t seem to figure out how I would add another column to the products table.&nbsp; Ideally, I want to add a column with some select input fields in order to allow the shopper to select the size of a garment (similar to altering the quantity). </p>

<p>How do I override this cart template?&nbsp; Can you point me in the correct direction?
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Default/Sample copy for Emails&#63;</title>
      <link rel="alternate" type="text/html" href="http://www.hccdevelopment.com/Web-Based-Software/Support-Forums/viewthread/1068/" />      
      <id>tag:hccdevelopment.com,2010:Web-Based-Software/Support-Forums/viewthread/.1068</id>
      <published>2010-09-13T09:42:47Z</published>
      <updated></updated>
      <author><name>Corinne Jacobson</name></author>
      <content type="html">
      <![CDATA[
        <p>We have subscription products and are going to be sending out a number of automated emails:</p>

<p>Thank you for you order<br />
Payment Expiring Soon<br />
Welcome New Member<br />
Auto Renew Shortly<br />
Auto Renew Complete</p>

<p>Is there anywhere we can find some sample copy for these emails?</p>

<p>Thanks!
</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Sort order using FoxEE_Price</title>
      <link rel="alternate" type="text/html" href="http://www.hccdevelopment.com/Web-Based-Software/Support-Forums/viewthread/1061/" />      
      <id>tag:hccdevelopment.com,2010:Web-Based-Software/Support-Forums/viewthread/.1061</id>
      <published>2010-08-29T09:15:28Z</published>
      <updated></updated>
      <author><name>Kate Higginson</name></author>
      <content type="html">
      <![CDATA[
        <p>Is it possible to create a custom sort order using the FoxEE_Price custom field (as it would be if ti were a generic Expression Engine field) - i.e should:
</p><div class="codeblock"><code><span style="color: #000000">
<span style="color: #0000BB">&#123;exp</span><span style="color: #007700">:</span><span style="color: #0000BB">weblog</span><span style="color: #007700">:</span><span style="color: #0000BB">entries&nbsp;weblog</span><span style="color: #007700">=</span><span style="color: #DD0000">'shop_detail'&nbsp;</span><span style="color: #0000BB">relaxed_categories</span><span style="color: #007700">=</span><span style="color: #DD0000">"yes"&nbsp;</span><span style="color: #0000BB">orderby</span><span style="color: #007700">=</span><span style="color: #DD0000">"foxee_price"&nbsp;</span><span style="color: #0000BB">sort</span><span style="color: #007700">=</span><span style="color: #DD0000">"desc"&nbsp;</span><span style="color: #0000BB">limit</span><span style="color: #007700">=</span><span style="color: #DD0000">"8"</span><span style="color: #0000BB">&#125;&nbsp;</span>
</span>
</code></div><p>
Print out a listing sorted with the highest price - down to the lowest price?</p>

<p>I&#8217;m parsing the code - and it is affecting the sort order - but it doesn&#8217;t seem to relate to the price entered into the FoxEE tab within the control panel when adding or editing an entry?</p>

<p>Many thanks for your help -<br />
James
</p>
      ]]>
      </content>
    </entry>


</feed>