Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author ukrainecmk

    (@ukrainecmk)

    Hello.
    Do you have some SEO plugins installed and activated?

    Thread Starter gwai0228

    (@gwai0228)

    Yes, I did active SEO plugin, yeo’s all in one seo

    Plugin Author ukrainecmk

    (@ukrainecmk)

    So, can you try to deactivate it – and just look – will problem still exists?

    Thread Starter gwai0228

    (@gwai0228)

    After disable all in one seo ,everything look fine now, but is there any solution to solve this problem?
    i notice there is an update for all in one seo and ready!ecommerce today. I try update, hope can solve this problem

    Thread Starter gwai0228

    (@gwai0228)

    After update both plugin, same result double display remain.
    only deactivate temporary can fix this.

    Plugin Author ukrainecmk

    (@ukrainecmk)

    Hello.
    For now – we have no fix for this conflict, but we will release it in next version.

    I also found that bug in my ready-ecommerce site and fixed it

    modules/order/views/order.php
    line 59
    replace parent::display($tpl);
    with return parent::getContent($tpl);

    modules/user/views/user.php
    line 45
    replace frame::_()->getModule(‘order’)->getView()->getAllOrders( $searchCriteria );
    with return frame::_()->getModule(‘order’)->getView()->getAllOrders( $searchCriteria );

    Thread Starter gwai0228

    (@gwai0228)

    Thx Bro! Hope no more problem will come out..
    Really thank you. ??

    I hope that in next release this will be fixed.
    If not, you have to replace it after update

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘MyOrder Page double display’ is closed to new replies.