Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/03/2014 in all areas

  1. Cody

    Short Order Routes

    Some users have requested shorter URIs for order landing pages. Here are a couple routes you can add to the bottom of your /config/routes.php file to take advantage of shorter URIs: Router::route("^order/configure/(.+)", "/order/main/configure/$1"); Router::route("^order/id/(.+)", "/order/main/index/$1"); Using the above routes you can link users to: /order/id/ORDER_FORM_LABEL/ /order/configure/ORDER_FORM_LABEL/?group_id=1&pricing_id=1 Replace the bold items with the correct values for your setup.
    2 points
  2. CORE-964 has been fixed for 3.0.8 and 3.1.0-b2.
    1 point
  3. I was just thinking about our Customer Retention Rate and thought how many new customers did we get this month and how many did we have before. And thought it might be a cool idea if the system overview told you if you was keeping your 90%+ targets. How many new customers did we get? How many cancellations have we had? Just thought I'd share the idea . Example: Open tickets: 0 Customer Retention Rate: 98% Eg: Total customers: 118 New customers: 48 Customers at start: 70 Customer Retention Rate: 100%
    1 point
×
×
  • Create New...