We installed the one step checkout and now we have the demo gear on the customer side of our website. Needless to say.. not good 🙂 I dont’ see a way of turning it off either. Help!
3 answers
Hi there,
It seems your domain has a special case of DNS. To solve that issue, you can do these steps:
+ Open the XML file at: app/code/Ubertheme/Checkout/view/frontend/layout/default.xml
and find the code lines:
<referenceContainer name="main.content">
<block class="Ubertheme\Checkout\Block\UserGuide" name="ub.checkout.user.guide" template="Ubertheme_Checkout::user-guide.phtml" />
</referenceContainer>
and replace it with:
<!-- <referenceContainer name="main.content">
<block class="Ubertheme\Checkout\Block\UserGuide" name="ub.checkout.user.guide" template="Ubertheme_Checkout::user-guide.phtml" />
</referenceContainer> -->
+ Once done, clean M2 cache: php -f bin/ubdatamigration cache:clean
We hope that helps.
Regards,
Ubertheme team
Ok thank you! I had used CSS to hide it, but this is a much better option 🙂 Thanks!
Hi there,
Yes, please try to apply the workaround we mentioned above. If you have any additional questions, please get back to us here.
PS. Since our team is off at the weekend, our apology for a certain delay if you reach out to us during this time.
Regards,
Ubertheme team