Skip to content

Instantly share code, notes, and snippets.

@dasginganinja
Created April 21, 2017 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasginganinja/dd43a9883d82db839ceeac035bb971d4 to your computer and use it in GitHub Desktop.
Save dasginganinja/dd43a9883d82db839ceeac035bb971d4 to your computer and use it in GitHub Desktop.
CS-Cart Custom URL route for frontend controller mode. For CS-Cart 4.4.x.
$schema = array(
'/rep-lookup' => array(
'dispatch' => 'rep_lookup.search'
)
);
return $schema;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment