AwoTracker and AwoCoupon for AcyMailing


  • Default avatar
    bossmanmedia    
     11 years ago
    0

    Hello,

    I am having some trouble getting AwoTracker working with the automated coupon email through AcyMailing.

    When I create a new newsletter and add the tag into the body of the email it sends through the coupon code without any issues but it doesn't send a secret key which is required in order to login to the front end for AwoTracker. How do I get the automated email to send through the secret key as well as the coupon code?

    Also, is there any way that the QR code can be sent through AcyMailing along with the coupon code?

    Kind Regards,
    Matt
  • Your avatar
    seyi    
     11 years ago
    0

    Hi Matt,

    Very interesting. The best would be able to attach a coupon code image which would include the qr code. I am not sure if this can be done through the dynamic tag function of acymailing so I have contacted them about it awaiting a response.

    I will update when I know more.
  • Default avatar
    bossmanmedia    
     11 years ago
    0

    Thanks for looking into it.

    In the meantime, is there something that I'm doing wrong regarding the Secret Key? I want to be able to track/update the usage from the front end for any gift vouchers that get automatically sent through AcyMailing. I have the coupon code but I can't find a secret key anywhere?

    Kind Regards,
    Matt
  • Your avatar
    seyi    
     11 years ago
    0

    Hi Matt,

    The qrcode is an image that is embedded in the coupon image, if you enable the option, so you really need the profile image.

    Great news, I heard back quickly from AcyMailing yesterday and integrated it into the awocoupon acymailing plugin. You can now embed a coupon image into your newsletter if you get the latest. I would caution you to make sure your profile image is as small as possible so that the processing of the image when sending out a newsletter is to a minimum.

    Please get latest, if you are not sure how, here are instructions:
    https://awodev.com/documentation/frequently-asked-questions#install-upgrade

  • Default avatar
    bossmanmedia    
     11 years ago
    0

    Hi Seyi,

    Thank you so much for your quick response and for customising the plugin.

    I have updated the AwoCoupon AcyMailing plugin and I can see the profiles under the optional fields. The only issue is that when I go to send a test email and click send I am getting this error message:

    Fatal error: Class 'VmConfig' not found in /home/bargains/public_html/administrator/components/com_virtuemart/helpers/currencydisplay.php on line 56

    I had a look at the .php file but I couldn't see what the problem was.

    Can you please help? I am happy to supply you FTP login details if necessary.

    Kind Regards,
    Matt
  • Your avatar
    seyi    
     11 years ago
    0

    Hi Matt,

    In /www/plugins/acymailing/awocoupon/awocoupon.php around line 352 is this:
    <?php
            
    if (!class_exists'CurrencyDisplay' )) require JPATH_ADMINISTRATOR.'/components/com_virtuemart/helpers/currencydisplay.php';
    ?>


    right before that, add this
    <?php
            
    if (!class_exists'VmConfig' )) require JPATH_ADMINISTRATOR.'/components/com_virtuemart/helpers/config.php';
    ?>


    That should work. If you dont feel comfortable adding it, then please send temporary admin/ftp access in a private message and I can add it for you.