Prestashop module: Youtube
Prestashop 1.6 Modul to Display a youtube video on to Start page and put link to it in to Footer
P.S. Your Theme should use Bootstrap>=3.2 or you will have to handle sizing of the Video by your self!
PrestaShop/community-theme-16
Prestashop module: Hooktester
Ein einfaches Modul um die Position der Standard Hooks in Prestashop 1.6 zu zeigen.
blockgghooktest-1-2
get list of urls from site
get list of urls from page
for loadtests i.e.
Entire Site:
wget --spider -p -r $URL 2>&1 | grep '^--' | awk '{ print $3 }'| sort | uniq >urllist
or
for single page
wget --spider -p $URL 2>&1 | grep '^--' | awk '{ print $3 }'| sort | uniq >urllist
site relative links for Prestashop 1.6
To enable site relative links for Prestashop 1.6 you can use the following overrides:
Caution: this is only a quick hack,don’t use in production!
How it feels to learn JavaScript in 2016
Full Stack Fest 2016
Web Assembly
CSS4 Grid