Search results

  1. Sebastian

    About theme editing

    Thanks a lot man!
  2. Sebastian

    About theme editing

    What about using hooks? For example this: <footer> <?php $hooks->doAction('layout_footer_html', $this);?> <div class="clearfix"><!-- --></div> </footer> How do I add code to that hook? Plus, is there priority system like wordpress do? :)
  3. Sebastian

    About theme editing

    Yeah! You answered just a second before. :D Yes, I'm new to MVC and I sometimes fall into those stupid questions! :D sorry for that. THANKS!!!!!
  4. Sebastian

    About theme editing

    Got it! Yii::app()->customer->getId() Sure sure sure, we should look for the User's models inside /app/models/Customer.php
  5. Sebastian

    About theme editing

    UPDATE: my mistake! Sorry! To override the default views for a custom theme we should add new files to this path: /customer/themes/YOUR_THEME_NAME/views/layout/main.php And so for any other view. Cool, it works! Now I just need to extract the other datas.
  6. Sebastian

    About theme editing

    I'm integrating customer.io and I am having hard times extracing some kind of data. Let me shot you (example): <script type="text/javascript"> _cio.identify({ id: 'prod_287', email: 'user@domain.com', created_at: 1339438758, first_name: 'John', })...
  7. Sebastian

    About theme editing

    I need to add some custom code into the customers footer's layout. I'm editing app/apps/customer/views/layouts/main.php. Is there a better way to do this without ever touch this core file? Thanks
  8. Sebastian

    Can't Translate a String

    OK, thanks by now ^_^
  9. Sebastian

    Can't Translate a String

    ... and what about the string in the "Unsubscribe form", where it says "Sorry to see you go [...]"? That string is inside an SQL file :D
  10. Sebastian

    Can't Translate a String

    Is it a good practice to edit core files? And by the way, I need to have both languages. I have Customers both italians and international. :\
  11. Sebastian

    Can't Translate a String

    I'd need to translate even the Javascript Alert "Are you sure you want to delete this item?" when you try to delete something. I found this: ./common/framework/zii/widgets/grid/CButtonColumn.php:230: $this->deleteConfirmation=Yii::t('zii','Are you sure you want to delete this item?'); Is there...
  12. Sebastian

    Can't Translate a String

    I can't translate that "cannot be blank" using regular translation files. I've done a fgrep to look where that string is in the app. It seems that is a common message from the YII framework. My user has 'italian' as language. How can I solve this? :) PS: for the ones which speaks italian I...
  13. Sebastian

    Have you considered releasing the app as open source?

    That's the way I like it, ah ah ah!
  14. Sebastian

    SendGrid settings not work

    Cool!
  15. Sebastian

    Use REST API without SDK

    I see. Thank you!
  16. Sebastian

    Use REST API without SDK

    Hello, I know there a PHP SDK but I'd like to know how to authenticate without it. For my private_key I use PostMan and this is what I'm doing. I tried with both "Basic Auth" (public key as username and private key as password) and passing public_key and private_key as POST parameters. Sorry...
  17. Sebastian

    [Release] MailWizz - v1.3.5.8

    Yeeeeah! :D
  18. Sebastian

    Finally fixing the one faulty metric in ALL autoresponders

    Oh, I just opened new thread about this before reading yours! :eek: (admin: sorry for the duplicate) Well, I totally agree and support this suggestion.
  19. Sebastian

    Upgrading from Regular to Extended license

    Thanks @Jeff Guynn this was useful. I'll need it too :)
  20. Sebastian

    List-unsubscribe Header

    Me too, me too. :)
Back
Top