تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
5135 أدوات العرض

Hello all, i would like to insert a simple button in my home page that does the following action:

If a non logged guest click the button -> display login page

If a logged customer click the button -> display shop page


To do so i edited the HTML of my page inserting the following:

Into a <div>: <button type="button" class="btn btn-success btn-lg" onlick="myFunction()">START</button>


On the top, into the main <t>:


<t name="Homepage" priority="29" t-name="website.homepage">  <---- this is the main <t> where I inserted the code

<script>

    function myFunction(){

        alert("1");

        if <?php if ( is_user_logged_in() ) {window.location="/page/product_brands" } else {window.location="/web/login"} ?>

   }

</script>


This not works. Please note the "alert()" as first istruction in my function to check whether or not the function itself is called, this is NEVER called.

Any help? Thank you

الصورة الرمزية
إهمال
أفضل إجابة

Here are some links that may be useful for you friend:

http://openerp-web-v7.readthedocs.org/en/latest/module.html

http://odoo-80.readthedocs.org/en/latest/howtos/website.html

https://www.odoo.com/documentation/8.0/index.html

https://doc.odoo.com/trunk/training/

Regards.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
أغسطس 22
14083
2
أكتوبر 18
5248
Odoo API using PHP تم الحل
2
فبراير 18
34865
3
أكتوبر 24
2822
0
مارس 24
1608