Skip to content

Instantly share code, notes, and snippets.

@apedicdev
Last active September 10, 2015 12:00
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 apedicdev/b30b9a655e22ce4da7bc to your computer and use it in GitHub Desktop.
Save apedicdev/b30b9a655e22ce4da7bc to your computer and use it in GitHub Desktop.
Get magento product url and add GET parameters
echo Mage::getUrl($_product->getUrlPath(), array('_query' => array('param' => 'value')))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment