I want to remove openbay and the button marketplace links in my products.
Because I ahve a error on different screens:
Parse error: syntax error, unexpected $end in /domain/admin/controller/extension/openbay.php on line 1138
Hope that somebody have a solution?
I did that already, but there is no solution for me.
I have version 1.5.6
I have the error at different point. I ' ve got also another error now
Fatal error: Call to a member function productUpdateListen() on a non-object in /domain/public_html/test/vqmod/vqcache/vq2-admin_controller_catalog_product.php on line 77
I have version 1.5.6
I have the error at different point. I ' ve got also another error now
Fatal error: Call to a member function productUpdateListen() on a non-object in /domain/public_html/test/vqmod/vqcache/vq2-admin_controller_catalog_product.php on line 77
I will give you a quick css solution to hide Marketplace Links button in your product form:
edit file ../admin/view/stylesheet/stylesheet.css and add to last line 1121 following code:
Note: It is not recommended to edit any core file from Open Cart but this is a quick solution to hide Marketplace Links button which is annoying GUI of admin interface.
edit file ../admin/view/stylesheet/stylesheet.css and add to last line 1121 following code:
Code: Select all
/* Remove this before Open Cart update */
a[href='#tab-openbay']{ display: none!important }
Who is online
Users browsing this forum: Bing [Bot] and 72 guests