php

Blog posts tagged with php
Price on Application with Ubercart 3 and Views

Price on Application with Ubercart 3 and Views

04/05/2013
A few weeks back I needed to create an ability for certain products in Ubercart to be available for 'price on application', there were a few modules floating around that pertained to do this, but none seemed to work in Drupal 7, so I racked my brain on how to accomplish this as simply as possible and came up with something quite tidy... I created a field on the product content type where content editors could enter the text to be displayed instead of a price, in my case, called 'field_price_on_ap...
Making the CiviEvent iCal feed show all events

Making the CiviEvent iCal feed show all events

04/12/2011
With [Green Renters](https://greenrenters.org) we find the iCal feed from CiviEvent (part of [CiviCRM](https://civicrm.org)) invaluable to keep track of events and workshops we have coming up, generally we use the feed pulled into our personal iCal and Google calendars for internal organising, currently the feeds aren't available to anyone outside of staff. We also have a variety of views feeds on our website pulling CiviEvents into several places based on various parameters, basically we have several things that need to be confirmed before we...