Skip to content

lcbrq/magento-LCB_Url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LCB_Url

Plugin for custom url management and rewrite fixes

Sample usage

Add app/etc/routes.xml with following config:

<config>

    <default>
        <checkout_cart_index>
            <name>checkout/cart/index</name>
            <route>koszyk</route>
            <defaults>
                <module>checkout</module>
                <controller>cart</controller>
                <action>index</action>
            </defaults>
        </checkout_cart_index>
    </default>

</config>```

About

Plugin for custom url management and rewrite fixes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages