Promotions limited by plan

David Galtisky's Avatar

David Galtisky

09 Dec, 2015 10:04 PM

Promotions can be limited to certain plans. Currently, the data coming back from the promotions endpoint doesn't have which plans a promotion can be applied to. Is there another endpoint that can be used or can those be added?

  1. 1 Posted by David Galtisky on 14 Dec, 2015 05:13 PM

    David Galtisky's Avatar

    Could I get some visibility on this issue? What's the plan? I see there was a ticket opened but that is about it.

    Thanks

  2. 2 Posted by Drew Songer on 14 Dec, 2015 06:06 PM

    Drew Songer's Avatar

    Hi David,

    This has been a feature request for some time. Unfortunately, it does not take precedent over some other projects. If this is a needed feature for your implementation, we could discuss accelerating development.

    Best,
    Drew

  3. 3 Posted by chris sheaves on 14 Dec, 2015 06:58 PM

    chris sheaves's Avatar

    I would like to discuss accelerating development of this feature. Can you email me some times for a phone call?

    Thanks
    Chris

  4. 4 Posted by chris sheaves on 14 Dec, 2015 07:00 PM

    chris sheaves's Avatar

    Second item is attempting to post in this forum with Firefox fails, Chrome is fine. I had others look over my shoulder to verify the issue.

    Thanks
    Chris

  5. 5 Posted by Drew Songer on 15 Dec, 2015 02:20 PM

    Drew Songer's Avatar

    Hi Chris,

    Sure I'd be happy to hop on a call to discuss. Would today at 11:00 am or 1:30 pm work? If not I could chat tomorrow at 9:30 am or anytime between 1:30 pm and 4:00 pm? Let me know what works.

    Best,
    Drew

  6. 6 Posted by chris sheaves on 15 Dec, 2015 02:51 PM

    chris sheaves's Avatar

    Today at 11am would work for me. Let me know the best number to reach you at.

  7. 7 Posted by Drew Songer on 15 Dec, 2015 02:57 PM

    Drew Songer's Avatar

    +1 (567) 393-3739 Talk soon.

  8. 8 Posted by Drew Songer on 29 Dec, 2015 08:55 PM

    Drew Songer's Avatar

    Hi Chris,

    Sorry for the late response.

    This project would typically cost between $1200-$1500 for development, testing, and deployment. With the acceleration discount for which the costs are split, that would be $600-$750.

    Here's an example of the current response:

    <?xml version="1.0" encoding="UTF-8"?>  
    <promotions>  
      <promotion id="2b806324-97a7-11e5-ae4b-005056a548e6">
        <name>20% off annual</name>
        <description/>
        <createdDatetime>2015-11-30T21:13:14+00:00</createdDatetime>
        <incentives>
          <incentive id="2b845576-97a7-11e5-ae4b-005056a548e6">
            <type>percentage</type>
            <percentage>20</percentage>
            <months>0</months>
          </incentive>
        </incentives>
        <coupons>
          <coupon id="2b85ec24-97a7-11e5-ae4b-005056a548e6" code="20OFF">
            <code>20OFF</code>
            <maxRedemptions>0</maxRedemptions>
            <expirationDatetime/>
            <createdDatetime>2015-11-30T21:13:15+00:00</createdDatetime>
          </coupon>
        </coupons>
      </promotion>
      .
      .
      .
    </promotions>  
    <pre><code>
    Here's a preliminary mockup of what it could be when this is done:
    
    ```xml
    &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    &lt;promotions&gt;
      &lt;promotion id=&quot;2b806324-97a7-11e5-ae4b-005056a548e6&quot;&gt;
        &lt;name&gt;20% off annual&lt;/name&gt;
        &lt;description/&gt;
        &lt;createdDatetime&gt;2015-11-30T21:13:14+00:00&lt;/createdDatetime&gt;
        &lt;incentives&gt;
          &lt;incentive id=&quot;2b845576-97a7-11e5-ae4b-005056a548e6&quot;&gt;
            &lt;type&gt;percentage&lt;/type&gt;
            &lt;percentage&gt;20&lt;/percentage&gt;
            &lt;months&gt;0&lt;/months&gt;
          &lt;/incentive&gt;
        &lt;/incentives&gt;
        &lt;coupons&gt;
          &lt;coupon id=&quot;2b85ec24-97a7-11e5-ae4b-005056a548e6&quot; code=&quot;20OFF&quot;&gt;
            &lt;code&gt;20OFF&lt;/code&gt;
            &lt;maxRedemptions&gt;0&lt;/maxRedemptions&gt;
            &lt;expirationDatetime/&gt;
            &lt;createdDatetime&gt;2015-11-30T21:13:15+00:00&lt;/createdDatetime&gt;
          &lt;/coupon&gt;
        &lt;/coupons&gt;
        &lt;plans&gt;
          &lt;plan id=&quot;5c1d0279-95d7-11e4-8d1b-005056a548e6&quot; code=&quot;BUSINESS_ANNUAL&quot;&gt;
            &lt;name&gt;Business Annual&lt;/name&gt;
          &lt;/plan&gt;
          &lt;plan id=&quot;6a0f0620-95d7-11e4-8d1b-005056a548e6&quot; code=&quot;BUSINESS_PLUS_ANNUAL&quot;&gt;
            &lt;name&gt;Business Plus Annual&lt;/name&gt;
          &lt;/plan&gt;
          &lt;plan id=&quot;719b8641-95d7-11e4-8d1b-005056a548e6&quot; code=&quot;UNLIMITED_ANNUAL&quot;&gt;
            &lt;name&gt;Unlimited Annual&lt;/name&gt;
          &lt;/plan&gt;
        &lt;/plans&gt;
      &lt;/promotion&gt;
      .
      .
      .
    &lt;/promotions&gt;</code>
    </pre>
    
    Let us know what you think, and have a Happy New Year!
    
    Best,  
    Drew
    
  9. 9 Posted by chris sheaves on 30 Dec, 2015 12:28 AM

    chris sheaves's Avatar

    Can I get another example of the new info? Email formatting made it ugly.

  10. 10 Posted by Drew Songer on 30 Dec, 2015 02:36 AM

    Drew Songer's Avatar

    If you view it in the CG support forum it should look better. Here:
    http://support.cheddargetter.com/discussions/questions/22591-promotions-limited-by-plan

  11. 11 Posted by chris sheaves on 04 Jan, 2016 04:29 PM

    chris sheaves's Avatar

    The new example is still mucked up in this forum post.

  12. 12 Posted by Drew Songer on 04 Jan, 2016 04:40 PM

    Drew Songer's Avatar

    Hi Chris,

    Here it is. There was an error due to the difference in markdown from Github to Tender.

    Here's an example of the current response:

    <?xml version="1.0" encoding="UTF-8"?>
    <promotions>
      <promotion id="2b806324-97a7-11e5-ae4b-005056a548e6">
        <name>20% off annual</name>
        <description/>
        <createdDatetime>2015-11-30T21:13:14+00:00</createdDatetime>
        <incentives>
          <incentive id="2b845576-97a7-11e5-ae4b-005056a548e6">
            <type>percentage</type>
            <percentage>20</percentage>
            <months>0</months>
          </incentive>
        </incentives>
        <coupons>
          <coupon id="2b85ec24-97a7-11e5-ae4b-005056a548e6" code="20OFF">
            <code>20OFF</code>
            <maxRedemptions>0</maxRedemptions>
            <expirationDatetime/>
            <createdDatetime>2015-11-30T21:13:15+00:00</createdDatetime>
          </coupon>
        </coupons>
      </promotion>
      .
      .
      .
    </promotions>
    

    Here's a preliminary mockup of what it could be when this is done:

    <?xml version="1.0" encoding="UTF-8"?>
    <promotions>
      <promotion id="2b806324-97a7-11e5-ae4b-005056a548e6">
        <name>20% off annual</name>
        <description/>
        <createdDatetime>2015-11-30T21:13:14+00:00</createdDatetime>
        <incentives>
          <incentive id="2b845576-97a7-11e5-ae4b-005056a548e6">
            <type>percentage</type>
            <percentage>20</percentage>
            <months>0</months>
          </incentive>
        </incentives>
        <coupons>
          <coupon id="2b85ec24-97a7-11e5-ae4b-005056a548e6" code="20OFF">
            <code>20OFF</code>
            <maxRedemptions>0</maxRedemptions>
            <expirationDatetime/>
            <createdDatetime>2015-11-30T21:13:15+00:00</createdDatetime>
          </coupon>
        </coupons>
        <plans>
          <plan id="5c1d0279-95d7-11e4-8d1b-005056a548e6" code="BUSINESS_ANNUAL">
            <name>Business Annual</name>
          </plan>
          <plan id="6a0f0620-95d7-11e4-8d1b-005056a548e6" code="BUSINESS_PLUS_ANNUAL">
            <name>Business Plus Annual</name>
          </plan>
          <plan id="719b8641-95d7-11e4-8d1b-005056a548e6" code="UNLIMITED_ANNUAL">
            <name>Unlimited Annual</name>
          </plan>
        </plans>
      </promotion>
      .
      .
      .
    </promotions>
    
  13. 13 Posted by chris sheaves on 04 Jan, 2016 07:04 PM

    chris sheaves's Avatar

    Looks good Drew, we would like to move forward. What kind of time frame are we looking at?

    Thanks

  14. 14 Posted by Drew Songer on 07 Jan, 2016 02:29 PM

    Drew Songer's Avatar

    Hi Chris,

    We should be able to get started on that by the middle of next week. Once started, we will have it finished within two weeks at the very latest. For custom development, we bill half of the cost up front and half upon completion. I assume it would be ok to bill you through CG once we start. Is that a correct?

    Best,
    Drew

  15. 15 Posted by chris sheaves on 07 Jan, 2016 02:52 PM

    chris sheaves's Avatar

    Sounds good. Please bill us through CG and let me know when complete.

  16. 16 Posted by Drew Songer on 28 Jan, 2016 03:14 PM

    Drew Songer's Avatar

    Hi Chris,

    The the promotions API response should will now return plan information. We have applied a one-time invoice of $600 to your account. Let us know if you have any other questions.

    Best,
    Drew

  17. Drew Songer closed this discussion on 28 Jan, 2016 03:14 PM.

Discussions are closed to public comments.
If you need help with Cheddar please start a new discussion.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

Recent Discussions

28 Mar, 2024 10:45 PM
24 Jan, 2024 08:33 AM
11 Jan, 2024 07:13 AM
30 Nov, 2023 02:07 AM
22 Nov, 2023 08:41 AM