Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vitaly-zdanevich/23c4418dd2bad221b887 to your computer and use it in GitHub Desktop.
Save vitaly-zdanevich/23c4418dd2bad221b887 to your computer and use it in GitHub Desktop.
opencart2 ocmod: Change speed of slideshow on main from 3 seconds to 6
<modification>
    <name>Change speed of slideshow on main from 3 seconds to 6</name>
    <version>1</version>
    <link>http://about.me/zdanevich</link>
    <author>Vitaly Zdanevich</author>
    <code>change-speed-of-slideshow-on-main-from-3-seconds-to-6</code>
    <file path="catalog/view/theme/default/template/module/slideshow.tpl">
        <operation>
        <search><![CDATA[3000]]></search>
        <add position="replace"><![CDATA[6000]]></add>
        </operation>
    </file>
</modification>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment