1
Answers
Vote up!
0
Vote down!

Is it possible to add a block to product edit page?

Hello,

I'm noob in the drupal world and need some help. I'm using Drupal 7.

I'm trying to add a block to the product edit page. Is there an easy way to to this. Right now I'm using block_reference module but that only displays the block on the product page view and not on the edit page.

If there anyway you know how to do this please let me know.

Thank You.

Arek Zwo
Asked by: Arek Zwo
on July 31, 2015

1 Answer

Vote up!
0
Vote down!

For the purists ... you can add blocks using the Drupal block system, just enable it for your admin theme (might need to "enable" your admin theme first to get it to show up for your block settings) and then tell it show on the path you want (node/edit/*) and the content type you want.

For everyone else, you can take total control over your node editing forms layout and display using display suite:

https://www.drupal.org/node/1795380

Using a block field

https://www.drupal.org/node/1795314#blockfield

would enable you to add a block to any and every node edit form, including to the right/left/top/bottom based on the layout you choose.

Josh

Josh Miller
Answer by: Josh Miller
Posted: Aug 4, 2015