Not sure there is a Drupal Commerce specific forum chat, but I'm looking for to do a solid comparison of Drupal Commerce and Prestashop. I am partial to Drupal, as I continue to learn it, but I have to make a real gap analysis that sets my preferences aside.
Looking for input from the field, I do have both installed for individual comparison, but feedback is appreciated.
Hi, I'm taking a look at using Drupal for replacing the functionality of my custom-written PHP-based website. The site consists of a one-off main page (its own layout), a number of article pages with common navigation, etc., a forum (Simple Machines Forum) and I want to implement a shopping cart. I did a number of things that might already be built into Drupal, or might be difficult:
I have a datetime field which contains the start date & time of an event. I want to setup an exposed filter on a view that allows a user to select a date and for the filter to show all events occurring on that date regardless of their start time.
I've tried setting up the datetime field with an exposed filter where i select a date, but it seems not to work (i presume because a time element is being included in the criteria too).