Jump to content

Dominyka

Clients
  • Posts

    61
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Dominyka got a reaction from Miss_B in Hook Member Changing Groups   
    Thank you! I was able to catch the new group ID.
  2. Like
    Dominyka reacted to Adriano Faria in Hook Member Changing Groups   
    You can also create an app and add a MemberSync extension and add your stuff in onProfileUpdate method. 
  3. Like
    Dominyka reacted to Miss_B in Hook Member Changing Groups   
    You need to extent the \IPS\Member hook class. And the function that you need is called: public function save()
     
  4. Like
    Dominyka reacted to Daniel F in Commerce Subscriptions - PayPal   
    Yea, they changed it in the meanwhile and we have adjusted it too.
    As mentioned in our release notes, we have changed this:) 
    4.6.8
    -Commerce
    - Added the ability to optionally require a billing address for subscriptions.
     
  5. Like
    Dominyka reacted to Andy Millne in Commerce Subscriptions - PayPal   
    The requirement for address has been removed in 4.6.7.
    It is intended that PayPal is not available where a free trial is in use. This is not supported by PayPal for this API integration unfortunately.
  6. Like
    Dominyka reacted to Jordan Miller in New Member: Onboarding   
    I also use this to send automated emails and PMs upon registering. It's been a great way to connect with new members right off the bat. 🙂 
     
     
  7. Like
    Dominyka reacted to Daniel F in New Member: Onboarding   
  8. Like
    Dominyka reacted to Jim M in Commerce Subscriptions - PayPal   
    Subscriptions should be able to utilize the same payment methods as Products. Are you encountering an error when purchasing or simply not present? If the latter, do you allow PayPal Subscriptions (aka Billing Agreements)? You can find this option while editing the payment method in the ACP.
  9. Like
    Dominyka reacted to Mark H in Commerce Subscriptions - PayPal   
    Please see our Help guide on setting up Paypal:
    And note the settings in the section titled "Creating the payment method":

     
  10. Like
    Dominyka reacted to Chris Anderson in Payment Plan   
    I like this idea but there would need to be some way to end subscription (and revoke elevated access) if a member fails to complete one of the payments. A configurable grace period and set of warnings should also be included to gently prompt a member to complete their payment plan.  
    There should also be a way to track these kinds of subscriptions in the ACP so the admins know which members are on subscription plans, and their status (such as: Payment 2 of 5, Days Late).  This would allow the admins to know how much money should be coming in and which members are behind on their payment plans.  "If" a member fails to complete a payment plan there should be a way to mark their account as such. 
     
  11. Like
    Dominyka got a reaction from Aiwa in Payment Plan   
    Would love an option to have a payment plan for products.
    So just like now we have a subscription, just let the automatic billing stop after a set amount of billings.
  12. Like
    Dominyka got a reaction from Jaymez in Removing View Counts and Publish Date?   
    You need to locate the template your database is using and remove the code that adds the date:
    {datetime="$row->_publishDate"}  
    and then there is also the part that adds the stats:
    {{foreach $row->stats(TRUE) as $k => $v}} <li {{if \in_array( $k, $row->hotStats )}}class="ipsDataItem_stats_hot" data-text='{lang="hot_item"}' data-ipsTooltip title='{lang="hot_item_desc"}'{{endif}}> <span class='ipsDataItem_stats_number'>{number="$v"}</span> <span class='ipsDataItem_stats_type'>{lang="content_records_stat_{$k}" pluralize="$v"}</span> </li> {{endforeach}}  
    I suggest creating a custom database template and editing that.
  13. Like
    Dominyka reacted to DesignzShop in Please add Polls to pages   
    Please add the ability to add a poll to a pages record or by itself as a record. I run a news site, forums are not part of a local news site in general, but the ability to add a poll would be fantastic. Since the software is sold now by app basis, pages would be deserving of this ability imo.
    Thank You
  14. Like
    Dominyka got a reaction from SC36DC in Disable Billing Info For Digital Products   
    We have found that it's a surprisingly big deterrant when you require billing info on checkout for digital products. Any way to disable it?
     
    I found this, but it's not available for download... 
     
  15. Like
    Dominyka got a reaction from DawPi in Successful Purchase Page Redirect   
    Got a custom plugin from DawPi 😍 Works like a charm!
×
×
  • Create New...