├── assets ├── cache │ └── .gitkeep ├── img │ ├── ajax-loader.gif │ ├── facebook-gray.svg │ ├── 90464e8f4507d7cc4dc4032c752c11fa.svg │ ├── c135a20aa76cea4876a24bf50c7c821d.svg │ ├── gplus-gray.svg │ ├── 126b45cc418ea922d1a78af189061e2e.svg │ ├── pinterest-gray.svg │ ├── facebook.svg │ ├── fd22b6e5f1545ed1074b8723ddb00939.svg │ ├── facebook-blue.svg │ ├── 0139818ab4ac16ff52d2d029013cb338.svg │ ├── 91dacb450ecece35acc0acef32dfb0aa.svg │ ├── gplus.svg │ ├── gplus-blue.svg │ ├── 7b652a3485cdc0d5a5c6fcddad221aa8.svg │ ├── ddd449d2530e09f5988e6c77c5688f2c.svg │ ├── pinterest.svg │ ├── pinterest-blue.svg │ ├── 460c0b648256e282ed641282fe20f604.svg │ ├── c87b2ea048dbf0856519524fada18666.svg │ ├── instagram.svg │ ├── rss.svg │ ├── 9c48dcbcd36d6c5b84c8be46ce841c81.svg │ ├── 8fcae0bddbfb915409359a59c81dd9e3.svg │ ├── vimeo.svg │ └── 36c755ebbafc8e434277d60c9ba6dc52.svg ├── css │ ├── custom.css │ ├── MaterialIcons-Regular.eot │ ├── MaterialIcons-Regular.ttf │ ├── MaterialIcons-Regular.woff │ ├── MaterialIcons-Regular.woff2 │ ├── 012cf6a10129e2275d79d6adac7f3b02.woff │ ├── 154da4697acc779b55af0a67f1241e4e.ttf │ ├── 199038f07312bfc6f0aabd3ed6a2b64d.woff2 │ ├── 19c1b868764c0e4d15a45d3f61250488.woff2 │ ├── 2fd9c16b805724d590c0cff96da070a4.ttf │ ├── 332f555bb44cdc394d6c799df0c03389.woff │ ├── 3d4a907b1b7a232654324a3dd7ae4aa3.eot │ ├── 3f81521029cc8a9a703419c4a74704a0.woff │ ├── 4f6ff3639c1e5728b905b650c1a06e75.ttf │ ├── 570eb83859dc23dd0eec423a49e147fe.woff2 │ ├── 68b0c4fcb84d239f261c1a5e65818142.gif │ ├── 7a3ebca0cba2e2c6090e84e1d77e0f94.woff2 │ ├── 846c191efd3d0aacde5a916cf2ebf1a4.woff │ ├── a165a42685795361b25593effb32fdb1.ttf │ ├── a37b0c01c0baf1888ca812cc0508f6e2.ttf │ ├── a68cfe9d548950edf5df102269877edd.woff2 │ ├── a77ade19de3d3762dfbf1fe553b293cc.eot │ ├── b467416c449eb823029e16347b2ea510.eot │ ├── c2183257e7a697769df4200c547551f1.woff │ ├── c5cd7f5300576ab4c88202b42f6ded62.gif │ ├── e79bfd88537def476913f3ed52f4f4b3.eot │ ├── eeb9224f85430652fd070e4e64129aa4.eot │ ├── theme.rtlfix │ ├── 90464e8f4507d7cc4dc4032c752c11fa.svg │ ├── 126b45cc418ea922d1a78af189061e2e.svg │ ├── fd22b6e5f1545ed1074b8723ddb00939.svg │ ├── 0139818ab4ac16ff52d2d029013cb338.svg │ ├── 91dacb450ecece35acc0acef32dfb0aa.svg │ ├── 7b652a3485cdc0d5a5c6fcddad221aa8.svg │ ├── ddd449d2530e09f5988e6c77c5688f2c.svg │ ├── 460c0b648256e282ed641282fe20f604.svg │ ├── c87b2ea048dbf0856519524fada18666.svg │ ├── 9c48dcbcd36d6c5b84c8be46ce841c81.svg │ ├── 8fcae0bddbfb915409359a59c81dd9e3.svg │ ├── 3935e107ea61866e60d7946dc6a962f1.svg │ ├── 8b05d51ede908907d65695558974d86f.svg │ ├── d3fbae74a276a9f6cf1d6241f29b61a3.svg │ ├── 7988be8b63edf9c4accebf94d5db7927.svg │ ├── afb2ed6d67613a724a420a39b4fe5b0d.svg │ ├── b1db819132e64a3e01911a1413c33acf.svg │ ├── 36bff72dcba3098b4b70b482b22c29ab.svg │ ├── 7c24d4275efcbe8891f78378b7c808e0.svg │ ├── c1a65805f759901a39d10eb854c1dcf2.svg │ ├── 36c755ebbafc8e434277d60c9ba6dc52.svg │ ├── 0266b05265f317a7409560b751cd61e8.svg │ ├── cf2f3c1d5c7cb02c29f61964313148e1.svg │ ├── 99db8adec61e4fcf5586e1afa549b432.svg │ ├── 3a2aeeba930cc29e4d31ebfa1b7cdaa2.svg │ ├── 082a71677e756fb75817e8f262a07cb4.svg │ └── error.css ├── js │ └── custom.js └── fonts │ ├── MaterialIcons-Regular.eot │ ├── MaterialIcons-Regular.ttf │ ├── MaterialIcons-Regular.woff │ └── MaterialIcons-Regular.woff2 ├── _dev ├── css │ ├── pages │ │ ├── _cart.scss │ │ ├── _home.scss │ │ ├── _order.scss │ │ ├── _product.scss │ │ └── _category.scss │ ├── components │ │ ├── _searchbar.scss │ │ ├── starability │ │ │ ├── basic.scss │ │ │ ├── all.scss │ │ │ ├── slot.scss │ │ │ ├── fade.scss │ │ │ ├── grow.scss │ │ │ ├── growRotate.scss │ │ │ ├── _starability-result.scss │ │ │ ├── heart.scss │ │ │ ├── heartbeat.scss │ │ │ ├── checkmark.scss │ │ │ └── coinFlip.scss │ │ ├── search-widget.scss │ │ ├── categories.scss │ │ ├── customer.scss │ │ ├── offcanvas.scss │ │ ├── slick-theme.scss │ │ ├── utilities.scss │ │ └── alert.scss │ ├── abstracts │ │ ├── variables │ │ │ ├── _searchbar.scss │ │ │ ├── _product-miniature.scss │ │ │ └── _layout.scss │ │ └── _mixins.scss │ ├── layout │ │ └── _footer.scss │ ├── partials │ │ ├── bs_alpha.scss │ │ └── lazysizes.scss │ ├── utilities │ │ └── _utilities.ratio.scss │ └── theme.scss ├── .browserslistrc ├── babel.config.js ├── img │ ├── ajax-loader.gif │ ├── facebook-gray.svg │ ├── linkedin.svg │ ├── gplus-gray.svg │ ├── pinterest-gray.svg │ ├── facebook.svg │ ├── facebook-blue.svg │ ├── gplus.svg │ ├── gplus-blue.svg │ ├── pinterest.svg │ ├── pinterest-blue.svg │ ├── instagram.svg │ ├── rss.svg │ └── vimeo.svg ├── .htaccess ├── js │ └── components │ │ └── slick.js ├── gulpfile.js ├── postcss.config.js └── package.json ├── templates ├── errors │ ├── static │ │ ├── 500.html │ │ └── 503.html │ ├── forbidden.tpl │ └── 404.tpl ├── catalog │ ├── listing │ │ ├── search.tpl │ │ ├── best-sales.tpl │ │ ├── new-products.tpl │ │ ├── prices-drop.tpl │ │ ├── category.tpl │ │ └── supplier.tpl │ ├── _partials │ │ ├── products-bottom.tpl │ │ ├── category-header.tpl │ │ ├── variant-links.tpl │ │ ├── product-additional-info.tpl │ │ └── product-flags.tpl │ ├── manufacturers.tpl │ └── suppliers.tpl ├── _partials │ ├── font.tpl │ └── stylesheets.tpl ├── checkout │ ├── checkout-process.tpl │ └── _partials │ │ ├── footer.tpl │ │ ├── steps │ │ └── unreachable.tpl │ │ ├── cart-summary-items-subtotal.tpl │ │ └── login-form.tpl └── customer │ ├── identity.tpl │ └── _partials │ └── my-account-links.tpl ├── modules ├── ps_imageslider │ ├── css │ │ ├── homeslider.css │ │ └── index.php │ └── js │ │ ├── homeslider.js │ │ ├── responsiveslides.min.js │ │ └── index.php ├── productcomments │ └── views │ │ ├── js │ │ ├── jquery.rating.plugin.js │ │ └── index.php │ │ ├── img │ │ ├── stars.png │ │ ├── small_stars.png │ │ ├── additional_module.png │ │ └── index.php │ │ ├── css │ │ ├── productcomments.css │ │ └── index.php │ │ ├── index.php │ │ └── templates │ │ ├── index.php │ │ └── hook │ │ └── index.php ├── ps_customtext │ └── ps_customtext.tpl ├── ps_advertising │ ├── ps_advertising.tpl │ └── index.php ├── ps_emailalerts │ └── views │ │ ├── templates │ │ ├── hook │ │ │ ├── my-account-footer.tpl │ │ │ ├── index.php │ │ │ └── my-account.tpl │ │ └── index.php │ │ └── index.php ├── ps_banner │ └── ps_banner.tpl ├── ps_facetedsearch │ ├── ps_facetedsearch.tpl │ └── views │ │ └── templates │ │ └── front │ │ └── index.php ├── psgdpr │ └── views │ │ └── templates │ │ ├── front │ │ └── index.php │ │ └── hook │ │ └── index.php ├── ps_bestsellers │ └── views │ │ ├── index.php │ │ └── templates │ │ ├── index.php │ │ └── hook │ │ └── index.php ├── ps_brandlist │ └── views │ │ ├── index.php │ │ └── templates │ │ ├── index.php │ │ ├── hook │ │ └── index.php │ │ └── _partials │ │ ├── index.php │ │ ├── brand_text.tpl │ │ └── brand_form.tpl ├── ps_newproducts │ └── views │ │ ├── index.php │ │ └── templates │ │ ├── index.php │ │ └── hook │ │ └── index.php ├── ps_productinfo │ └── views │ │ ├── index.php │ │ └── templates │ │ ├── index.php │ │ └── hook │ │ └── index.php ├── ps_rssfeed │ └── views │ │ ├── index.php │ │ └── templates │ │ ├── index.php │ │ └── hook │ │ └── index.php ├── ps_specials │ └── views │ │ ├── index.php │ │ └── templates │ │ ├── index.php │ │ └── hook │ │ └── index.php ├── ps_categoryproducts │ └── views │ │ ├── index.php │ │ └── templates │ │ ├── index.php │ │ └── hook │ │ └── index.php ├── ps_crossselling │ └── views │ │ ├── index.php │ │ └── templates │ │ ├── index.php │ │ └── hook │ │ ├── index.php │ │ └── ps_crossselling.tpl ├── ps_supplierlist │ └── views │ │ ├── index.php │ │ └── templates │ │ ├── index.php │ │ ├── hook │ │ └── index.php │ │ └── _partials │ │ ├── index.php │ │ └── supplier_text.tpl ├── ps_viewedproduct │ └── views │ │ ├── index.php │ │ └── templates │ │ └── hook │ │ ├── ps_viewedproduct.tpl │ │ └── index.php └── ps_socialfollow │ └── ps_socialfollow.tpl ├── preview.png ├── dependencies └── modules │ └── ps_searchbarjqauto │ ├── logo.png │ ├── views │ ├── css │ │ ├── jquery.auto-complete.css │ │ └── index.php │ ├── js │ │ ├── ps_searchbarjqauto.js │ │ └── index.php │ └── templates │ │ ├── index.php │ │ └── hook │ │ └── index.php │ ├── index.php │ └── translations │ └── index.php ├── config └── .htaccess └── LICENCE.md /assets/cache/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_dev/css/pages/_cart.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_dev/css/pages/_home.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_dev/css/pages/_order.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_dev/css/pages/_product.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_dev/css/pages/_category.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/errors/static/500.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/errors/static/503.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_dev/css/components/_searchbar.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_dev/.browserslistrc: -------------------------------------------------------------------------------- 1 | defaults 2 | ie 11 3 | 4 | -------------------------------------------------------------------------------- /_dev/css/abstracts/variables/_searchbar.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/ps_imageslider/css/homeslider.css: -------------------------------------------------------------------------------- 1 | /*homeslider*/ -------------------------------------------------------------------------------- /modules/ps_imageslider/js/homeslider.js: -------------------------------------------------------------------------------- 1 | /*! homeslider */ 2 | -------------------------------------------------------------------------------- /modules/ps_imageslider/js/responsiveslides.min.js: -------------------------------------------------------------------------------- 1 | /*! homeslider */ -------------------------------------------------------------------------------- /_dev/babel.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | presets: ["@babel/preset-env"], 3 | }; 4 | -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/preview.png -------------------------------------------------------------------------------- /modules/productcomments/views/js/jquery.rating.plugin.js: -------------------------------------------------------------------------------- 1 | /** 2 | * jquery.rating.plugin.js 3 | */ 4 | -------------------------------------------------------------------------------- /_dev/img/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/_dev/img/ajax-loader.gif -------------------------------------------------------------------------------- /assets/img/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/img/ajax-loader.gif -------------------------------------------------------------------------------- /assets/css/custom.css: -------------------------------------------------------------------------------- 1 | /* 2 | * Custom code goes here. 3 | * A template should always ship with an empty custom.css 4 | */ 5 | -------------------------------------------------------------------------------- /assets/js/custom.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Custom code goes here. 3 | * A template should always ship with an empty custom.js 4 | */ 5 | -------------------------------------------------------------------------------- /assets/css/MaterialIcons-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/MaterialIcons-Regular.eot -------------------------------------------------------------------------------- /assets/css/MaterialIcons-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/MaterialIcons-Regular.ttf -------------------------------------------------------------------------------- /assets/css/MaterialIcons-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/MaterialIcons-Regular.woff -------------------------------------------------------------------------------- /assets/css/MaterialIcons-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/MaterialIcons-Regular.woff2 -------------------------------------------------------------------------------- /assets/fonts/MaterialIcons-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/fonts/MaterialIcons-Regular.eot -------------------------------------------------------------------------------- /assets/fonts/MaterialIcons-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/fonts/MaterialIcons-Regular.ttf -------------------------------------------------------------------------------- /assets/fonts/MaterialIcons-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/fonts/MaterialIcons-Regular.woff -------------------------------------------------------------------------------- /assets/fonts/MaterialIcons-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/fonts/MaterialIcons-Regular.woff2 -------------------------------------------------------------------------------- /_dev/css/layout/_footer.scss: -------------------------------------------------------------------------------- 1 | .l-footer{ 2 | background-color: $footer-bg; 3 | margin-top: $footer-margin-top; 4 | padding-top: $footer-padding-top; 5 | } -------------------------------------------------------------------------------- /modules/productcomments/views/img/stars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/modules/productcomments/views/img/stars.png -------------------------------------------------------------------------------- /assets/css/012cf6a10129e2275d79d6adac7f3b02.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/012cf6a10129e2275d79d6adac7f3b02.woff -------------------------------------------------------------------------------- /assets/css/154da4697acc779b55af0a67f1241e4e.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/154da4697acc779b55af0a67f1241e4e.ttf -------------------------------------------------------------------------------- /assets/css/199038f07312bfc6f0aabd3ed6a2b64d.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/199038f07312bfc6f0aabd3ed6a2b64d.woff2 -------------------------------------------------------------------------------- /assets/css/19c1b868764c0e4d15a45d3f61250488.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/19c1b868764c0e4d15a45d3f61250488.woff2 -------------------------------------------------------------------------------- /assets/css/2fd9c16b805724d590c0cff96da070a4.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/2fd9c16b805724d590c0cff96da070a4.ttf -------------------------------------------------------------------------------- /assets/css/332f555bb44cdc394d6c799df0c03389.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/332f555bb44cdc394d6c799df0c03389.woff -------------------------------------------------------------------------------- /assets/css/3d4a907b1b7a232654324a3dd7ae4aa3.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/3d4a907b1b7a232654324a3dd7ae4aa3.eot -------------------------------------------------------------------------------- /assets/css/3f81521029cc8a9a703419c4a74704a0.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/3f81521029cc8a9a703419c4a74704a0.woff -------------------------------------------------------------------------------- /assets/css/4f6ff3639c1e5728b905b650c1a06e75.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/4f6ff3639c1e5728b905b650c1a06e75.ttf -------------------------------------------------------------------------------- /assets/css/570eb83859dc23dd0eec423a49e147fe.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/570eb83859dc23dd0eec423a49e147fe.woff2 -------------------------------------------------------------------------------- /assets/css/68b0c4fcb84d239f261c1a5e65818142.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/68b0c4fcb84d239f261c1a5e65818142.gif -------------------------------------------------------------------------------- /assets/css/7a3ebca0cba2e2c6090e84e1d77e0f94.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/7a3ebca0cba2e2c6090e84e1d77e0f94.woff2 -------------------------------------------------------------------------------- /assets/css/846c191efd3d0aacde5a916cf2ebf1a4.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/846c191efd3d0aacde5a916cf2ebf1a4.woff -------------------------------------------------------------------------------- /assets/css/a165a42685795361b25593effb32fdb1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/a165a42685795361b25593effb32fdb1.ttf -------------------------------------------------------------------------------- /assets/css/a37b0c01c0baf1888ca812cc0508f6e2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/a37b0c01c0baf1888ca812cc0508f6e2.ttf -------------------------------------------------------------------------------- /assets/css/a68cfe9d548950edf5df102269877edd.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/a68cfe9d548950edf5df102269877edd.woff2 -------------------------------------------------------------------------------- /assets/css/a77ade19de3d3762dfbf1fe553b293cc.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/a77ade19de3d3762dfbf1fe553b293cc.eot -------------------------------------------------------------------------------- /assets/css/b467416c449eb823029e16347b2ea510.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/b467416c449eb823029e16347b2ea510.eot -------------------------------------------------------------------------------- /assets/css/c2183257e7a697769df4200c547551f1.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/c2183257e7a697769df4200c547551f1.woff -------------------------------------------------------------------------------- /assets/css/c5cd7f5300576ab4c88202b42f6ded62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/c5cd7f5300576ab4c88202b42f6ded62.gif -------------------------------------------------------------------------------- /assets/css/e79bfd88537def476913f3ed52f4f4b3.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/e79bfd88537def476913f3ed52f4f4b3.eot -------------------------------------------------------------------------------- /assets/css/eeb9224f85430652fd070e4e64129aa4.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/assets/css/eeb9224f85430652fd070e4e64129aa4.eot -------------------------------------------------------------------------------- /dependencies/modules/ps_searchbarjqauto/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/dependencies/modules/ps_searchbarjqauto/logo.png -------------------------------------------------------------------------------- /modules/productcomments/views/img/small_stars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/modules/productcomments/views/img/small_stars.png -------------------------------------------------------------------------------- /modules/productcomments/views/img/additional_module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prestarocket-agence/classic-rocket/HEAD/modules/productcomments/views/img/additional_module.png -------------------------------------------------------------------------------- /_dev/css/components/starability/basic.scss: -------------------------------------------------------------------------------- 1 | @import '../variables'; 2 | @import '../starability-base'; 3 | @import '../starability-result'; 4 | 5 | .starability-basic { 6 | @include starability-base; 7 | } -------------------------------------------------------------------------------- /_dev/.htaccess: -------------------------------------------------------------------------------- 1 | # Apache 2.2 2 | 3 | Order deny,allow 4 | Deny from all 5 | 6 | 7 | # Apache 2.4 8 | 9 | Require all denied 10 | -------------------------------------------------------------------------------- /config/.htaccess: -------------------------------------------------------------------------------- 1 | # Apache 2.2 2 | 3 | Order deny,allow 4 | Deny from all 5 | 6 | 7 | # Apache 2.4 8 | 9 | Require all denied 10 | -------------------------------------------------------------------------------- /_dev/css/components/starability/all.scss: -------------------------------------------------------------------------------- 1 | @import 'basic'; 2 | @import 'slot'; 3 | @import 'grow'; 4 | @import 'growRotate'; 5 | @import 'fade'; 6 | @import 'checkmark'; 7 | @import 'heart'; 8 | @import 'heartbeat'; 9 | @import 'coinFlip'; -------------------------------------------------------------------------------- /templates/catalog/listing/search.tpl: -------------------------------------------------------------------------------- 1 | {* 2 | * This file allows you to customize your search page. 3 | * You can safely remove it if you want it to appear exactly like all other product listing pages 4 | *} 5 | {extends file='catalog/listing/product-list.tpl'} 6 | -------------------------------------------------------------------------------- /_dev/css/abstracts/_mixins.scss: -------------------------------------------------------------------------------- 1 | @mixin media-breakpoint-desktop() { 2 | 3 | @include media-breakpoint-up(lg) { 4 | @content; 5 | } 6 | } 7 | @mixin media-breakpoint-mobile() { 8 | 9 | @include media-breakpoint-down(md) { 10 | @content; 11 | } 12 | } -------------------------------------------------------------------------------- /templates/catalog/listing/best-sales.tpl: -------------------------------------------------------------------------------- 1 | {* 2 | * This file allows you to customize your best-sales page. 3 | * You can safely remove it if you want it to appear exactly like all other product listing pages 4 | *} 5 | {extends file='catalog/listing/product-list.tpl'} 6 | -------------------------------------------------------------------------------- /templates/catalog/listing/new-products.tpl: -------------------------------------------------------------------------------- 1 | {* 2 | * This file allows you to customize your new-product page. 3 | * You can safely remove it if you want it to appear exactly like all other product listing pages 4 | *} 5 | {extends file='catalog/listing/product-list.tpl'} 6 | -------------------------------------------------------------------------------- /templates/catalog/listing/prices-drop.tpl: -------------------------------------------------------------------------------- 1 | {* 2 | * This file allows you to customize your price-drop page. 3 | * You can safely remove it if you want it to appear exactly like all other product listing pages 4 | *} 5 | {extends file='catalog/listing/product-list.tpl'} 6 | -------------------------------------------------------------------------------- /templates/catalog/_partials/products-bottom.tpl: -------------------------------------------------------------------------------- 1 | {* 2 | * Classic theme doesn't use this subtemplate, feel free to do whatever you need here. 3 | * This template is generated at each ajax calls. 4 | * See ProductListingFrontController::getAjaxProductSearchVariables() 5 | *} 6 |
7 | -------------------------------------------------------------------------------- /assets/css/theme.rtlfix: -------------------------------------------------------------------------------- 1 | .rtl-flip:not(.rtl-no-flip), .material-icons:not(.rtl-no-flip) { 2 | -moz-transform: scaleX(-1); 3 | -o-transform: scaleX(-1); 4 | -webkit-transform: scaleX(-1); 5 | transform: scaleX(-1); 6 | filter: FlipH; 7 | -ms-filter: "FlipH"; 8 | } 9 | .magnitude:before { 10 | content: "?"; 11 | opacity: 0; 12 | } -------------------------------------------------------------------------------- /_dev/img/facebook-gray.svg: -------------------------------------------------------------------------------- 1 | Artboard 3 -------------------------------------------------------------------------------- /_dev/css/components/starability/slot.scss: -------------------------------------------------------------------------------- 1 | @import '../variables'; 2 | @import '../starability-base'; 3 | @import '../starability-result'; 4 | 5 | .starability-slot { 6 | @include starability-base; 7 | 8 | > input:checked ~ label, 9 | > input:hover ~ label, 10 | > input:focus ~ label { 11 | transition: background-position .7s; 12 | } 13 | } -------------------------------------------------------------------------------- /assets/img/facebook-gray.svg: -------------------------------------------------------------------------------- 1 | Artboard 3 -------------------------------------------------------------------------------- /_dev/img/linkedin.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/css/90464e8f4507d7cc4dc4032c752c11fa.svg: -------------------------------------------------------------------------------- 1 | Artboard 3 -------------------------------------------------------------------------------- /assets/img/90464e8f4507d7cc4dc4032c752c11fa.svg: -------------------------------------------------------------------------------- 1 | Artboard 3 -------------------------------------------------------------------------------- /assets/img/c135a20aa76cea4876a24bf50c7c821d.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /_dev/img/gplus-gray.svg: -------------------------------------------------------------------------------- 1 | Artboard 3 Copy -------------------------------------------------------------------------------- /_dev/css/components/search-widget.scss: -------------------------------------------------------------------------------- 1 | .search-widget{ 2 | max-width: 450px; 3 | margin: 0 auto; 4 | } 5 | .search-widget__group{ 6 | position: relative; 7 | } 8 | .search-widget__input-right{ 9 | padding-right: 50px ; 10 | } 11 | .search-widget__btn{ 12 | position: absolute; 13 | right: 0; 14 | top: 0; 15 | } 16 | @include media-breakpoint-mobile{ 17 | .search-widget{ 18 | max-width: unset; 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /assets/img/gplus-gray.svg: -------------------------------------------------------------------------------- 1 | Artboard 3 Copy -------------------------------------------------------------------------------- /_dev/img/pinterest-gray.svg: -------------------------------------------------------------------------------- 1 | Artboard 3 Copy 2 -------------------------------------------------------------------------------- /assets/css/126b45cc418ea922d1a78af189061e2e.svg: -------------------------------------------------------------------------------- 1 | Artboard 3 Copy -------------------------------------------------------------------------------- /assets/img/126b45cc418ea922d1a78af189061e2e.svg: -------------------------------------------------------------------------------- 1 | Artboard 3 Copy -------------------------------------------------------------------------------- /assets/img/pinterest-gray.svg: -------------------------------------------------------------------------------- 1 | Artboard 3 Copy 2 -------------------------------------------------------------------------------- /_dev/img/facebook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/css/fd22b6e5f1545ed1074b8723ddb00939.svg: -------------------------------------------------------------------------------- 1 | Artboard 3 Copy 2 -------------------------------------------------------------------------------- /assets/img/facebook.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/img/fd22b6e5f1545ed1074b8723ddb00939.svg: -------------------------------------------------------------------------------- 1 | Artboard 3 Copy 2 -------------------------------------------------------------------------------- /_dev/img/facebook-blue.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/img/facebook-blue.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/css/0139818ab4ac16ff52d2d029013cb338.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/img/0139818ab4ac16ff52d2d029013cb338.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/css/91dacb450ecece35acc0acef32dfb0aa.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/img/91dacb450ecece35acc0acef32dfb0aa.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_dev/css/partials/bs_alpha.scss: -------------------------------------------------------------------------------- 1 | 2 | .col-xs-12{ 3 | @extend .col-12; 4 | } 5 | 6 | .float-xs-left { @extend .float-left; } 7 | .float-xs-right { @extend .float-right; } 8 | .float-xs-none { @extend .float-none; } 9 | 10 | @each $bp in map-keys($grid-breakpoints) { 11 | .hidden-#{$bp}-up { 12 | @include media-breakpoint-up($bp) { 13 | display: none !important; 14 | } 15 | } 16 | .hidden-#{$bp}-down { 17 | @include media-breakpoint-down($bp) { 18 | display: none !important; 19 | } 20 | } 21 | } -------------------------------------------------------------------------------- /_dev/img/gplus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/img/gplus.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_dev/img/gplus-blue.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/img/gplus-blue.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_dev/img/pinterest.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/css/7b652a3485cdc0d5a5c6fcddad221aa8.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/css/ddd449d2530e09f5988e6c77c5688f2c.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/img/7b652a3485cdc0d5a5c6fcddad221aa8.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/img/ddd449d2530e09f5988e6c77c5688f2c.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/img/pinterest.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_dev/img/pinterest-blue.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_dev/css/abstracts/variables/_product-miniature.scss: -------------------------------------------------------------------------------- 1 | /* PRODUCT MINIATURE */ 2 | $pm-bg-color: null; 3 | $pm-border-width: null; 4 | $pm-border-color: null; 5 | /* product title */ 6 | $pm-name-color: $gray-700; 7 | $pm-name-hover-color: $primary; 8 | $pm-name-font-size: $font-size-base; 9 | $pm-name-font-weight: 400; 10 | $pm-name-font-family: null; 11 | $pm-name-font-size: null; 12 | $pm-name-hover-border-width: 1px; 13 | $pm-name-hover-border-color: transparent; 14 | 15 | $pm-highlight-bg-color: #fff; 16 | $pm-highlight-translateY: 0; -------------------------------------------------------------------------------- /assets/img/pinterest-blue.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/css/460c0b648256e282ed641282fe20f604.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/css/c87b2ea048dbf0856519524fada18666.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/img/460c0b648256e282ed641282fe20f604.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/img/c87b2ea048dbf0856519524fada18666.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_dev/img/instagram.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_dev/img/rss.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/img/instagram.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/img/rss.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/_partials/font.tpl: -------------------------------------------------------------------------------- 1 | {literal} 2 | 3 | 4 | 16 | {/literal} -------------------------------------------------------------------------------- /assets/css/9c48dcbcd36d6c5b84c8be46ce841c81.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/img/9c48dcbcd36d6c5b84c8be46ce841c81.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/css/8fcae0bddbfb915409359a59c81dd9e3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/img/8fcae0bddbfb915409359a59c81dd9e3.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_dev/css/partials/lazysizes.scss: -------------------------------------------------------------------------------- 1 | .no-js img.lazyload { 2 | display: none; 3 | } 4 | 5 | .lazyload, 6 | .lazyloading { 7 | opacity: 0; 8 | 9 | } 10 | .lazyloaded { 11 | opacity: 1; 12 | transition: opacity 500ms; 13 | } 14 | 15 | //lazysizes with slick slider 16 | .slick-slide{ 17 | &.lazyload{ 18 | display: none!important; 19 | } 20 | & .lazyload{ 21 | display: none!important; 22 | } 23 | } 24 | 25 | .slick-active, 26 | //weird bug slick slider don t add slick active sometimes 27 | .slick-current, 28 | .slick-current + .slick-slide{ 29 | &.lazyload{ 30 | display: block!important; 31 | } 32 | & .lazyload{ 33 | display: block!important; 34 | } 35 | } 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /_dev/js/components/slick.js: -------------------------------------------------------------------------------- 1 | import $ from 'jquery'; 2 | 3 | 4 | export default class SlickSlider { 5 | init() { 6 | $('[data-slick]').not('.slick-initialized').each(function() { 7 | let self = $( this ); 8 | if(self.data('count') === 1){ 9 | return; 10 | } 11 | 12 | self.slick({ 13 | prevArrow:"", 14 | nextArrow:"" 15 | 16 | }); 17 | }); 18 | } 19 | 20 | } 21 | -------------------------------------------------------------------------------- /_dev/css/abstracts/variables/_layout.scss: -------------------------------------------------------------------------------- 1 | //color 2 | 3 | $bg-dark : #dededd; 4 | $tertiary: #f39d72; 5 | 6 | //option 7 | $enable-fluid-layout: false; 8 | 9 | 10 | /* HEADER */ 11 | $header-bg: $white; 12 | $header-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2); 13 | $header-nav-bg-color: null; 14 | $header-nav-color: $body-color; 15 | $header-nav-padding-y: null; 16 | $header-nav-border-color: $border-color; 17 | $header-top-border-color: $header-nav-border-color; 18 | /* MAIN */ 19 | $spacer-y : $spacer*2; 20 | $wrapper-bg: #f1f1f1; 21 | /* FOOTER */ 22 | $footer-bg: $white; 23 | $footer-container-margin-top: $spacer; 24 | -------------------------------------------------------------------------------- /_dev/css/components/starability/fade.scss: -------------------------------------------------------------------------------- 1 | @import '../variables'; 2 | @import '../starability-base'; 3 | @import '../starability-result'; 4 | 5 | @keyframes fade { 6 | 7 | 0% { 8 | transform: translateY($star-size); 9 | } 10 | 11 | 80% { 12 | opacity: 100%; 13 | } 14 | 15 | 100% { 16 | transform: none; 17 | opacity: 0; 18 | } 19 | } 20 | 21 | .starability-fade { 22 | @include starability-base; 23 | will-change: contents; 24 | 25 | > label::after { 26 | @include starability-animation-base; 27 | background-position: 0 (-$star-size); 28 | bottom: $star-size; 29 | left: 0; 30 | } 31 | 32 | > input:checked + label::after { 33 | opacity: 1; 34 | animation-name: fade; 35 | animation-duration: 1s; 36 | animation-fill-mode: forwards; 37 | } 38 | } -------------------------------------------------------------------------------- /_dev/css/components/starability/grow.scss: -------------------------------------------------------------------------------- 1 | @import '../variables'; 2 | @import '../starability-base'; 3 | @import '../starability-result'; 4 | 5 | @keyframes grow { 6 | 7 | 0% { 8 | transform: scale(1,1); 9 | } 10 | 11 | 70% { 12 | transform: scale(3,3); 13 | opacity: 0; 14 | } 15 | 16 | 100% { 17 | transform: scale(1,1); 18 | opacity: 0; 19 | } 20 | } 21 | 22 | .starability-grow { 23 | @include starability-base; 24 | will-change: contents; 25 | 26 | > label::after { 27 | @include starability-animation-base; 28 | bottom: 0; 29 | left: 0; 30 | } 31 | 32 | > input:checked + label::after { 33 | background-position: 0 (-$star-size); 34 | opacity: 1; 35 | animation-duration: 1s; 36 | animation-name: grow; 37 | animation-fill-mode: forwards; 38 | } 39 | } -------------------------------------------------------------------------------- /_dev/css/components/categories.scss: -------------------------------------------------------------------------------- 1 | .block-categories { 2 | @extend .card; 3 | } 4 | 5 | .block-categories{ 6 | @extend .card-body; 7 | } 8 | 9 | .block-categories { 10 | box-shadow:$card-box-shadow;; 11 | } 12 | 13 | 14 | 15 | //block categories 16 | .block-categories a{ 17 | color:$body-color; 18 | } 19 | .category-sub__item{ 20 | display: block; 21 | width: 100%; 22 | } 23 | .category-sub__item--0{ 24 | border-bottom: 1px solid $border-color; 25 | padding: $spacer/4 0; 26 | } 27 | .category-sub__item:not(.category-sub__item--0):not(.category-sub__item--1) { 28 | padding-left: $spacer/4; 29 | } 30 | .block-categories .collapse-icons .remove { 31 | display: none; 32 | } 33 | .block-categories .collapse-icons[aria-expanded=true] { 34 | &.remove{ 35 | display: block; 36 | } 37 | &.add{ 38 | display: none; 39 | } 40 | } -------------------------------------------------------------------------------- /_dev/css/components/customer.scss: -------------------------------------------------------------------------------- 1 | .account-links{ 2 | @extend .align-items-stretch; 3 | > a{ 4 | margin-bottom: $spacer; 5 | } 6 | .link-item{ 7 | @extend .card; 8 | box-shadow:$card-box-shadow;; 9 | padding: $spacer; 10 | text-align: center; 11 | text-transform: uppercase; 12 | font-weight: 700; 13 | height: 100%; 14 | i{ 15 | margin: 0 auto $spacer; 16 | font-size: $font-size-base*3; 17 | 18 | } 19 | } 20 | } 21 | 22 | .address{ 23 | @extend .card; 24 | height: 100%; 25 | } 26 | .address-header{ 27 | @extend .card-header; 28 | background-color: transparent; 29 | } 30 | .address-body{ 31 | @extend .card-body; 32 | } 33 | .address-footer{ 34 | @extend .card-footer; 35 | display: flex; 36 | justify-content: space-between; 37 | 38 | } 39 | 40 | .form--100{ 41 | min-width: 100%; 42 | width: 100%; 43 | } 44 | -------------------------------------------------------------------------------- /_dev/css/components/starability/growRotate.scss: -------------------------------------------------------------------------------- 1 | @import '../variables'; 2 | @import '../starability-base'; 3 | @import '../starability-result'; 4 | 5 | @keyframes grow-rotate { 6 | 7 | 0% { 8 | transform: scale(1,1) rotate(0deg); 9 | } 10 | 11 | 99% { 12 | transform: scale(4,4) rotate(90deg); 13 | opacity: 0; 14 | } 15 | 16 | 100% { 17 | transform: scale(1,1) rotate(0deg); 18 | opacity: 0; 19 | } 20 | } 21 | 22 | .starability-growRotate { 23 | @include starability-base; 24 | will-change: contents; 25 | 26 | > label::after { 27 | @include starability-animation-base; 28 | bottom: 0; 29 | left: 0; 30 | } 31 | 32 | > input:checked + label::after { 33 | background-position: 0 (-$star-size); 34 | opacity: 1; 35 | animation-duration: 1s; 36 | animation-name: grow-rotate; 37 | animation-fill-mode: forwards; 38 | } 39 | } -------------------------------------------------------------------------------- /_dev/css/utilities/_utilities.ratio.scss: -------------------------------------------------------------------------------- 1 | //Ratio image 2 | .u-rc { 3 | position: relative; 4 | width: 100%; 5 | } 6 | 7 | .u-rc > img, 8 | .u-rc > picture, 9 | .u-rc > iframe { 10 | position: absolute; 11 | bottom: 0; 12 | left: 0; 13 | width: 100%; 14 | height: 100%; 15 | } 16 | 17 | .u-rc > a { 18 | display: block; 19 | } 20 | 21 | .u-rc--2_1 { 22 | padding-top: 50%; 23 | } 24 | 25 | .u-rc--1_2 { 26 | padding-top: 200%; 27 | } 28 | 29 | .u-rc--4_3 { 30 | padding-top: 75%; 31 | } 32 | 33 | .u-rc--3_4 { 34 | padding-top: percentage(4/3); 35 | } 36 | 37 | .u-rc--16_9 { 38 | padding-top: percentage(9/16); 39 | } 40 | 41 | .u-rc--1_1 { 42 | padding-top: 100%; 43 | } 44 | 45 | .u-rc--3_2 { 46 | padding-top: percentage(2/3); 47 | } 48 | 49 | .u-rc--2_3 { 50 | padding-top: percentage(3/2); 51 | } 52 | 53 | //Product img square 54 | .u-rc--pdt { 55 | @extend .u-rc--1_1; 56 | } 57 | -------------------------------------------------------------------------------- /assets/css/3935e107ea61866e60d7946dc6a962f1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /assets/css/8b05d51ede908907d65695558974d86f.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /assets/css/d3fbae74a276a9f6cf1d6241f29b61a3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /_dev/gulpfile.js: -------------------------------------------------------------------------------- 1 | var gulp = require('gulp'); 2 | var sass = require('gulp-sass'); 3 | var sourcemaps = require('gulp-sourcemaps'); 4 | var replace = require('gulp-replace'); 5 | var autoprefixer = require('gulp-autoprefixer'); 6 | 7 | gulp.task('sass',function(){ 8 | return gulp.src('css/theme.scss') 9 | .pipe(sourcemaps.init()) 10 | .pipe(sass({outputStyle: 'compressed'}).on('error', sass.logError)) 11 | .pipe(autoprefixer({ 12 | // browsers: ['last 2 versions'], 13 | cascade: false 14 | })) 15 | .pipe(sourcemaps.write('./maps')) 16 | .pipe(replace("~material-design-icons/iconfont/", "../css/")) 17 | .pipe(gulp.dest('../assets/css')); 18 | }) 19 | 20 | gulp.task('move',function(){ 21 | return gulp.src('img/**/*') 22 | .pipe(gulp.dest('../assets/img/')); 23 | }); 24 | 25 | gulp.task('watch', function(){ 26 | gulp.watch('css/**/*.scss', gulp.series('sass','move')) 27 | }); 28 | -------------------------------------------------------------------------------- /_dev/css/components/offcanvas.scss: -------------------------------------------------------------------------------- 1 | .modal.fade .modal-dialog__offcanvas 2 | { 3 | width: 350px; 4 | height: 100%; 5 | margin: 0; 6 | max-width: 90%; 7 | position: absolute; 8 | top: 0; 9 | //left:0; 10 | transform: translateX(-100%); 11 | transition: transform .3s ease-out; 12 | } 13 | .modal.show .modal-dialog__offcanvas 14 | { 15 | transform: translateX(0); 16 | } 17 | .modal.fade .modal-dialog__offcanvas.modal-dialog__offcanvas--right 18 | { 19 | right: 0; 20 | transform: translateX(100%); 21 | } 22 | .modal.show .modal-dialog__offcanvas.modal-dialog__offcanvas--right 23 | { 24 | transform: translateX(0); 25 | } 26 | 27 | .modal-dialog__offcanvas .modal-content 28 | { 29 | height: inherit; 30 | 31 | border-width: 0; 32 | border-radius: 0; 33 | } 34 | .modal-dialog__offcanvas .modal-header 35 | { 36 | border-radius: inherit; 37 | } 38 | .modal-dialog__offcanvas .modal-body 39 | { 40 | overflow-y: auto; 41 | 42 | height: inherit; 43 | } 44 | -------------------------------------------------------------------------------- /_dev/img/vimeo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/img/vimeo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /_dev/css/components/slick-theme.scss: -------------------------------------------------------------------------------- 1 | .slick-arrow { 2 | position: absolute; 3 | top:0; 4 | height: 100%; 5 | display: flex; 6 | flex-direction: column; 7 | justify-content: center; 8 | padding-top: 0; 9 | padding-bottom: 0; 10 | z-index: 1; 11 | 12 | & > i{ 13 | font-size: 2*$font-size-base; 14 | line-height: 1; 15 | background: #fff; 16 | border-radius: 50%; 17 | } 18 | 19 | } 20 | .slick-prev { 21 | left:0; 22 | } 23 | .slick-next{ 24 | right:0; 25 | } 26 | .slick-slide figure{ 27 | margin: 0; 28 | } 29 | .slick__arrow-outside { 30 | .slick-prev { 31 | transform:translateX(-50px); 32 | } 33 | .slick-next{ 34 | transform:translateX(50px); 35 | } 36 | } 37 | .slick__arrow-large{ 38 | .slick-arrow i{ 39 | font-size: 3*$font-size-base; 40 | text-shadow: 0 1px 2px rgba(0,0,0,.6); 41 | background: transparent; 42 | color: #fff; 43 | } 44 | } -------------------------------------------------------------------------------- /assets/css/7988be8b63edf9c4accebf94d5db7927.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /assets/css/afb2ed6d67613a724a420a39b4fe5b0d.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /assets/css/b1db819132e64a3e01911a1413c33acf.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /assets/css/36bff72dcba3098b4b70b482b22c29ab.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /assets/css/7c24d4275efcbe8891f78378b7c808e0.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /assets/css/c1a65805f759901a39d10eb854c1dcf2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /assets/css/36c755ebbafc8e434277d60c9ba6dc52.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/img/36c755ebbafc8e434277d60c9ba6dc52.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dependencies/modules/ps_searchbarjqauto/views/css/jquery.auto-complete.css: -------------------------------------------------------------------------------- 1 | .autocomplete-suggestions { 2 | text-align: left; 3 | cursor: default; 4 | border: 1px solid rgba(160, 160, 160, 0.25); 5 | border-top: 0; 6 | background: #fff; 7 | box-shadow: -1px 1px 3px rgba(0, 0, 0, .1); 8 | 9 | /* core styles should not be changed */ 10 | position: absolute; 11 | display: none; 12 | z-index: 9999; 13 | max-height: 254px; 14 | overflow: hidden; 15 | overflow-y: auto; 16 | box-sizing: border-box; 17 | } 18 | .autocomplete-suggestion { 19 | 20 | text-overflow: ellipsis; 21 | font-size: small; 22 | border-top: 1px solid rgba(160, 160, 160, 0.25); 23 | cursor: pointer; 24 | 25 | } 26 | .autocomplete-suggestion img{ 27 | 28 | max-width: 50px; 29 | max-height: 50px; 30 | 31 | } 32 | .autocomplete-suggestion:first-child { 33 | border-top: none; 34 | } 35 | .autocomplete-suggestion.selected { 36 | background: rgba(160, 160, 160, 0.25); 37 | } 38 | -------------------------------------------------------------------------------- /templates/catalog/_partials/category-header.tpl: -------------------------------------------------------------------------------- 1 |
2 |
3 |

{$category.name}{if isset($smarty.get.page) && $smarty.get.page > 1} - Page {$smarty.get.page}{/if}

4 |
5 | {if ($category.description || $category.image.large.url) && $listing.pagination.items_shown_from == 1} 6 |
7 | {if $category.description} 8 |
{$category.description nofilter}
9 | {/if} 10 | {if $category.image.large.url} 11 |
12 | {if !empty($category.image.legend)}{$category.image.legend}{else}{$category.name}{/if} 13 |
14 | {/if} 15 |
16 | {/if} 17 |
18 |
19 | -------------------------------------------------------------------------------- /templates/catalog/_partials/variant-links.tpl: -------------------------------------------------------------------------------- 1 | 21 | -------------------------------------------------------------------------------- /_dev/css/components/utilities.scss: -------------------------------------------------------------------------------- 1 | img[data-lazy] { 2 | display: none; 3 | } 4 | .text-underline{ 5 | text-decoration: underline; 6 | } 7 | .cursor-pointer{ 8 | cursor: pointer; 9 | } 10 | 11 | .visible--desktop{ 12 | @include media-breakpoint-mobile(){ 13 | display: none; 14 | } 15 | } 16 | .visible--mobile{ 17 | @include media-breakpoint-desktop(){ 18 | display: none; 19 | } 20 | } 21 | .d--none{ 22 | display: none; 23 | } 24 | .d--block{ 25 | display: block; 26 | } 27 | 28 | .full-bleed { 29 | width: 100vw; 30 | margin-left: 50%; 31 | transform: translateX(-50%); 32 | } 33 | .d--flex-between{ 34 | display: flex; 35 | justify-content: space-between; 36 | } 37 | .mb--0{ 38 | margin-bottom: 0; 39 | } 40 | .text--center{ 41 | text-align: center; 42 | } 43 | .text--right{ 44 | text-align: right; 45 | 46 | } 47 | .u-a-i-c{ 48 | align-items: center; 49 | } 50 | .u-m-l-2{ 51 | margin-left: $spacer/2; 52 | } 53 | .u-link-body{ 54 | color: $body-color; 55 | } 56 | .u-bor-bot{ 57 | border-bottom:1px solid $border-color; 58 | } 59 | -------------------------------------------------------------------------------- /_dev/css/components/starability/_starability-result.scss: -------------------------------------------------------------------------------- 1 | .starability-result { 2 | position: relative; 3 | width: $star-count * $star-size; 4 | height: $star-size; 5 | background-image: $img-stars-sprite; 6 | font-size: 0.1em; 7 | color: transparent; 8 | 9 | &:after { 10 | content: ' '; 11 | position: absolute; 12 | left: 0; 13 | height: $star-size; 14 | background-image: $img-stars-sprite; 15 | background-position: 0 (-$star-size); 16 | } 17 | 18 | $star-count-result: $star-count; 19 | 20 | @while $star-count-result > 0 { 21 | $star-number: $star-count-result; 22 | 23 | &[data-rating="#{$star-number}"]::after { 24 | width: $star-number * $star-size; 25 | } 26 | 27 | $star-count-result: $star-count-result - 1; 28 | } 29 | 30 | @media screen and (min-resolution: 192dpi) { 31 | background-image: $img-stars-sprite-2x; 32 | background-size: $star-size auto; 33 | 34 | &:after { 35 | background-image: $img-stars-sprite-2x; 36 | background-size: $star-size auto; 37 | } 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /_dev/css/components/starability/heart.scss: -------------------------------------------------------------------------------- 1 | @import '../variables'; 2 | @import '../starability-base'; 3 | @import '../starability-result'; 4 | 5 | @keyframes heart { 6 | 7 | 0% { 8 | transform: translateY(0.5 * $star-size); 9 | opacity: 1; 10 | } 11 | 12 | 30% { 13 | transform: translateY(0); 14 | opacity: 0.7; 15 | } 16 | 17 | 45% { 18 | transform: translateY(0); 19 | transform: scale(1.1, 1.1); 20 | } 21 | 22 | 50% { 23 | transform: scale(0.9, 0.9); 24 | } 25 | 26 | 80% { 27 | opacity: 0.9; 28 | } 29 | 30 | 100% { 31 | transform: scale(0.1, 0.1); 32 | opacity: 0; 33 | } 34 | } 35 | 36 | .starability-heart { 37 | @include starability-base; 38 | will-change: contents; 39 | 40 | > label::after { 41 | @include starability-animation-base($img-heart, $img-heart-2x); 42 | bottom: $star-size; 43 | left: 0; 44 | z-index: 2; 45 | } 46 | 47 | > input:checked + label::after { 48 | opacity: 1; 49 | animation-name: heart; 50 | animation-duration: 1s; 51 | animation-fill-mode: forwards; 52 | } 53 | } -------------------------------------------------------------------------------- /_dev/css/components/alert.scss: -------------------------------------------------------------------------------- 1 | .ps-alert-error { 2 | margin-bottom: 0; 3 | } 4 | 5 | .ps-alert-error, 6 | .ps-alert-success { 7 | .item { 8 | align-items: center; 9 | border: 2px theme-color('danger') solid; 10 | display: flex; 11 | background-color: theme-color('danger'); 12 | margin-bottom: $spacer; 13 | 14 | i { 15 | border: 15px theme-color('danger') solid; 16 | display: flex; 17 | 18 | svg { 19 | background-color: theme-color('danger'); 20 | width: 24px; 21 | height: 24px; 22 | } 23 | } 24 | 25 | p { 26 | background-color: $body-bg; 27 | margin: 0; 28 | padding: $spacer; 29 | width: 100%; 30 | } 31 | } 32 | } 33 | 34 | .ps-alert-success { 35 | padding: 0.25rem 0.25rem 2.75rem 0.25rem; 36 | 37 | .item { 38 | border-color: theme-color('success'); 39 | background-color: theme-color('success'); 40 | 41 | i { 42 | border-color: theme-color('success'); 43 | 44 | svg { 45 | background-color: theme-color('success'); 46 | } 47 | } 48 | } 49 | } 50 | -------------------------------------------------------------------------------- /assets/css/0266b05265f317a7409560b751cd61e8.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /assets/css/cf2f3c1d5c7cb02c29f61964313148e1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /templates/catalog/manufacturers.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | {extends file='catalog/brands.tpl'} 26 | -------------------------------------------------------------------------------- /_dev/css/components/starability/heartbeat.scss: -------------------------------------------------------------------------------- 1 | @import '../variables'; 2 | @import '../starability-base'; 3 | @import '../starability-result'; 4 | 5 | @keyframes heartbeat { 6 | 7 | 0% { 8 | transform: translateY(0.5 * $star-size); 9 | } 10 | 11 | 30% { 12 | transform: translateY(0); 13 | opacity: 1; 14 | } 15 | 16 | 45% { 17 | transform: translateY(0); 18 | transform: scale(0.8, 0.8); 19 | } 20 | 21 | 50% { 22 | transform: scale(0.7, 0.7); 23 | } 24 | 25 | 75% { 26 | opacity: 0.9; 27 | } 28 | 29 | 100% { 30 | transform: scale(1.25, 1.25); 31 | opacity: 0; 32 | } 33 | } 34 | 35 | .starability-heartbeat { 36 | @include starability-base; 37 | will-change: contents; 38 | 39 | > label::after { 40 | @include starability-animation-base($img-heart, $img-heart-2x); 41 | bottom: $star-size; 42 | left: 0; 43 | z-index: 2; 44 | } 45 | 46 | > input:checked + label::after { 47 | opacity: 1; 48 | animation-name: heartbeat; 49 | animation-timing-function: cubic-bezier(.19,1,.69,1.35); 50 | animation-duration: 1s; 51 | animation-fill-mode: forwards; 52 | } 53 | } -------------------------------------------------------------------------------- /_dev/css/theme.scss: -------------------------------------------------------------------------------- 1 | @import "abstracts/variables-bootstrap"; 2 | @import "bootstrap"; 3 | @import "abstracts/mixins"; 4 | @import "abstracts/variables"; 5 | @import "partials/fonts"; 6 | 7 | /** LAYOUT **/ 8 | @import "layout/header"; 9 | @import "layout/footer"; 10 | @import "layout/mainmenu"; 11 | 12 | 13 | /** PAGES **/ 14 | @import "pages/cart"; 15 | @import "pages/category"; 16 | @import "pages/home"; 17 | @import "pages/order"; 18 | @import "pages/product"; 19 | 20 | @import "partials/commons"; 21 | @import "partials/lazysizes"; 22 | /** COMPONENT **/ 23 | @import "components/alert"; 24 | @import "components/block-social"; 25 | @import "components/cart"; 26 | @import "components/categories"; 27 | @import "components/customer"; 28 | @import "components/footer"; 29 | @import "components/imageslider"; 30 | @import "components/offcanvas"; 31 | @import "components/products"; 32 | @import "components/searchbar"; 33 | 34 | @import "components/facet"; 35 | @import "components/search-widget"; 36 | @import "components/slick"; 37 | @import "components/slick-theme"; 38 | @import "components/productcomments"; 39 | @import "components/utilities"; 40 | @import "partials/bs_alpha"; 41 | 42 | -------------------------------------------------------------------------------- /_dev/postcss.config.js: -------------------------------------------------------------------------------- 1 | /** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | */ 25 | module.exports = { 26 | plugins: [ 27 | require('autoprefixer') 28 | ] 29 | } 30 | -------------------------------------------------------------------------------- /LICENCE.md: -------------------------------------------------------------------------------- 1 | Copyright (c) 2011-2020 Prestarocket (Just Web S.A.R.L.) 2 | 3 | By downloading or installing or using the Classic Rocket (the "Theme"), you consent to the terms and conditions of this license on behalf of yourself and the company on whose behalf you will use the Theme provided under this license. 4 | 5 | 6 | The use of the Theme is permitted provided that the following conditions are met: 7 | 8 | You can: 9 | - Customize the Theme 10 | - Use the Theme for personal and client projects 11 | 12 | You cannot: 13 | - Use in derivative PrestaShop themes that anyone can download for sale or for free. 14 | - Use any of the components included in the Theme in a project that is not built upon the Theme 15 | 16 | Classic Rocket Theme (THE "SOFTWARE") ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 17 | -------------------------------------------------------------------------------- /modules/productcomments/views/css/productcomments.css: -------------------------------------------------------------------------------- 1 | /** 2 | * 2007-2019 PrestaShop SA and Contributors 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License (AFL 3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * http://opensource.org/licenses/afl-3.0.php 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2019 PrestaShop SA and Contributors 22 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | */ 25 | 26 | /** 27 | * Product comments CSS 28 | */ 29 | -------------------------------------------------------------------------------- /templates/errors/forbidden.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | {extends file=$layout} 26 | 27 | {block name='content'} 28 |
29 |
30 | {/block} 31 | -------------------------------------------------------------------------------- /modules/ps_customtext/ps_customtext.tpl: -------------------------------------------------------------------------------- 1 | {* 2 | * 2007-2015 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License (AFL 3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * http://opensource.org/licenses/afl-3.0.php 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2015 PrestaShop SA 22 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | 26 |
27 |
28 | {$cms_infos.text nofilter} 29 |
30 |
31 | -------------------------------------------------------------------------------- /assets/css/99db8adec61e4fcf5586e1afa549b432.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Artboard 3 Copy 2 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /templates/catalog/_partials/product-additional-info.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 |
26 | {hook h='displayProductAdditionalInfo' product=$product} 27 |
28 | -------------------------------------------------------------------------------- /templates/catalog/suppliers.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | {extends file='catalog/brands.tpl'} 26 | 27 | {block name='brand_header'} 28 |

{l s='Suppliers' d='Shop.Theme.Catalog'}

29 | {/block} 30 | -------------------------------------------------------------------------------- /assets/css/3a2aeeba930cc29e4d31ebfa1b7cdaa2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Artboard 3 Copy 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /assets/css/082a71677e756fb75817e8f262a07cb4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Artboard 3 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /modules/ps_advertising/ps_advertising.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2018 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2018 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | 26 |
27 | {$adv_title} 28 |
29 | -------------------------------------------------------------------------------- /templates/errors/404.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | {extends file='page.tpl'} 26 | 27 | {block name='page_title'} 28 | {$page.title} 29 | {/block} 30 | 31 | {block name='page_content_container'} 32 | {include file='errors/not-found.tpl'} 33 | {/block} 34 | -------------------------------------------------------------------------------- /templates/catalog/listing/category.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | {extends file='catalog/listing/product-list.tpl'} 26 | 27 | {block name='product_list_header'} 28 | {include file='catalog/_partials/category-header.tpl' listing=$listing category=$category} 29 | {/block} 30 | -------------------------------------------------------------------------------- /_dev/css/components/starability/checkmark.scss: -------------------------------------------------------------------------------- 1 | @import '../variables'; 2 | @import '../starability-base'; 3 | @import '../starability-result'; 4 | 5 | @keyframes checkmark { 6 | 7 | 0% { 8 | transform: translateX(-0.5 * $star-size); 9 | } 10 | 11 | 60% { 12 | opacity: 1; 13 | } 14 | 15 | 70% { 16 | transform: none; 17 | } 18 | 19 | 80% { 20 | opacity: 1; 21 | } 22 | 23 | 100% { 24 | opacity: 0; 25 | } 26 | } 27 | 28 | .starability-checkmark { 29 | @include starability-base(); 30 | 31 | > label { 32 | z-index: 2; 33 | } 34 | 35 | > label::after { 36 | @include starability-animation-base($img-checkmark, $img-checkmark-2x); 37 | background-image: $img-checkmark; 38 | } 39 | 40 | $star-count-checkmark: $star-count; 41 | 42 | @while $star-count-checkmark > 0 { 43 | $star-number: $star-count-checkmark; 44 | $distance: ($star-count + 1) - $star-count-checkmark; 45 | 46 | > label:nth-of-type(#{$star-number})::after { 47 | right: -($distance * $star-size) - 0.5 * $star-size; 48 | } 49 | 50 | $star-count-checkmark: $star-count-checkmark - 1; 51 | } 52 | 53 | > input:checked + label::after { 54 | display: inline-block; 55 | animation-name: checkmark; 56 | animation-duration: .7s; 57 | animation-fill-mode: forwards; 58 | } 59 | } -------------------------------------------------------------------------------- /_dev/css/components/starability/coinFlip.scss: -------------------------------------------------------------------------------- 1 | @import '../variables'; 2 | @import '../starability-base'; 3 | @import '../starability-result'; 4 | 5 | @keyframes coinFlip { 6 | 7 | 0% { 8 | transform: translateY(0); 9 | opacity: 0; 10 | } 11 | 12 | 25% { 13 | transform: translateY(-34px); 14 | opacity: 1; 15 | } 16 | 17 | 30% { 18 | transform: translateY(-30px); 19 | } 20 | 21 | 35% { 22 | transform: translateY(-30px) rotateY(0deg); 23 | } 24 | 25 | 50% { 26 | transform: translateY(-30px) rotateY(180deg); 27 | } 28 | 29 | 65% { 30 | transform: translateY(-30px) rotateY(0deg); 31 | } 32 | 33 | 85% { 34 | transform: translateY(-34px); 35 | opacity: 1; 36 | } 37 | 38 | 100% { 39 | transform: translateY(0); 40 | opacity: 0; 41 | } 42 | } 43 | 44 | .starability-coinFlip { 45 | @include starability-base; 46 | will-change: contents; 47 | 48 | > label::after { 49 | @include starability-animation-base; 50 | bottom: 0; 51 | left: 0; 52 | z-index: 2; 53 | } 54 | 55 | > input:checked + label::after { 56 | background-position: 0 (-$star-size); 57 | opacity: 1; 58 | animation-name: coinFlip; 59 | animation-duration: 1.2s; 60 | animation-fill-mode: forwards; 61 | animation-timing-function: ease-in-out; 62 | } 63 | } -------------------------------------------------------------------------------- /modules/ps_emailalerts/views/templates/hook/my-account-footer.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | 26 |
  • 27 | 28 | {l s='My alerts' d='Shop.Theme.Catalog'} 29 | 30 |
  • 31 | -------------------------------------------------------------------------------- /templates/checkout/checkout-process.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 |
    26 | {foreach from=$steps item="step" key="index"} 27 | {render identifier = $step.identifier 28 | position = ($index + 1) 29 | ui = $step.ui 30 | } 31 | {/foreach} 32 |
    -------------------------------------------------------------------------------- /assets/css/error.css: -------------------------------------------------------------------------------- 1 | #body { 2 | background-color: #F7F7F7; } 3 | 4 | #layout-error { 5 | text-align: center; 6 | margin: 50px 0 0 0; 7 | background-color: #fff; 8 | -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); 9 | -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); 10 | box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); } 11 | @media (min-width: 1200px) { 12 | #layout-error { 13 | margin: 126px 0 0 0; 14 | padding: 50px; } } 15 | #layout-error .logo { 16 | margin: 0 0 31px 0; 17 | text-align: center; } 18 | #layout-error h1 { 19 | font: 24px sans-serif; 20 | color: #333; 21 | padding: 0 0 14px 0; 22 | margin: 0 0 19px 0; } 23 | #layout-error h2 { 24 | font: 20px sans-serif; 25 | color: #333; 26 | padding: 0 0 14px 0; 27 | margin: 0 0 19px 0; } 28 | #layout-error .page-content { 29 | font: 16px sans-serif; 30 | color: #555454; 31 | text-align: center; } 32 | 33 | #layout-error { 34 | padding: 50px 15px; 35 | margin-right: auto; 36 | margin-left: auto; } 37 | 38 | @media (min-width: 768px) { 39 | #layout-error { 40 | width: 500px; } } 41 | @media (min-width: 992px) { 42 | #layout-error { 43 | width: 500px; } } 44 | @media (min-width: 1200px) { 45 | #layout-error { 46 | width: 500px; } } 47 | @media only screen and (min-width: 1200px) { 48 | #layout-error { 49 | padding-left: 0; 50 | padding-right: 0; } } 51 | -------------------------------------------------------------------------------- /templates/catalog/_partials/product-flags.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2019 PrestaShop and Contributors 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to https://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2019 PrestaShop SA and Contributors 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 |
      26 | {foreach from=$product.flags item=flag} 27 |
    • {$flag.label}
    • 28 | {/foreach} 29 |
    30 | -------------------------------------------------------------------------------- /templates/checkout/_partials/footer.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | {block name='footer'} 26 |
    27 | {l s='%copyright% %year% - Ecommerce software by %prestashop%' sprintf=['%prestashop%' => 'PrestaShop™', '%year%' => 'Y'|date, '%copyright%' => '©'] d='Shop.Theme.Global'} 28 |
    29 | {/block} 30 | -------------------------------------------------------------------------------- /dependencies/modules/ps_searchbarjqauto/views/js/ps_searchbarjqauto.js: -------------------------------------------------------------------------------- 1 | $(document).ready(function () { 2 | var $searchWidget = $('[data-search-widget]'), 3 | $searchBox = $searchWidget.find('input[type=text]'), 4 | searchURL = $searchWidget.attr('data-search-controller-url'); 5 | 6 | $searchBox.autoComplete({ 7 | minChars: 3, 8 | source: function (query, response) { 9 | $.post(searchURL, { 10 | s: query, 11 | resultsPerPage: 10 12 | }, null, 'json') 13 | .then(function (resp) { 14 | response(resp.products); 15 | }) 16 | .fail(response); 17 | }, 18 | renderItem: function (product, search) { 19 | 20 | return '
    ' + 21 | '' + 22 | '
    ' + product.name + '
    ' + 23 | '
    '; 24 | }, 25 | onSelect: function (e, term, item) { 26 | e.preventDefault(); 27 | window.location.href = item.data('url'); 28 | } 29 | }); 30 | }); 31 | -------------------------------------------------------------------------------- /templates/customer/identity.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | {extends 'customer/page.tpl'} 26 | 27 | {block name='page_title'} 28 | {l s='Your personal information' d='Shop.Theme.Customeraccount'} 29 | {/block} 30 | 31 | {block name='page_content'} 32 | {render file='customer/_partials/customer-form.tpl' ui=$customer_form} 33 | {/block} 34 | -------------------------------------------------------------------------------- /modules/ps_banner/ps_banner.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | 32 | -------------------------------------------------------------------------------- /templates/catalog/listing/supplier.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | {extends file='catalog/listing/product-list.tpl'} 26 | 27 | {block name='product_list_header'} 28 |

    {l s='List of products by supplier %s' sprintf=[$supplier.name] d='Shop.Theme.Catalog'}

    29 |
    {$supplier.description nofilter}
    30 | {/block} 31 | -------------------------------------------------------------------------------- /templates/checkout/_partials/steps/unreachable.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | {block name='step'} 26 |
    27 |
    28 |

    29 | {$position} {$title} 30 |

    31 |
    32 |
    33 | {/block} 34 | -------------------------------------------------------------------------------- /modules/ps_imageslider/css/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2015 PrestaShop SA 23 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; -------------------------------------------------------------------------------- /modules/ps_advertising/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2018 PrestaShop SA 23 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); 28 | header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); 29 | 30 | header("Cache-Control: no-store, no-cache, must-revalidate"); 31 | header("Cache-Control: post-check=0, pre-check=0", false); 32 | header("Pragma: no-cache"); 33 | 34 | header("Location: ../"); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_facetedsearch/ps_facetedsearch.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | {if isset($listing.rendered_facets)} 26 |
    27 |
    28 | 29 |
    30 | {$listing.rendered_facets nofilter} 31 |
    32 | {/if} 33 | -------------------------------------------------------------------------------- /templates/checkout/_partials/cart-summary-items-subtotal.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | {block name='cart_summary_items_subtotal'} 26 |
    27 | {$cart.summary_string} 28 | {$cart.subtotals.products.amount} 29 |
    30 | {/block} 31 | -------------------------------------------------------------------------------- /modules/ps_imageslider/js/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2015 PrestaShop SA 23 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); 28 | header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); 29 | 30 | header("Cache-Control: no-store, no-cache, must-revalidate"); 31 | header("Cache-Control: post-check=0, pre-check=0", false); 32 | header("Pragma: no-cache"); 33 | 34 | header("Location: ../"); 35 | exit; -------------------------------------------------------------------------------- /modules/psgdpr/views/templates/front/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2018 PrestaShop SA 23 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/psgdpr/views/templates/hook/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2018 PrestaShop SA 23 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /dependencies/modules/ps_searchbarjqauto/views/css/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2015 PrestaShop SA 23 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); 28 | header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); 29 | 30 | header("Cache-Control: no-store, no-cache, must-revalidate"); 31 | header("Cache-Control: post-check=0, pre-check=0", false); 32 | header("Pragma: no-cache"); 33 | 34 | header("Location: ../"); 35 | exit; -------------------------------------------------------------------------------- /dependencies/modules/ps_searchbarjqauto/views/js/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2015 PrestaShop SA 23 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); 28 | header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); 29 | 30 | header("Cache-Control: no-store, no-cache, must-revalidate"); 31 | header("Cache-Control: post-check=0, pre-check=0", false); 32 | header("Pragma: no-cache"); 33 | 34 | header("Location: ../"); 35 | exit; -------------------------------------------------------------------------------- /dependencies/modules/ps_searchbarjqauto/views/templates/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2015 PrestaShop SA 23 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); 28 | header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); 29 | 30 | header("Cache-Control: no-store, no-cache, must-revalidate"); 31 | header("Cache-Control: post-check=0, pre-check=0", false); 32 | header("Pragma: no-cache"); 33 | 34 | header("Location: ../"); 35 | exit; -------------------------------------------------------------------------------- /modules/ps_bestsellers/views/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_brandlist/views/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_emailalerts/views/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_newproducts/views/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_productinfo/views/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_rssfeed/views/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); 28 | header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); 29 | 30 | header("Cache-Control: no-store, no-cache, must-revalidate"); 31 | header("Cache-Control: post-check=0, pre-check=0", false); 32 | header("Pragma: no-cache"); 33 | 34 | header("Location: ../"); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_specials/views/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /_dev/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "prestarocket-dev-tools", 3 | "version": "1.0.0", 4 | "description": "Tools to help while developing the Classic theme", 5 | "main": "index.js", 6 | "scripts": { 7 | "build": "webpack -p", 8 | "start": "webpack -p -w", 9 | "debug": "webpack --mode development --devtool source-map --watch", 10 | "sass": "webpack --mode development --onlysass true --devtool source-map --watch", 11 | "fulldebug": "webpack --mode development --debug --devtool source-map --output-pathinfo --display-chunks --display-error-details --watch --progress --colors" 12 | }, 13 | "author": "Prestarocket", 14 | "license": "AFL-3.0", 15 | "devDependencies": { 16 | "@babel/core": "^7.10.4", 17 | "@babel/preset-env": "^7.10.4", 18 | "autoprefixer": "^9.8.5", 19 | "babel-loader": "^8.1.0", 20 | "css-loader": "^3.6.0", 21 | "file-loader": "^5.1.0", 22 | "jquery": "^3.5.1", 23 | "mini-css-extract-plugin": "^0.9.0", 24 | "node-sass": "^4.14.1", 25 | "optimize-css-assets-webpack-plugin": "^5.0.3", 26 | "postcss-loader": "^3.0.0", 27 | "sass-loader": "^8.0.2", 28 | "terser-webpack-plugin": "^2.3.7", 29 | "webpack": "^4.43.0", 30 | "webpack-cli": "^3.3.12" 31 | }, 32 | "dependencies": { 33 | "bootstrap": "^4.4.1", 34 | "bootstrap-touchspin": "^4.2.5", 35 | "lazysizes": "^5.2.0", 36 | "material-design-icons": "^3.0.1", 37 | "popper.js": "^1.16.1" 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /dependencies/modules/ps_searchbarjqauto/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2015 PrestaShop SA 23 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); 28 | header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); 29 | 30 | header("Cache-Control: no-store, no-cache, must-revalidate"); 31 | header("Cache-Control: post-check=0, pre-check=0", false); 32 | header("Pragma: no-cache"); 33 | 34 | header("Location: ../"); 35 | exit; -------------------------------------------------------------------------------- /dependencies/modules/ps_searchbarjqauto/views/templates/hook/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2015 PrestaShop SA 23 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); 28 | header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); 29 | 30 | header("Cache-Control: no-store, no-cache, must-revalidate"); 31 | header("Cache-Control: post-check=0, pre-check=0", false); 32 | header("Pragma: no-cache"); 33 | 34 | header("Location: ../"); 35 | exit; -------------------------------------------------------------------------------- /modules/ps_categoryproducts/views/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_crossselling/views/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_emailalerts/views/templates/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 27 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 28 | 29 | header('Cache-Control: no-store, no-cache, must-revalidate'); 30 | header('Cache-Control: post-check=0, pre-check=0', false); 31 | header('Pragma: no-cache'); 32 | 33 | header('Location: ../'); 34 | exit; 35 | -------------------------------------------------------------------------------- /modules/ps_supplierlist/views/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); 28 | header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); 29 | 30 | header("Cache-Control: no-store, no-cache, must-revalidate"); 31 | header("Cache-Control: post-check=0, pre-check=0", false); 32 | header("Pragma: no-cache"); 33 | 34 | header("Location: ../"); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_viewedproduct/views/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /templates/checkout/_partials/login-form.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | {extends file='customer/_partials/login-form.tpl'} 26 | 27 | {block name='form_buttons'} 28 | 37 | {/block} 38 | -------------------------------------------------------------------------------- /modules/ps_bestsellers/views/templates/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_brandlist/views/templates/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_emailalerts/views/templates/hook/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 27 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 28 | 29 | header('Cache-Control: no-store, no-cache, must-revalidate'); 30 | header('Cache-Control: post-check=0, pre-check=0', false); 31 | header('Pragma: no-cache'); 32 | 33 | header('Location: ../'); 34 | exit; 35 | -------------------------------------------------------------------------------- /modules/ps_newproducts/views/templates/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_productinfo/views/templates/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_rssfeed/views/templates/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); 28 | header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); 29 | 30 | header("Cache-Control: no-store, no-cache, must-revalidate"); 31 | header("Cache-Control: post-check=0, pre-check=0", false); 32 | header("Pragma: no-cache"); 33 | 34 | header("Location: ../"); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_specials/views/templates/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_bestsellers/views/templates/hook/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_brandlist/views/templates/hook/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_categoryproducts/views/templates/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_crossselling/views/templates/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_emailalerts/views/templates/hook/my-account.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | 26 | 28 | 29 | 30 | {l s='My alerts' d='Shop.Theme.Catalog'} 31 | 32 | 33 | -------------------------------------------------------------------------------- /modules/ps_newproducts/views/templates/hook/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_productinfo/views/templates/hook/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_rssfeed/views/templates/hook/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); 28 | header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); 29 | 30 | header("Cache-Control: no-store, no-cache, must-revalidate"); 31 | header("Cache-Control: post-check=0, pre-check=0", false); 32 | header("Pragma: no-cache"); 33 | 34 | header("Location: ../"); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_specials/views/templates/hook/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_supplierlist/views/templates/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); 28 | header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); 29 | 30 | header("Cache-Control: no-store, no-cache, must-revalidate"); 31 | header("Cache-Control: post-check=0, pre-check=0", false); 32 | header("Pragma: no-cache"); 33 | 34 | header("Location: ../"); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_viewedproduct/views/templates/hook/ps_viewedproduct.tpl: -------------------------------------------------------------------------------- 1 | {* 2 | * 2007-2018 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License (AFL 3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * http://opensource.org/licenses/afl-3.0.php 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2018 PrestaShop SA 22 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | 26 | 34 | -------------------------------------------------------------------------------- /dependencies/modules/ps_searchbarjqauto/translations/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2015 PrestaShop SA 23 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); 28 | header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); 29 | 30 | header("Cache-Control: no-store, no-cache, must-revalidate"); 31 | header("Cache-Control: post-check=0, pre-check=0", false); 32 | header("Pragma: no-cache"); 33 | 34 | header("Location: ../"); 35 | exit; -------------------------------------------------------------------------------- /modules/ps_brandlist/views/templates/_partials/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_categoryproducts/views/templates/hook/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_crossselling/views/templates/hook/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_supplierlist/views/templates/hook/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); 28 | header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); 29 | 30 | header("Cache-Control: no-store, no-cache, must-revalidate"); 31 | header("Cache-Control: post-check=0, pre-check=0", false); 32 | header("Pragma: no-cache"); 33 | 34 | header("Location: ../"); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_viewedproduct/views/templates/hook/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 28 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 29 | 30 | header('Cache-Control: no-store, no-cache, must-revalidate'); 31 | header('Cache-Control: post-check=0, pre-check=0', false); 32 | header('Pragma: no-cache'); 33 | 34 | header('Location: ../'); 35 | exit; 36 | -------------------------------------------------------------------------------- /templates/customer/_partials/my-account-links.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | 29 | -------------------------------------------------------------------------------- /modules/ps_brandlist/views/templates/_partials/brand_text.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | 26 |
      27 | {foreach from=$brands item=brand name=brand_list} 28 | {if $smarty.foreach.brand_list.iteration <= $text_list_nb} 29 |
    • 30 | 31 | {$brand['name']} 32 | 33 |
    • 34 | {/if} 35 | {/foreach} 36 |
    37 | -------------------------------------------------------------------------------- /modules/ps_supplierlist/views/templates/_partials/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2017 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | 27 | header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); 28 | header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT"); 29 | 30 | header("Cache-Control: no-store, no-cache, must-revalidate"); 31 | header("Cache-Control: post-check=0, pre-check=0", false); 32 | header("Pragma: no-cache"); 33 | 34 | header("Location: ../"); 35 | exit; 36 | -------------------------------------------------------------------------------- /modules/ps_facetedsearch/views/templates/front/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2019 PrestaShop SA 23 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 27 | header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 28 | 29 | header('Cache-Control: no-store, no-cache, must-revalidate'); 30 | header('Cache-Control: post-check=0, pre-check=0', false); 31 | header('Pragma: no-cache'); 32 | 33 | header('Location: ../../../../'); 34 | exit; 35 | -------------------------------------------------------------------------------- /modules/productcomments/views/css/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2019 PrestaShop SA and Contributors 23 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 27 | header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 28 | 29 | header('Cache-Control: no-store, no-cache, must-revalidate'); 30 | header('Cache-Control: post-check=0, pre-check=0', false); 31 | header('Pragma: no-cache'); 32 | 33 | header('Location: ../'); 34 | exit; 35 | -------------------------------------------------------------------------------- /modules/productcomments/views/img/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2019 PrestaShop SA and Contributors 23 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 27 | header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 28 | 29 | header('Cache-Control: no-store, no-cache, must-revalidate'); 30 | header('Cache-Control: post-check=0, pre-check=0', false); 31 | header('Pragma: no-cache'); 32 | 33 | header('Location: ../'); 34 | exit; 35 | -------------------------------------------------------------------------------- /modules/productcomments/views/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2019 PrestaShop SA and Contributors 23 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 27 | header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 28 | 29 | header('Cache-Control: no-store, no-cache, must-revalidate'); 30 | header('Cache-Control: post-check=0, pre-check=0', false); 31 | header('Pragma: no-cache'); 32 | 33 | header('Location: ../../'); 34 | exit; 35 | -------------------------------------------------------------------------------- /modules/productcomments/views/js/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2019 PrestaShop SA and Contributors 23 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 27 | header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 28 | 29 | header('Cache-Control: no-store, no-cache, must-revalidate'); 30 | header('Cache-Control: post-check=0, pre-check=0', false); 31 | header('Pragma: no-cache'); 32 | 33 | header('Location: ../'); 34 | exit; 35 | -------------------------------------------------------------------------------- /templates/_partials/stylesheets.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | {foreach $stylesheets.external as $stylesheet} 26 | 27 | {/foreach} 28 | {**} 29 | {foreach $stylesheets.inline as $stylesheet} 30 | 33 | {/foreach} 34 | -------------------------------------------------------------------------------- /modules/productcomments/views/templates/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2019 PrestaShop SA and Contributors 23 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 27 | header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 28 | 29 | header('Cache-Control: no-store, no-cache, must-revalidate'); 30 | header('Cache-Control: post-check=0, pre-check=0', false); 31 | header('Pragma: no-cache'); 32 | 33 | header('Location: ../'); 34 | exit; 35 | -------------------------------------------------------------------------------- /modules/ps_crossselling/views/templates/hook/ps_crossselling.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | 26 | 34 | -------------------------------------------------------------------------------- /modules/productcomments/views/templates/hook/index.php: -------------------------------------------------------------------------------- 1 | 22 | * @copyright 2007-2019 PrestaShop SA and Contributors 23 | * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) 24 | * International Registered Trademark & Property of PrestaShop SA 25 | */ 26 | header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); 27 | header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 28 | 29 | header('Cache-Control: no-store, no-cache, must-revalidate'); 30 | header('Cache-Control: post-check=0, pre-check=0', false); 31 | header('Pragma: no-cache'); 32 | 33 | header('Location: ../'); 34 | exit; 35 | -------------------------------------------------------------------------------- /modules/ps_socialfollow/ps_socialfollow.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | 26 | {block name='block_social'} 27 | 32 | {/block} 33 | -------------------------------------------------------------------------------- /modules/ps_supplierlist/views/templates/_partials/supplier_text.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | 26 |
      27 | {foreach from=$suppliers item=supplier name=supplier_list} 28 | {if $smarty.foreach.supplier_list.iteration <= $text_list_nb} 29 |
    • 30 | 31 | {$supplier['name']} 32 | 33 |
    • 34 | {/if} 35 | {/foreach} 36 |
    37 | -------------------------------------------------------------------------------- /modules/ps_brandlist/views/templates/_partials/brand_form.tpl: -------------------------------------------------------------------------------- 1 | {** 2 | * 2007-2017 PrestaShop 3 | * 4 | * NOTICE OF LICENSE 5 | * 6 | * This source file is subject to the Academic Free License 3.0 (AFL-3.0) 7 | * that is bundled with this package in the file LICENSE.txt. 8 | * It is also available through the world-wide-web at this URL: 9 | * https://opensource.org/licenses/AFL-3.0 10 | * If you did not receive a copy of the license and are unable to 11 | * obtain it through the world-wide-web, please send an email 12 | * to license@prestashop.com so we can send you a copy immediately. 13 | * 14 | * DISCLAIMER 15 | * 16 | * Do not edit or add to this file if you wish to upgrade PrestaShop to newer 17 | * versions in the future. If you wish to customize PrestaShop for your 18 | * needs please refer to http://www.prestashop.com for more information. 19 | * 20 | * @author PrestaShop SA 21 | * @copyright 2007-2017 PrestaShop SA 22 | * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) 23 | * International Registered Trademark & Property of PrestaShop SA 24 | *} 25 | 26 |
    27 | 33 |
    34 | --------------------------------------------------------------------------------