Important

Okay
  Public Ticket #1115551
widget shortcode is always empty
Closed

Comments

  •  2
    Sergey Nezbritskiy started the conversation

    so, I'm getting empty page with page builder, always, was trying on live site, then on fresh version of magento.

    Page blocks are configured properly. the data within ves_blockbuilder_widget exists and has widget_shortcode like 

    {{widget type="ves_base/widget_html" title="test wysiwig" enable_collapse="false" stylecls="danger" html="PHA+PHN0cm9uZz5sb3JlbSBpcHN1bTwvc3Ryb25nPjwvcD4KPHA+PHN0cm9uZz5kb2xvciBzaXQgYW1ldDwvc3Ryb25nPjwvcD4="}}

    or

    {{widget type="ves_base/widget_html" title="test wysiwig" enable_collapse="false" stylecls="danger" html="PHA+PHN0cm9uZz5sb3JlbSBpcHN1bTwvc3Ryb25nPjwvcD4KPHA+PHN0cm9uZz5kb2xvciBzaXQgYW1ldDwvc3Ryb25nPjwvcD4="}}

    but when I render page I see smth like this

    <div class="container ">
            <div class="ves-inner  ">
                           <div class="row row-level-1  ">
        <div class="row-inner clearfix ">
                               <div class=" col-lg-12 col-md-12 col-sm-12 col-xs-12  ">

                <div class="col-inner ">
                                    <div>
                                            //here should be the content, but I'm getting empty               
                       
                        </div>
                </div>

                        </div>
                </div>
       </div>
                    </div>
               </div>

    app\design\frontend\base\default\template\ves\blockbuilder\row_container.phtml. when I run 

    Zend_Debug::dump($row);

    within foreach on line 11, I'm getting the next output

    http://prntscr.com/epeppm

  •   Land of replied privately