I have been looking around for an answer to this issue but to no avail. I'm hoping I can put this out into the world to see if I can get some assistance on the issue.
Here's what I'm trying to do:
We have an eCommerce site, using "Drupal Commerce", where users can place orders as well as call in to place orders. When a user calls to place an order our sales representatives will create a manual order using "commerce_admin_order_advanced". The interface for creating a manual order isn't the best out of the box but I was able to do a lot of tweaking via css to make the length of the page shorter since every time you add an item(product,shipping,discounts etc...) you need to scroll to the bottom to click save. Then I found this module which works great, but unfortunately it does not work for the page i need it to work on(of course).
Here's what I'm thinking:
-Either I need to create a hook for the module to communicate with the drupal commerce suite
-I need a way to add a specific page using the page Id to the list of available nodes
-create a custom module specifically for copying the save buttons in drupal commerce
-or some other solution I have missed or not thought of.
This is merely a U.I. issue not anything super important, but I would like to know if the solution exists already, and if not, then what is the best way to get to the desired solution.
-Thanks
Closed: outdated
1.0
Miscellaneous
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.