How to remove the demo gear on the customer side

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

Profile photo of ubdev Staff 98150.00 $tone March 12, 2021
Public

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

#1
Profile photo of ubdev Staff 98150.00 $tone March 12, 2021
Public

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

#3

Please login or Register to Submit Answer

Written By

Comments