1- retrieve data from api source (comes in json format)
2- take out relevant information - (price values represented in the array)
3- store current data somewhere (so it can be used and added to when additional api retrievals are made)
4 - continue to retrieve data on an hourly basis and store values
5 - Plot data to a chart when visitor visits the page
I have a fairly simple job. Just don't have the time to figure it out.
I have a commerce cart with donation field.
Cart keeps showing that total is 0.
Need that configured -- probably just a rule configuration...
The rule I made gives an error message...
I require an expert drupal developer that I do not have pay to learn. Someone that can just get stuck into things as sort it out. I want a developer that uses the UI features of Drupal 7 and not overriding with hard code that removes the ability to upgrade.
Must be fluent with:
Views, Panels, Groups, Responsive themeing. Specifically with Drupal Commons
I am integrating Civicrm so experience with that would be icing on the cake.
I need someone that is reliable and does what they say they can do quickly.
Paying service for help me to complete the following tasks:
1) How can I embed a view into a node new/edit form by using API? I have exposed filters for the view and would like to include it as well.
2) How to alter the view and include an additional column as buttons? Should I use view_data_alter hook or other approaches?
3) How to do: The button on the view will alter the DOM and when the form is submitted, I need to process the submitted data (rows) and populate to a field collection field (CCK added) to the node.