jayelkaake / enhancedgrid

The original enhanced admin product grid for Magento.
https://www.magentocommerce.com/magento-connect/enhanced-admin-product-grid.html
94 stars 61 forks source link

Showing back and advance buttton #55

Closed pranavcp closed 7 years ago

pranavcp commented 7 years ago

It is showing following like two buttons in admin. http://prntscr.com/e5ieau

Any idea how to remove these?

jayelkaake commented 7 years ago

Weird...remove line 32 from this file and you'll be good to go https://github.com/jayelkaake/enhancedgrid/blob/master/app/design/adminhtml/default/default/template/tbt/enhancedgrid/catalog/product.phtml

pranavcp commented 7 years ago

Nop, still showing the same issue. I have tried, but still showing the same.

jayelkaake commented 7 years ago

Hmmm... What extensions do you have installed?

On Feb 8, 2017 10:36 PM, "pranavcp" notifications@github.com wrote:

Nop, still showing the same issue. I have tried, but still showing the same.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/jayelkaake/enhancedgrid/issues/55#issuecomment-278545115, or mute the thread https://github.com/notifications/unsubscribe-auth/AATOVvZuUpRnfW4VwVWIdWaABWCD1dUaks5rapfYgaJpZM4L5I0M .

pranavcp commented 7 years ago

Also, sometimes it is showing yellow bar before Add Product button.

pranavcp commented 7 years ago

For product grid, this is only one.

jayelkaake commented 7 years ago

Yeah I understand but this is not happening to anyone else with tens of thousands of merchants and there is no code in enhanced grid that would do this. You need to check other extensions that are modifying this.

On Feb 8, 2017 10:39 PM, "pranavcp" notifications@github.com wrote:

For product grid, this is only one.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/jayelkaake/enhancedgrid/issues/55#issuecomment-278545379, or mute the thread https://github.com/notifications/unsubscribe-auth/AATOVhEyM3ITdxTbMCKQL_27d7UrtZlYks5raphXgaJpZM4L5I0M .

pranavcp commented 7 years ago

Ok, let me check from side and debug your extension also. Will keep posted here if anything from extension.

jayelkaake commented 7 years ago

Sounds good - thanks!

On Feb 8, 2017 10:57 PM, "pranavcp" notifications@github.com wrote:

Ok, let me check from side and debug your extension also. Will keep posted here if anything from extension.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/jayelkaake/enhancedgrid/issues/55#issuecomment-278547526, or mute the thread https://github.com/notifications/unsubscribe-auth/AATOVrNH0hDa3PKT2OIqOzRZEhRxuaEvks5rapzMgaJpZM4L5I0M .

pranavcp commented 7 years ago

That is coming from iframe, file app/code/community/TBT/Enhancedgrid/Block/Widget/Loyalty.php Code is, <iframe src="{$this->_getLoyaltyUrl()}" marginwidth="0" marginheight="0" align="middle" frameborder="0" scrolling="no" style="width: 500px; float: left; height: 22px;">

Shall I remove this?

jayelkaake commented 7 years ago

That's what I told you to remove in the fist place :p. Yes remove it.

On Feb 9, 2017 12:12 AM, "pranavcp" notifications@github.com wrote:

That is coming from iframe, file app/code/community/TBT/Enhancedgrid/Block/Widget/Loyalty.php Code is, <iframe src="{$this->_getLoyaltyUrl()}" marginwidth="0" marginheight="0" align="middle" frameborder="0" scrolling="no" style="width: 500px; float: left; height: 22px;">

Shall I remove this?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/jayelkaake/enhancedgrid/issues/55#issuecomment-278556599, or mute the thread https://github.com/notifications/unsubscribe-auth/AATOVr8uoZXlHCgQKr5WEe_2cGFH7Xcpks5raq5WgaJpZM4L5I0M .

pranavcp commented 7 years ago

Ha ha ha, you told me to remove that from phtml file, any ways thanks for promt replies everytime and valuable time.