Search results

  1. Jamie Whittingham

    Customer Group Quota Not Counting

    The quota is still not working after 24 hours so the hourly and daily cron's have both had time to run. Customer quota still says 0/10 even after sending several campaigns and I've checked the settings that @twisted1919 suggested and they are correct. This is really odd indeed !!!
  2. Jamie Whittingham

    Customer Group Quota Not Counting

    So I removed the file with the custom flags and I removed the cache folder completely. We have sent a few test campaigns from different customer accounts over different groups and the quota is still not being registered. still says 0/10 in one account and 0/100,000 in another. Does the quota...
  3. Jamie Whittingham

    Customer Group Quota Not Counting

    thanks buddy - I'll give that a go now and let you know. Would it be possible in future release to have those performance options as enable / disable tick boxes in the backend? would be much easier to work with and remember if they have been set in the past as I set those flags nearly 2 years...
  4. Jamie Whittingham

    Customer Group Quota Not Counting

    crap - I totally forgot about that custom file. I've just removed the file all together for now. do I need to rebuild the the cache for the update the take effect?
  5. Jamie Whittingham

    Customer Group Quota Not Counting

    Hi mate, Nope it does not count against the quota - thats the issue i'm facing. The group has a sending limit of 10 email credits - sending a campaign (not a test or anything) to a list of 5 subscribers results in the quota in the customers account still reporting 0/10 Thanks
  6. Jamie Whittingham

    Customer Group Quota Not Counting

    is anyone from the dev team able to step in here please?
  7. Jamie Whittingham

    Customer Group Quota Not Counting

    @twisted1919 are you able to chip in here please buddy? I've run out of ideas. Thanks
  8. Jamie Whittingham

    Customer Group Quota Not Counting

    Good morning to all MailWizz'ers !!! Hope everyone is doing well. Have an odd issue here. I have a group set with unlimited subscribers but a sending quota of 1,000 emails sent. When I sent out 10 to 20 test emails they are not being marked against the quota. The quota still shows 0/1000 so...
  9. Jamie Whittingham

    GDPR Consent Field

    After hours and poking around your code and the DB I finally figured it out. The tag / option I was looking for is $modal->meta_data = '';
  10. Jamie Whittingham

    Potential bug with monitization

    When using 'quota' within groups that expire, I'm facing the following issue ... When a customer purchases a 'Price Plan, they are moved into the correct group. The customer uses their allowed quota. Once the quota has been used (not expired) then they customer should be moved to a different...
  11. Jamie Whittingham

    GDPR Consent Field

    Also, how do I get the following working please $model->consent_text = 'my text to display to new subscribers.'; Thanks
  12. Jamie Whittingham

    GDPR Consent Field

    @twisted1919 Where would / how would I use the following code sample? Yii::app()->hooks->addAction('customer_model_lists_aftersave', function($instance){ if (time() - strtotime($instance->date_added) > 10) { return; } $type = ListFieldType::model()->findByAttributes(array(...
  13. Jamie Whittingham

    GDPR Consent Field

    I have looked at how you wrote your code and there is not option to set the predefined 'value' from a code point of view.
  14. Jamie Whittingham

    GDPR Consent Field

    Hi mate, Thanks but that does not resolve the issue. $model->label = 'Whatever'; that works fine but that does not work with MailWizz as you have to also have 'The Consent Text" which your code above does not ruse / set. We need something like $model->value = 'I give my consent...
  15. Jamie Whittingham

    GDPR Consent Field

    @twisted1919 This is the same issue covered in https://forum.mailwizz.com/threads/default-fields-for-new-lists.5151/#post-34030 where you suggested - We could maybe add an option/hook to do this programatically and then instruct you how to do it ?
  16. Jamie Whittingham

    GDPR Consent Field

    Yes I understand that - but we are trying to add a ConsentCheckbox by default to all new Lists by editing the source code, so that it becomes mandatory to our customers. When we do that however the Consent Text is not being added to the ConsentCheckbox field so we just get forwarded to the...
  17. Jamie Whittingham

    GDPR Consent Field

    We are trying to auto add a consent field when ever a new list is created. I have the field_id = 24 and the 'label' is all working but how do I set the 'value' option for the text we would like to assign to the 'the consent text' field. I have tried $model->value = 'blah'; but it does not...
  18. Jamie Whittingham

    Default fields for new lists

    we need this feature as well.
  19. Jamie Whittingham

    Decrypt Passwords

    @twisted1919 So in the DB, you encrypt the passwords for DS servers etc but when I view them via the backend they are in plain text - how are you decrypting the passwords and where is the decryption key stored please? im trying to write an outside admin panel and need access to that data thanks
  20. Jamie Whittingham

    Odd SPAM form submission across multiple customers, multiple installs.

    That works for the embeded forms, but if using the form in another manner, like a page builder, it doesn't work. Had been advising one customer to use their own reCaptcha to prevent it, but then I started seeing it in other customers on other installs as well.
Back
Top