bobdrinktech Merchant Από Netherlands Μέλος από Απρ 2015 bobdrinktech 1 Μαΐ 2015 16:24 Is it possible to copy a complete ready shop (empty no products) to another shop location on the same server/root. I see problems with the database. I see problems with the Paypluginn If yes: please give a step by step manual, I am not a programmer
effektdesign LiteCart Fan Από Sweden Μέλος από Μαρ 2015 effektdesign 1 Μαΐ 2015 17:18 Should be possible. In PHPMyadmin or similar, choose the database and export all tables to a sql file. Download all folders and files via a FTP client, for example Filezilla. https://filezilla-project.org/ Upload the same folders and files to the new directory. In PHPMyadmin create a database, myshop or whatever. Choose Import and select your exported sql file. Edit litecart/includes/config.inc.php and changes settings under //database Now it should work, cross fingers ;-)
bobdrinktech Merchant Από Netherlands Μέλος από Απρ 2015 bobdrinktech 1 Μαΐ 2015 17:49 Thanks for the answer, I will give it a try tomorrow. Bob
litecart Main Crew Από Sweden Μέλος από Φεβ 2013 litecart 1 Μαΐ 2015 20:45 Here is a small wiki article of which files to edit when platform files are moved. http://wiki.litecart.net/doku.php?id=how_to_move_the_platform Perhaps someone wanna start a wiki article for ""How to clone a platform"". Which is good if you need a sandbox/development platform after going live.
bobdrinktech Merchant Από Netherlands Μέλος από Απρ 2015 bobdrinktech 1 Μαΐ 2015 20:49 If I knew how I would like to do it, same for setting up a shop from sratch bob
litecart Main Crew Από Sweden Μέλος από Φεβ 2013 litecart 1 Μαΐ 2015 20:56 Bob here is a step list what to think of when setting up a shop from scratch: http://wiki.litecart.net/doku.php?id=get_started
user2637 Από Άγνωστο Μέλος από Δεκ -0001 user2637 8 Φεβ 2016 21:03 Here is my experience. I have read all the above and did the next steps: 1) I went to PHPmyadmin and exported the existing shop database. 2) After that, I downloaded all the shops files from hosting, using Filezilla 3) I went back to PHPmydmin and created new DB, lets call it "test_DB" 4) I also created DB user and password for "test_DB" 5) Then I uploaded all files from step 2 to my new domain. 6) Then I went to [color=#333333][font=Arial, sans-serif]~/includes/config.inc.php and edited all the needed info[/font][/color] [color=#333333][font=monospace]define('DB_USERNAME', '{DB_USERNAME}'); define('DB_PASSWORD', '{DB_PASSWORD}'); define('DB_DATABASE', '{DB_DATABASE}'); etc.[/font][/color] [color=#333333][font=Arial, sans-serif]I went to a new site - it works!![/font][/color] [color=#333333][font=Arial, sans-serif]------------------------------------------[/font][/color] [color=#333333][font=Arial, sans-serif]The last 2 things I dont understand from http://wiki.litecart.net/doku.php?id=how_to_move_the_platform[/font][/color] are p.1 and p.2. Could somebody please explain me what to do?!! Thx so much.
tim Founder Από Sweden Μέλος από Μαΐ 2013 tim 8 Φεβ 2016 22:18 Base_dir is the webpath to your platform root. For mydomain.com/ it's /. For mydomain.com/litecart_subfolder/ it's /litecart_subfolder/. This is the full path to the .htpasswd file. E.g. c:/xamp/htdocs/litecart/admin/.htpasswd or /home/user/public_html/admin/.htpasswd