Cadouri Prestashop clean install
Built by Fruitware team
Install instructions
To make sure everything works you'll need: 1. Upload DB from `<code>_workflow/db/*.sql</code><code> to your database 2. Unzip images into </code><code>_workflow/img/*</code><code> 3. Create config file as listed above 4. Run SQL-query (where you should change </code><code>new.host.com</code><code> to your url)
<pre><code>UPDATE ps_shop_url SET domain = replace(domain, &#039;cadouri-new.test&#039;, &#039;new.host.com&#039;); UPDATE ps_shop_url SET domain_ssl = replace(domain_ssl, &#039;cadouri-new.test&#039;, &#039;new.host.com&#039;); </code></pre>
Config file info
Main config file is located here </code><code>app/config/parameters.php</code><code>
<pre><code>&lt;?php return array ( &#039;parameters&#039; =&gt; array ( &#039;database_host&#039; =&gt; &#039;127.0.0.1&#039;, &#039;database_port&#039; =&gt; &#039;&#039;, &#039;database_name&#039; =&gt; &#039;db-name&#039;, &#039;database_user&#039; =&gt; &#039;root&#039;, &#039;database_password&#039; =&gt; &#039;qwerty&#039;, &#039;database_prefix&#039; =&gt; &#039;ps_&#039;, &#039;database_engine&#039; =&gt; &#039;InnoDB&#039;, &#039;mailer_transport&#039; =&gt; &#039;smtp&#039;, &#039;mailer_host&#039; =&gt; &#039;127.0.0.1&#039;, &#039;mailer_user&#039; =&gt; NULL, &#039;mailer_password&#039; =&gt; NULL, &#039;secret&#039; =&gt; &#039;oMJ05FIahgi3X3DJFqx0L4w9PDCyMjmgQisctHBvITqrr1SfBJ8iPMYE&#039;, &#039;ps_caching&#039; =&gt; &#039;CacheMemcache&#039;, &#039;ps_cache_enable&#039; =&gt; false, &#039;ps_creation_date&#039; =&gt; &#039;2019-06-12&#039;, &#039;locale&#039; =&gt; &#039;ru-RU&#039;, &#039;cookie_key&#039; =&gt; &#039;dTc7R1EUpAPbKS4jq0tTDM71vQgq5WvBURMzFL312Fytc7dq7XdNTFkC&#039;, &#039;cookie_iv&#039; =&gt; &#039;beyNvxE7&#039;, &#039;new_cookie_key&#039; =&gt; &#039;def000002fd69133ef83d8f9ae1d1bece69b7953b2b575e3a9bf02fba8a1b382e6880a3e950474410afdab831adcc85a064ae68a5f3c349753aa3484785b4e80e86516c6&#039;, ), ); </code></pre>
Theme development
Cadouri theme is located in </code><code>themes/cadouri</code><code>
General info
Theme uses several technologies:
- webpack
- npm
- scss
- bootstrap 4.alfa
- smarty for the templates
How to work with the theme
To change styles use </code><code>_dev</code>` folder:
cd themes/cadouri/_dev;
npm install; npm run watch;
Comentarios (0)
Su agradecimiento a la reseña no pudo ser enviado
Reportar comentario
Reporte enviado
Su reporte no pudo ser enviado