{"id":19615259,"url":"https://github.com/fruitware/cadouri","last_synced_at":"2025-08-02T00:34:05.132Z","repository":{"id":40945480,"uuid":"193914369","full_name":"Fruitware/cadouri","owner":"Fruitware","description":"PrestaShop 1.7.* theme made by Fruits","archived":false,"fork":false,"pushed_at":"2023-12-15T17:43:36.000Z","size":83257,"stargazers_count":3,"open_issues_count":49,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-18T09:46:05.919Z","etag":null,"topics":["prestashop-1-7","prestashop-theme","theme"],"latest_commit_sha":null,"homepage":"https://cadouri.md","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fruitware.png","metadata":{"files":{"readme":"docs/readme_de.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSES","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-26T13:52:50.000Z","updated_at":"2022-12-26T21:41:06.000Z","dependencies_parsed_at":"2025-04-28T02:44:16.655Z","dependency_job_id":null,"html_url":"https://github.com/Fruitware/cadouri","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Fruitware/cadouri","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fruitware%2Fcadouri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fruitware%2Fcadouri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fruitware%2Fcadouri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fruitware%2Fcadouri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fruitware","download_url":"https://codeload.github.com/Fruitware/cadouri/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fruitware%2Fcadouri/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268318007,"owners_count":24231476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["prestashop-1-7","prestashop-theme","theme"],"created_at":"2024-11-11T10:56:00.707Z","updated_at":"2025-08-02T00:34:00.082Z","avatar_url":"https://github.com/Fruitware.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cadouri Prestashop clean install\n\nBuilt by [Fruitware team](https://github.org/fruitware) \n\n## Install instructions\n\nTo make sure everything works you'll need:\n1. Upload DB from ``_workflow/db/*.sql`` to your database\n2. Unzip images into ``_workflow/img/*``\n3. Create config file as listed above\n4. Run SQL-query (**where you should change ``new.host.com`` to your url**)\n\n```mysql\nUPDATE ps_shop_url SET domain = replace(domain, 'cadouri-new.test', 'new.host.com');\nUPDATE ps_shop_url SET domain_ssl = replace(domain_ssl, 'cadouri-new.test', 'new.host.com');\n```\n\n## Config file info\n\nMain config file is located here ``app/config/parameters.php``\n\n```php\n\u003c?php return array (\n  'parameters' =\u003e \n  array (\n    'database_host' =\u003e '127.0.0.1',\n    'database_port' =\u003e '',\n    'database_name' =\u003e 'db-name',\n    'database_user' =\u003e 'root',\n    'database_password' =\u003e 'qwerty',\n    'database_prefix' =\u003e 'ps_',\n    'database_engine' =\u003e 'InnoDB',\n    'mailer_transport' =\u003e 'smtp',\n    'mailer_host' =\u003e '127.0.0.1',\n    'mailer_user' =\u003e NULL,\n    'mailer_password' =\u003e NULL,\n    'secret' =\u003e 'oMJ05FIahgi3X3DJFqx0L4w9PDCyMjmgQisctHBvITqrr1SfBJ8iPMYE',\n    'ps_caching' =\u003e 'CacheMemcache',\n    'ps_cache_enable' =\u003e false,\n    'ps_creation_date' =\u003e '2019-06-12',\n    'locale' =\u003e 'ru-RU',\n    'cookie_key' =\u003e 'dTc7R1EUpAPbKS4jq0tTDM71vQgq5WvBURMzFL312Fytc7dq7XdNTFkC',\n    'cookie_iv' =\u003e 'beyNvxE7',\n    'new_cookie_key' =\u003e 'def000002fd69133ef83d8f9ae1d1bece69b7953b2b575e3a9bf02fba8a1b382e6880a3e950474410afdab831adcc85a064ae68a5f3c349753aa3484785b4e80e86516c6',\n  ),\n);\n```\n\n## Theme development\n\n**Cadouri** theme is located in ``themes/cadouri``\n\n### General info\n\nTheme uses several technologies:\n* webpack\n* npm\n* scss\n* bootstrap 4.alfa\n* smarty for the templates\n\n### How to work with the theme\n\nTo change styles use ``_dev`` folder:\n\n```bash\ncd themes/cadouri/_dev;\nnpm install;\nnpm run watch;\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffruitware%2Fcadouri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffruitware%2Fcadouri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffruitware%2Fcadouri/lists"}